Home
last modified time | relevance | path

Searched refs:O_RDONLY (Results 126 – 150 of 506) sorted by relevance

12345678910>>...21

/openbmc/linux/tools/include/uapi/asm-generic/
H A Dfcntl.h20 #define O_RDONLY 00000000 macro
/openbmc/linux/include/uapi/asm-generic/
H A Dfcntl.h20 #define O_RDONLY 00000000 macro
/openbmc/u-boot/scripts/basic/
H A Dfixdep.c300 fd = open(filename, O_RDONLY); in do_config_file()
420 fd = open(depfile, O_RDONLY); in print_deps()
/openbmc/linux/Documentation/userspace-api/media/dvb/
H A Dfrontend_f_open.rst31 Open flags. Access can either be ``O_RDWR`` or ``O_RDONLY``.
33 Multiple opens are allowed with ``O_RDONLY``. In this mode, only
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/
H A D0007-nativesdk-glibc-Make-relocatable-install-for-locales.patch85 - fd = open64 (ARCHIVE_NAME, O_RDONLY);
86 + fd = open64 (_write_archive_locales_path, O_RDONLY);
/openbmc/linux/drivers/tty/serial/
H A Dkgdb_nmi.c277 if (!ret && (mode == O_RDONLY || mode == O_RDWR)) in kgdb_nmi_tty_open()
288 if (mode == O_RDONLY || mode == O_RDWR) in kgdb_nmi_tty_close()
/openbmc/u-boot/tools/gdb/
H A Dgdbsend.c79 if ((ifd = open(ifn, O_RDONLY)) < 0) in main()
/openbmc/linux/tools/testing/selftests/intel_pstate/
H A Daperf.c47 fd = open(msr_file_name, O_RDONLY); in main()
/openbmc/qemu/migration/
H A Dfile.c81 fioc = qio_channel_file_new_path(filename, O_RDONLY, 0, errp); in file_start_incoming_migration()
/openbmc/linux/tools/testing/selftests/ptrace/
H A Dvmaccess.c39 f = open(mm, O_RDONLY); in TEST()
/openbmc/linux/fs/ceph/
H A Dutil.c68 case O_RDONLY: in ceph_flags_to_mode()
/openbmc/linux/tools/perf/trace/beauty/
H A Dopen_flags.c30 if ((flags & O_ACCMODE) == O_RDONLY) in open__scnprintf_flags()
/openbmc/phosphor-mboxd/vpnor/
H A Dpnor_partition.hpp52 constexpr auto flags = O_RDONLY; in read()
/openbmc/u-boot/board/samsung/origen/tools/
H A Dmkorigenspl.c46 ifd = open(argv[1], O_RDONLY); in main()
/openbmc/phosphor-fan-presence/cooling-type/
H A Dcooling_type.cpp63 gpioFd.open(gpioPath.c_str(), O_RDONLY); in readGpio()
/openbmc/linux/samples/hid/
H A Dhid_mouse.c64 fd = open(uevent, O_RDONLY | O_NONBLOCK); in get_hid_id()
/openbmc/linux/include/linux/lockd/
H A Dlockd.h312 return file->f_file[O_RDONLY] ? in nlmsvc_file_file()
313 file->f_file[O_RDONLY] : file->f_file[O_WRONLY]; in nlmsvc_file_file()
/openbmc/linux/tools/perf/tests/
H A Ddso-data.c313 int fd = open("/dev/null", O_RDONLY); in new_limit()
363 fd_extra = open("/dev/null", O_RDONLY); in test__dso_data_reopen()
/openbmc/linux/tools/build/
H A Dfixdep.c127 fd = open(depfile, O_RDONLY); in print_deps()
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_lirc_mode2_user.c82 inputfd = open(argv[2], O_RDONLY | O_NONBLOCK); in main()
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtask_fd_query_tp.c27 efd = open(buf, O_RDONLY, 0); in test_task_fd_query_tp_core()
H A Dmodule_attach.c17 fd = open(BPF_TESTMOD_TEST_FILE, O_RDONLY); in trigger_module_test_writable()
/openbmc/linux/samples/pfsm/
H A Dpfsm-wakeup.c38 fd_rtc = open(RTC_A, O_RDONLY); in main()
/openbmc/qemu/tests/unit/
H A Dtest-io-channel-command.c55 O_RDONLY, in test_io_channel_command_fifo()
/openbmc/linux/tools/perf/util/
H A Dlzma.c110 int fd = open(input, O_RDONLY); in lzma_is_compressed()

12345678910>>...21