Home
last modified time | relevance | path

Searched refs:subdirs (Results 1 – 11 of 11) sorted by relevance

/f-stack/dpdk/examples/server_node_efd/
H A DMakefile4 subdirs := node server macro
6 .PHONY: all static shared clean $(subdirs)
7 all static shared clean: $(subdirs)
9 $(subdirs):
/f-stack/dpdk/examples/multi_process/client_server_mp/
H A DMakefile4 subdirs := mp_client mp_server macro
6 .PHONY: all static shared clean $(subdirs)
7 all static shared clean: $(subdirs)
9 $(subdirs):
/f-stack/dpdk/examples/multi_process/
H A DMakefile4 subdirs := client_server_mp hotplug_mp simple_mp symmetric_mp macro
6 .PHONY: all static shared clean $(subdirs)
7 all static shared clean: $(subdirs)
9 $(subdirs):
/f-stack/dpdk/examples/ethtool/
H A DMakefile4 subdirs := lib ethtool-app macro
6 .PHONY: all static shared clean $(subdirs)
7 all static shared clean: $(subdirs)
10 $(subdirs):
/f-stack/dpdk/examples/performance-thread/
H A DMakefile4 subdirs := l3fwd-thread pthread_shim macro
6 .PHONY: all static shared clean $(subdirs)
7 all static shared clean: $(subdirs)
13 $(subdirs):
/f-stack/dpdk/kernel/linux/
H A Dmeson.build4 subdirs = ['kni', 'igb_uio'] variable
26 foreach d:subdirs
/f-stack/dpdk/drivers/common/dpaax/
H A Ddpaa_of.c131 list_add_tail(&subdir->node.list, &dt->subdirs); in iterate_dir()
148 INIT_LIST_HEAD(&dt->subdirs); in process_dir()
210 list_for_each_entry(dd, &d->subdirs, node.list) { in linear_dir()
255 list_for_each_entry_safe(dd, tmpd, &d->subdirs, node.list) { in destroy_dir()
404 if (c->node.list.next == &p->subdirs) in of_get_next_child()
411 if (list_empty(&p->subdirs)) in of_get_next_child()
413 c = list_entry(p->subdirs.next, struct dt_dir, node.list); in of_get_next_child()
H A Ddpaa_of.h87 struct list_head subdirs; member
/f-stack/dpdk/drivers/
H A Dmeson.build5 subdirs = [ variable
32 foreach subpath:subdirs
/f-stack/dpdk/buildtools/pkg-config/
H A Dmeson.build35 subdirs: [get_option('include_subdir_arch'), '.'],
/f-stack/freebsd/contrib/zstd/
H A DCHANGELOG76 build: Relative includes no longer require -I compiler flags for zstd lib subdirs (#2103, by @felix…