Home
last modified time | relevance | path

Searched refs:DIR (Results 1 – 25 of 46) sorted by relevance

12

/dpdk/lib/eal/windows/include/
H A Ddirent.h120 struct DIR { struct
124 typedef struct DIR DIR; argument
126 static DIR *opendir(const char *dirname);
127 static struct dirent *readdir(DIR *dirp);
128 static int closedir(DIR *dirp);
376 static DIR*
379 struct DIR *dirp; in opendir()
389 dirp = (DIR *)malloc(sizeof(struct DIR)); in opendir()
447 readdir(DIR *dirp) in readdir()
529 closedir(DIR *dirp) in closedir()
/dpdk/examples/ipsec-secgw/test/
H A Drun_test.sh69 DIR=$(dirname $0)
152 /bin/bash ${DIR}/pkttest.sh ${PKT_TESTS}
205 /bin/bash ${DIR}/load_env.sh ${options} ipv4-ipv4 ${i}
210 /bin/bash ${DIR}/load_env.sh ${options} \
221 /bin/bash ${DIR}/load_env.sh ${options} ipv6-ipv6 ${i}
226 /bin/bash ${DIR}/load_env.sh ${options} \
H A Dpkttest.sh4 DIR=$(dirname $0)
12 python3 ${DIR}/pkttest.py check_reqs
24 . ${DIR}/common_defs_secgw.sh
30 testfile="${DIR}/${testcase}.py"
H A Dlinux_test.sh57 DIR=`dirname $0`
61 . ${DIR}/common_defs.sh
65 . ${DIR}/${MODE}_defs.sh
75 . ${DIR}/data_rxtx.sh
H A Dload_env.sh4 DIR=`dirname $0`
80 /bin/bash ${DIR}/linux_test.sh ${PROTO} ${MODE}
100 /bin/bash ${DIR}/linux_test.sh ${PROTO} ${MODE}
113 /bin/bash ${DIR}/linux_test.sh ${PROTO} ${MODE}
H A Dtrs_3descbc_sha1_defs.sh4 . ${DIR}/trs_3descbc_sha1_common_defs.sh
H A Dtrs_aesgcm_defs.sh4 . ${DIR}/trs_aesgcm_common_defs.sh
H A Dtrs_aesctr_sha1_defs.sh4 . ${DIR}/trs_aesctr_sha1_common_defs.sh
H A Dtrs_aescbc_sha1_defs.sh4 . ${DIR}/trs_aescbc_sha1_common_defs.sh
H A Dcommon_defs.sh231 . ${DIR}/common_defs_secgw.sh
H A Dtun_aesgcm_defs.sh4 . ${DIR}/tun_aesgcm_common_defs.sh
H A Dtun_aesctr_sha1_defs.sh4 . ${DIR}/tun_aesctr_sha1_common_defs.sh
/dpdk/drivers/bus/auxiliary/linux/
H A Dauxiliary.c84 DIR *dir; in auxiliary_dev_exists()
103 DIR *dir; in auxiliary_scan()
/dpdk/doc/guides/prog_guide/
H A Dfib_lib.rst73 DIR-24-8
76 The current implementation of this algorithm uses a variation of the DIR-24-8
96 The main elements of the dataplane struct for the DIR-24-8 algorithm are:
108 DIR-24-8 Lookup algorithm
/dpdk/lib/eal/linux/
H A Deal_hugepage_info.c136 DIR *socketdir; in get_num_hugepages_on_node()
314 DIR *dir; in walk_hugedir()
481 DIR *dir; in hugepage_info_init()
/dpdk/drivers/crypto/bcmfs/
H A Dbcmfs_device.c178 DIR *dir; in fsdev_find_all_devs()
211 DIR *dir; in fsdev_find_sub_dir()
/dpdk/drivers/bus/vmbus/linux/
H A Dvmbus_bus.c122 DIR *dir; in vmbus_get_uio_dev()
346 DIR *dir; in rte_vmbus_scan()
/dpdk/app/test/
H A Dprocess.h73 DIR *dir; in process_dup()
/dpdk/drivers/common/mlx5/linux/
H A Dmlx5_common_auxiliary.c25 DIR *dir; in mlx5_auxiliary_get_child_name()
H A Dmlx5_common_os.c159 DIR *dir; in mlx5_get_ifname_sysfs()
878 DIR *dir; in mlx5_get_device_guid()
/dpdk/drivers/crypto/ccp/
H A Dccp_pci.c191 DIR *dir; in ccp_find_uio_devname()
/dpdk/drivers/net/enetfec/
H A Denet_uio.c228 DIR *d = NULL; in enetfec_configure()
/dpdk/drivers/crypto/caam_jr/
H A Dcaam_jr_uio.c416 DIR *d = NULL; in sec_configure()
/dpdk/lib/eal/common/
H A Deal_common_proc.c737 DIR *mp_dir; in mp_send()
986 DIR *mp_dir; in rte_mp_request_sync()
1087 DIR *mp_dir; in rte_mp_request_async()
/dpdk/drivers/raw/ioat/
H A Didxd_bus.c279 DIR *dev_dir; in dsa_scan()

12