Home
last modified time | relevance | path

Searched refs:opendir (Results 1 – 25 of 94) sorted by relevance

1234

/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/freediameter/files/
H A D0001-tests-use-EXTENSIONS_DIR.patch52 - CHECK( 0, (dir = opendir (BUILD_DIR "/extensions")) == NULL ? 1 : 0 );
55 + CHECK( 0, (dir = opendir (EXTENSIONS_DIR)) == NULL ? 1 : 0 );
82 - CHECK( 0, (dir = opendir (BUILD_DIR "/extensions")) == NULL ? 1 : 0 );
85 + CHECK( 0, (dir = opendir (EXTENSIONS_DIR)) == NULL ? 1 : 0 );
/openbmc/openbmc/poky/meta/recipes-core/readline/readline/
H A Dreadline82-009.patch14 part that is passed to opendir()) requires both tilde expansion and dequoting.
49 directory = opendir (dirname);
64 directory = opendir (dirname);
/openbmc/u-boot/fs/
H A Dfs.c146 int (*opendir)(const char *filename, struct fs_dir_stream **dirsp); member
181 .opendir = fat_opendir,
204 .opendir = fs_opendir_unsupported,
222 .opendir = fs_opendir_unsupported,
240 .opendir = fs_opendir_unsupported,
258 .opendir = fs_opendir_unsupported,
275 .opendir = fs_opendir_unsupported,
531 ret = info->opendir(filename, &dirs); in fs_opendir()
/openbmc/linux/tools/iio/
H A Dlsiio.c45 dp = opendir(dev_dir_name); in dump_channels()
107 dp = opendir(iio_dir); in dump_devices()
H A Diio_utils.c115 dp = opendir(scan_el_dir); in iioutils_get_type()
240 dp = opendir(device_dir); in iioutils_get_param_float()
332 dp = opendir(scan_el_dir); in build_channel_array()
570 dp = opendir(iio_dir); in find_type_by_name()
/openbmc/linux/tools/bpf/bpftool/
H A Dperf.c162 proc = opendir("/proc"); in show_proc()
182 pid_fd = opendir(buf); in show_proc()
/openbmc/linux/tools/testing/selftests/proc/
H A Dproc-tid0.c66 DIR *d = opendir(buf); in main()
H A Dproc-subset-pid.c77 DIR *d = opendir("/proc"); in main()
H A Dread.c132 d = opendir("/proc"); in main()
H A Dfd-001-lookup.c111 d = opendir("/proc/self/fd"); in main()
/openbmc/qemu/util/
H A Ddrm.c35 dir = opendir("/dev/dri"); in qemu_drm_rendernode_open()
/openbmc/linux/tools/perf/util/
H A Dtracepoint.c44 evt_dir = opendir(dir_path); in is_valid_tracepoint()
H A Dtrace-event-info.c171 dir = opendir(sys); in copy_event_system()
270 dir = opendir(path); in record_event_files()
422 evt_dir = opendir(dir_path); in tracepoint_id_to_path()
H A Dutil.c169 dir = opendir(path); in rm_rf_depth_pat()
286 dir = opendir(name); in lsdir()
/openbmc/linux/tools/testing/selftests/powerpc/dscr/
H A Ddscr_sysfs_test.c36 sysfs = opendir(CPU_PATH); in check_all_cpu_dscr_defaults()
/openbmc/linux/scripts/dtc/
H A Dfstree.c18 d = opendir(dirname); in read_fstree()
/openbmc/u-boot/scripts/dtc/
H A Dfstree.c33 d = opendir(dirname); in read_fstree()
/openbmc/linux/tools/testing/selftests/powerpc/papr_attributes/
H A Dattr_test.c73 dirp = opendir(path); in verify_energy_info()
/openbmc/linux/tools/power/acpi/os_specific/service_layers/
H A Dosunixdir.c61 dir = opendir(dir_pathname); in acpi_os_open_directory()
/openbmc/linux/tools/thermal/tmon/
H A Dsysfs.c294 dir = opendir(tz_name); in scan_tzones()
353 dir = opendir(cdev_name); in scan_cdevs()
389 dir = opendir(THERMAL_SYSFS); in probe_thermal_sysfs()
/openbmc/linux/tools/lib/api/fs/
H A Dtracing_path.c104 dir = opendir(path); in tracing_events__opendir()
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-support/fuse/files/
H A Dfuse2-0007-util-ulockmgr_server.c-conditionally-define-closefro.patch45 DIR *dir = opendir("/proc/self/fd");
/openbmc/phosphor-event/
H A Dmessage.cpp139 dirp = opendir(eventpath.c_str()); in next_log()
214 dirp = opendir(eventpath.c_str()); in get_managed_size()
/openbmc/linux/tools/testing/selftests/resctrl/
H A Dresctrlfs.c319 dp = opendir(parent_grp); in create_grp()
526 dp = opendir(RESCTRL_PATH); in check_resctrlfs_support()
/openbmc/qemu/fsdev/
H A Dfile-op-9p.h139 int (*opendir)(FsContext *, V9fsPath *, V9fsFidOpenState *); member

1234