| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/tcf-agent/ |
| H A D | tcf-agent_git.bb | 13 SRC_URI = "git://git.eclipse.org/r/tcf/org.eclipse.tcf.agent.git;protocol=https;branch=master \ 15 file://tcf-agent.init \ 16 file://tcf-agent.service \ 26 SYSTEMD_SERVICE:${PN} = "tcf-agent.service" 28 INITSCRIPT_NAME = "tcf-agent" 56 install -m 0755 ${WORKDIR}/tcf-agent.init ${D}${sysconfdir}/init.d/tcf-agent 58 install -m 0644 ${WORKDIR}/tcf-agent.service ${D}${systemd_system_unitdir} 59 sed -i -e 's,@SBINDIR@,${sbindir},g' ${D}${systemd_system_unitdir}/tcf-agent.service
|
| /OK3568_Linux_fs/buildroot/package/tcf-agent/ |
| H A D | tcf-agent.mk | 9 TCF_AGENT_SOURCE = org.eclipse.tcf.agent-$(TCF_AGENT_VERSION).tar.gz 10 TCF_AGENT_SITE = http://git.eclipse.org/c/tcf/org.eclipse.tcf.agent.git/snapshot 25 $(INSTALL) -D -m 644 package/tcf-agent/tcf-agent.service \ 26 $(TARGET_DIR)/usr/lib/systemd/system/tcf-agent.service 30 $(INSTALL) -D -m 755 package/tcf-agent/S55tcf-agent \
|
| H A D | Config.in | 2 bool "tcf-agent" 18 tcf-agent is a daemon, which provides TCF services that can 38 comment "tcf-agent needs a toolchain w/ threads"
|
| H A D | S55tcf-agent | 3 DAEMON_PATH=/usr/sbin/tcf-agent 4 DAEMON_NAME=tcf-agent
|
| H A D | tcf-agent.hash | 2 sha256 2f8c7be8a0bf7c86c72fd5680bc19a9e8f98792d40c94a0fee30ceb6428b8f33 org.eclipse.tcf.agent-1.7…
|
| H A D | tcf-agent.service | 6 ExecStart=/usr/sbin/tcf-agent -L- -l0
|
| /OK3568_Linux_fs/kernel/arch/arm64/kernel/ |
| H A D | mte.c | 100 static inline void __mte_enable_kernel(const char *mode, unsigned long tcf) in __mte_enable_kernel() argument 103 sysreg_clear_set(sctlr_el1, SCTLR_ELx_TCF_MASK, tcf); in __mte_enable_kernel() 457 u64 tcf; in mte_tcf_preferred_store() local 460 tcf = MTE_CTRL_TCF_ASYNC; in mte_tcf_preferred_store() 462 tcf = MTE_CTRL_TCF_SYNC; in mte_tcf_preferred_store() 467 per_cpu(mte_tcf_preferred, dev->id) = tcf; in mte_tcf_preferred_store()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/marvell/mvpp2/ |
| H A D | mvpp2_tai.c | 211 u32 tcf; in mvpp22_tai_adjtime() local 219 tcf = TCFCR0_TCF_DECREMENT; in mvpp22_tai_adjtime() 221 tcf = TCFCR0_TCF_INCREMENT; in mvpp22_tai_adjtime() 229 mvpp2_tai_op(tcf, base); in mvpp22_tai_adjtime()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/i40e/ |
| H A D | i40e_virtchnl_pf.c | 3558 struct virtchnl_l4_spec tcf = vcf->data.tcp_spec; in i40e_vc_del_cloud_filter() local 3590 cfilter.dst_mac[i] = mask.dst_mac[i] & tcf.dst_mac[i]; in i40e_vc_del_cloud_filter() 3594 cfilter.src_mac[i] = mask.src_mac[i] & tcf.src_mac[i]; in i40e_vc_del_cloud_filter() 3596 cfilter.vlan_id = mask.vlan_id & tcf.vlan_id; in i40e_vc_del_cloud_filter() 3597 cfilter.dst_port = mask.dst_port & tcf.dst_port; in i40e_vc_del_cloud_filter() 3598 cfilter.src_port = mask.src_port & tcf.src_port; in i40e_vc_del_cloud_filter() 3603 if (mask.dst_ip[0] & tcf.dst_ip[0]) in i40e_vc_del_cloud_filter() 3604 memcpy(&cfilter.ip.v4.dst_ip, tcf.dst_ip, in i40e_vc_del_cloud_filter() 3605 ARRAY_SIZE(tcf.dst_ip)); in i40e_vc_del_cloud_filter() 3606 else if (mask.src_ip[0] & tcf.dst_ip[0]) in i40e_vc_del_cloud_filter() [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/packagegroups/ |
| H A D | packagegroup-core-eclipse-debug.bb | 7 tcf-agent \
|
| H A D | packagegroup-self-hosted.bb | 109 tcf-agent"
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/tcf-agent/tcf-agent/ |
| H A D | tcf-agent.service | 7 ExecStart=@SBINDIR@/tcf-agent -d -L- -l0
|
| H A D | tcf-agent.init | 9 DAEMON_PATH=/usr/sbin/tcf-agent
|
| H A D | ldflags.patch | 10 Subject: [PATCH] tcf-agent: obey LDFLAGS
|
| /OK3568_Linux_fs/kernel/net/sched/ |
| H A D | sch_htb.c | 215 struct tcf_proto *tcf; in htb_classify() local 229 tcf = rcu_dereference_bh(cl->filter_list); in htb_classify() 231 tcf = rcu_dereference_bh(q->filter_list); in htb_classify() 235 while (tcf && (result = tcf_classify(skb, tcf, &res, false)) >= 0) { in htb_classify() 259 tcf = rcu_dereference_bh(cl->filter_list); in htb_classify()
|
| H A D | sch_hfsc.c | 1121 struct tcf_proto *tcf; in hfsc_classify() local 1131 tcf = rcu_dereference_bh(q->root.filter_list); in hfsc_classify() 1132 while (tcf && (result = tcf_classify(skb, tcf, &res, false)) >= 0) { in hfsc_classify() 1157 tcf = rcu_dereference_bh(cl->filter_list); in hfsc_classify()
|
| /OK3568_Linux_fs/yocto/meta-clang/conf/ |
| H A D | nonclangable.conf | 416 RANLIB:append:pn-tcf-agent:toolchain-clang = " $@"
|
| /OK3568_Linux_fs/yocto/poky/documentation/migration-guides/ |
| H A D | release-notes-3.4.rst | 520 - tcf-agent 1.7.0+gitX (a022ef2f1acf...) -> 1.7.0+gitX (2735e3d6b7ec...)
|
| /OK3568_Linux_fs/yocto/poky/meta/conf/distro/include/ |
| H A D | distro_alias.inc | 323 DISTRO_PN_ALIAS:pn-tcf-agent = "Windriver upstream=http://www.eclipse.org/dsdp/tm/"
|
| H A D | maintainers.inc | 771 RECIPE_MAINTAINER:pn-tcf-agent = "Anuj Mittal <anuj.mittal@intel.com>"
|
| /OK3568_Linux_fs/buildroot/ |
| H A D | DEVELOPERS | 785 F: package/tcf-agent/ 2045 F: package/tcf-agent/
|
| H A D | CHANGES | 5056 solatus, tcf-agent, traceroute, waylandpp, wolfssl,
|
| /OK3568_Linux_fs/buildroot/package/ |
| H A D | Config.in | 154 source "package/tcf-agent/Config.in"
|
| /OK3568_Linux_fs/device/rockchip/common/images/userdata/userdata_normal/media/ |
| H A D | yuv420_p352x288.yuv | 6223 …??AAA?><:;9::8;;<=;9652/3322532223435331( Mo22�|y�������������������tcf�������������|tv��{…
|