Home
last modified time | relevance | path

Searched refs:exists (Results 1 – 25 of 101) sorted by relevance

12345

/dpdk/drivers/net/cxgbe/
H A Dclip_tbl.c87 goto exists; in find_or_alloc_clipe()
93 goto exists; in find_or_alloc_clipe()
98 exists: in find_or_alloc_clipe()
H A Dl2t.c122 goto exists; in find_or_alloc_l2e()
137 exists: in find_or_alloc_l2e()
/dpdk/examples/vm_power_manager/
H A DMakefile7 ifneq ($(shell $(PKGCONF) --exists libdpdk && echo 0),0)
50 JANSSON := $(shell $(PKGCONF) --exists jansson; echo $$?)
/dpdk/usertools/
H A Ddpdk-pmdinfo.py232 if os.path.exists(candidate):
482 if not os.path.exists(autoload_path):
557 if not os.path.exists(pcifile_default):
561 if not os.path.exists(pcifile_default):
602 if os.path.exists(args.elf_file):
H A Ddpdk-devbind.py13 from os.path import exists, basename
128 if os.path.exists(filename):
372 if exists(filename):
435 if exists(filename):
503 if not exists("/sys/bus/pci/devices/%s/driver_override" % d):
H A Ddpdk-hugepages.py43 return os.path.exists('/sys/devices/system/node')
83 if not os.path.exists(path):
/dpdk/app/test-crypto-perf/
H A Ddpdk-graph-crypto-perf.py43 if not os.path.exists(path):
149 if not os.path.exists(pdf_path):
303 if os.path.exists(graph_path):
/dpdk/buildtools/
H A Dgen-pmdinfo-cfile.py15 if os.path.exists(name):
H A Dsymlink-drivers-solibs.py46 if os.path.exists(to):
/dpdk/app/test-cmdline/
H A Dcmdline_test.py58 if not os.path.exists(test_app_path):
/dpdk/examples/flow_classify/
H A DMakefile13 ifneq ($(shell $(PKGCONF) --exists libdpdk && echo 0),0)
/dpdk/examples/skeleton/
H A DMakefile13 ifneq ($(shell $(PKGCONF) --exists libdpdk && echo 0),0)
/dpdk/examples/rxtx_callbacks/
H A DMakefile13 ifneq ($(shell $(PKGCONF) --exists libdpdk && echo 0),0)
/dpdk/examples/service_cores/
H A DMakefile13 ifneq ($(shell $(PKGCONF) --exists libdpdk && echo 0),0)
/dpdk/examples/vmdq_dcb/
H A DMakefile13 ifneq ($(shell $(PKGCONF) --exists libdpdk && echo 0),0)
/dpdk/examples/vmdq/
H A DMakefile13 ifneq ($(shell $(PKGCONF) --exists libdpdk && echo 0),0)
/dpdk/examples/ipv4_multicast/
H A DMakefile14 ifneq ($(shell $(PKGCONF) --exists libdpdk && echo 0),0)
/dpdk/examples/ptpclient/
H A DMakefile13 ifneq ($(shell $(PKGCONF) --exists libdpdk && echo 0),0)
/dpdk/examples/bbdev_app/
H A DMakefile13 ifneq ($(shell $(PKGCONF) --exists libdpdk && echo 0),0)
/dpdk/examples/flow_filtering/
H A DMakefile11 ifneq ($(shell $(PKGCONF) --exists libdpdk && echo 0),0)
/dpdk/examples/ip_fragmentation/
H A DMakefile14 ifneq ($(shell $(PKGCONF) --exists libdpdk && echo 0),0)
/dpdk/examples/vhost_crypto/
H A DMakefile14 ifneq ($(shell $(PKGCONF) --exists libdpdk && echo 0),0)
/dpdk/examples/helloworld/
H A DMakefile13 ifneq ($(shell $(PKGCONF) --exists libdpdk && echo 0),0)
/dpdk/examples/l3fwd-acl/
H A DMakefile13 ifneq ($(shell $(PKGCONF) --exists libdpdk && echo 0),0)
/dpdk/examples/l3fwd-graph/
H A DMakefile13 ifneq ($(shell $(PKGCONF) --exists libdpdk && echo 0),0)

12345