Home
last modified time | relevance | path

Searched refs:dirent (Results 51 – 75 of 185) sorted by relevance

12345678

/openbmc/linux/Documentation/userspace-api/ioctl/
H A Dioctl-decoding.rst31 #define VFAT_IOCTL_READDIR_BOTH _IOR('r', 1, struct dirent [2])
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/core/
H A D0007-adb-usb_linux.c-fix-build-with-glibc-2.28.patch24 #include <dirent.h>
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/ssiapi/ssiapi/
H A D0004-include-limits.h.patch22 #include <dirent.h>
/openbmc/openbmc/poky/meta/recipes-extended/mdadm/files/
H A D0001-util.c-add-limits.h-include-for-NAME_MAX-definition.patch18 #include <dirent.h>
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/uw-imap/uw-imap/
H A D0001-Define-prototype-for-safe_flock.patch55 #define direct dirent
68 #include <dirent.h>
/openbmc/linux/scripts/dtc/
H A Dfstree.c14 struct dirent *de; in read_fstree()
/openbmc/u-boot/scripts/dtc/
H A Dfstree.c29 struct dirent *de; in read_fstree()
/openbmc/linux/tools/testing/selftests/proc/
H A Dproc-subset-pid.c80 struct dirent *de; in main()
/openbmc/openbmc/poky/meta/recipes-connectivity/bluez5/bluez5/
H A D0004-src-shared-util.c-include-linux-limits.h.patch22 #include <dirent.h>
/openbmc/qemu/system/
H A Dasync-teardown.c34 struct dirent *de; in close_all_open_fd()
/openbmc/linux/tools/tracing/rtla/src/
H A Dutils.c267 static int procfs_is_workload_pid(const char *comm_prefix, struct dirent *proc_entry) in procfs_is_workload_pid()
321 struct dirent *proc_entry; in set_comm_sched_attr()
695 struct dirent *proc_entry; in set_comm_cgroup()
/openbmc/linux/fs/hpfs/
H A Dalloc.c446 d->dirent[0] = 32; in hpfs_alloc_dnode()
447 d->dirent[2] = 8; in hpfs_alloc_dnode()
448 d->dirent[30] = 1; in hpfs_alloc_dnode()
449 d->dirent[31] = 255; in hpfs_alloc_dnode()
/openbmc/linux/tools/iio/
H A Diio_utils.c98 const struct dirent *ent; in iioutils_get_type()
227 const struct dirent *ent; in iioutils_get_param_float()
323 const struct dirent *ent; in build_channel_array()
562 const struct dirent *ent; in find_type_by_name()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/mraa/mraa/
H A D0002-gpio-Include-limits.h-for-PATH_MAX.patch21 #include <dirent.h>
/openbmc/linux/tools/testing/selftests/powerpc/papr_attributes/
H A Dattr_test.c61 struct dirent *entry; in verify_energy_info()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/bridge-utils/bridge-utils/
H A D0004-cleanup-includes.patch78 #include <dirent.h>
119 #include <dirent.h>
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/dracut/dracut/
H A D0001-util.h-include-sys-reg.h-when-libc-glibc.patch25 #include <dirent.h>
/openbmc/linux/tools/power/acpi/os_specific/service_layers/
H A Dosunixdir.c93 struct dirent *dir_entry; in acpi_os_get_next_filename()
/openbmc/linux/tools/lib/api/fs/
H A Dtracing_path.c111 int tracing_events__scandir_alphasort(struct dirent ***namelist) in tracing_events__scandir_alphasort()
/openbmc/skeleton/ledctl/
H A Dled_controller.c416 led_select(const struct dirent *entry) in led_select()
446 struct dirent **led_list; in start_led_services()
/openbmc/phosphor-inventory-manager/
H A Dassociation_manager.cpp52 for (const auto& dirent : fs::recursive_directory_iterator(dir)) in loadConditions() local
54 const auto& path = dirent.path(); in loadConditions()
/openbmc/qemu/include/standard-headers/linux/
H A Dfuse.h994 struct fuse_dirent dirent; member
998 offsetof(struct fuse_direntplus, dirent.name)
1000 FUSE_DIRENT_ALIGN(FUSE_NAME_OFFSET_DIRENTPLUS + (d)->dirent.namelen)
/openbmc/linux/tools/perf/util/
H A Dtrace-event-info.c163 struct dirent *dent; in copy_event_system()
255 struct dirent *dent; in record_event_files()
407 struct dirent *sys_dirent, *evt_dirent; in tracepoint_id_to_path()
/openbmc/linux/include/uapi/linux/
H A Dfuse.h1000 struct fuse_dirent dirent; member
1004 offsetof(struct fuse_direntplus, dirent.name)
1006 FUSE_DIRENT_ALIGN(FUSE_NAME_OFFSET_DIRENTPLUS + (d)->dirent.namelen)
/openbmc/u-boot/tools/env/
H A Dfw_env.c174 struct dirent *dirent; in ubi_get_volnum_by_name() local
188 dirent = readdir(sysfs_ubi); in ubi_get_volnum_by_name()
189 if (!dirent) in ubi_get_volnum_by_name()
192 ret = sscanf(dirent->d_name, UBI_VOL_NAME_PATT, in ubi_get_volnum_by_name()
195 if (ubi_check_volume_sysfs_name(dirent->d_name, in ubi_get_volnum_by_name()

12345678