/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/freediameter/files/ |
H A D | 0001-tests-use-EXTENSIONS_DIR.patch | 52 - 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 D | readline82-009.patch | 14 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 D | fs.c | 146 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 D | lsiio.c | 45 dp = opendir(dev_dir_name); in dump_channels() 107 dp = opendir(iio_dir); in dump_devices()
|
H A D | iio_utils.c | 115 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 D | perf.c | 162 proc = opendir("/proc"); in show_proc() 182 pid_fd = opendir(buf); in show_proc()
|
/openbmc/linux/tools/testing/selftests/proc/ |
H A D | proc-tid0.c | 66 DIR *d = opendir(buf); in main()
|
H A D | proc-subset-pid.c | 77 DIR *d = opendir("/proc"); in main()
|
H A D | read.c | 132 d = opendir("/proc"); in main()
|
H A D | fd-001-lookup.c | 111 d = opendir("/proc/self/fd"); in main()
|
/openbmc/qemu/util/ |
H A D | drm.c | 35 dir = opendir("/dev/dri"); in qemu_drm_rendernode_open()
|
/openbmc/linux/tools/perf/util/ |
H A D | tracepoint.c | 44 evt_dir = opendir(dir_path); in is_valid_tracepoint()
|
H A D | trace-event-info.c | 171 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 D | util.c | 169 dir = opendir(path); in rm_rf_depth_pat() 286 dir = opendir(name); in lsdir()
|
/openbmc/linux/tools/testing/selftests/powerpc/dscr/ |
H A D | dscr_sysfs_test.c | 36 sysfs = opendir(CPU_PATH); in check_all_cpu_dscr_defaults()
|
/openbmc/linux/scripts/dtc/ |
H A D | fstree.c | 18 d = opendir(dirname); in read_fstree()
|
/openbmc/u-boot/scripts/dtc/ |
H A D | fstree.c | 33 d = opendir(dirname); in read_fstree()
|
/openbmc/linux/tools/testing/selftests/powerpc/papr_attributes/ |
H A D | attr_test.c | 73 dirp = opendir(path); in verify_energy_info()
|
/openbmc/linux/tools/power/acpi/os_specific/service_layers/ |
H A D | osunixdir.c | 61 dir = opendir(dir_pathname); in acpi_os_open_directory()
|
/openbmc/linux/tools/thermal/tmon/ |
H A D | sysfs.c | 294 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 D | tracing_path.c | 104 dir = opendir(path); in tracing_events__opendir()
|
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-support/fuse/files/ |
H A D | fuse2-0007-util-ulockmgr_server.c-conditionally-define-closefro.patch | 45 DIR *dir = opendir("/proc/self/fd");
|
/openbmc/phosphor-event/ |
H A D | message.cpp | 139 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 D | resctrlfs.c | 319 dp = opendir(parent_grp); in create_grp() 526 dp = opendir(RESCTRL_PATH); in check_resctrlfs_support()
|
/openbmc/qemu/fsdev/ |
H A D | file-op-9p.h | 139 int (*opendir)(FsContext *, V9fsPath *, V9fsFidOpenState *); member
|