Home
last modified time | relevance | path

Searched refs:d_type (Results 1 – 4 of 4) sorted by relevance

/dpdk/lib/eal/windows/include/
H A Ddirent.h67 int d_type; member
113 int d_type; member
491 entp->d_type = DT_CHR; in readdir()
493 entp->d_type = DT_DIR; in readdir()
495 entp->d_type = DT_REG; in readdir()
512 entp->d_type = DT_UNKNOWN; in readdir()
/dpdk/drivers/bus/fslmc/
H A Dfslmc_bus.c346 if (entry->d_name[0] == '.' || entry->d_type != DT_DIR) in rte_fslmc_scan()
/dpdk/drivers/common/dpaax/
H A Ddpaa_of.c112 switch (d[loop]->d_type) { in iterate_dir()
/dpdk/drivers/common/mlx5/linux/
H A Dmlx5_common_os.c893 if (ptr == NULL || ptr->d_type != DT_DIR) { in mlx5_get_device_guid()