Home
last modified time | relevance | path

Searched refs:O_SYNC (Results 1 – 25 of 43) sorted by relevance

12

/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyruvate/
H A D0001-musl-Define-SOCK_NONBLOCK-with-O_NONBLOCK.patch27 @@ -311,8 +311,6 @@ pub const O_SYNC: ::c_int = 1052672;
48 @@ -250,8 +250,6 @@ pub const O_SYNC: ::c_int = 0o40020;
59 @@ -243,8 +243,6 @@ pub const O_SYNC: ::c_int = 1052672;
70 @@ -300,8 +300,6 @@ pub const O_SYNC: ::c_int = 1052672;
/openbmc/linux/tools/include/uapi/asm-generic/
H A Dfcntl.h79 #ifndef O_SYNC
81 #define O_SYNC (__O_SYNC|O_DSYNC) macro
/openbmc/linux/include/uapi/asm-generic/
H A Dfcntl.h79 #ifndef O_SYNC
81 #define O_SYNC (__O_SYNC|O_DSYNC) macro
/openbmc/linux/tools/perf/trace/beauty/
H A Dopen_flags.c62 if ((flags & O_SYNC) == O_SYNC) in open__scnprintf_flags()
/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/
H A Dlpc_nuvoton.cpp50 mappedFd = sys->open(devmem, O_RDWR | O_SYNC); in open()
158 if ((fd = sys->open("/dev/mem", O_RDWR | O_SYNC)) == -1) in mapWindow()
H A Dpci_nuvoton_handler.cpp34 mappedFd = sys->open(devmem, O_RDWR | O_SYNC); in open()
H A Dlpc_aspeed.cpp141 mappedFd = sys->open(lpcControlPath.c_str(), O_RDONLY | O_SYNC); in mapRegion()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pxaregs/pxaregs-1.14/
H A Dpxaregs.c1779 fd = open("/dev/mem", O_RDWR | O_SYNC); in getmem()
1814 fd = open("/dev/mem", O_RDWR | O_SYNC); in putmem()
/openbmc/linux/arch/csky/mm/
H A Dioremap.c13 } else if (file->f_flags & O_SYNC) { in phys_mem_access_prot()
/openbmc/linux/arch/parisc/include/uapi/asm/
H A Dfcntl.h10 #define O_SYNC (__O_SYNC|O_DSYNC) macro
/openbmc/linux/arch/mips/include/uapi/asm/
H A Dfcntl.h37 #define O_SYNC (__O_SYNC|O_DSYNC) macro
/openbmc/linux/arch/alpha/include/uapi/asm/
H A Dfcntl.h33 #define O_SYNC (__O_SYNC|O_DSYNC) macro
/openbmc/linux/arch/sparc/include/uapi/asm/
H A Dfcntl.h36 #define O_SYNC (__O_SYNC|O_DSYNC) macro
/openbmc/openpower-proc-control/
H A Dfiledescriptor.cpp37 fd = open(path.c_str(), O_RDWR | O_SYNC); in FileDescriptor()
/openbmc/pldm/oem/ibm/libpldmresponder/
H A Dfile_io_type_lid.hpp127 flags = O_WRONLY | O_CREAT | O_TRUNC | O_SYNC; in writeFromMemory()
219 flags = O_WRONLY | O_CREAT | O_TRUNC | O_SYNC; in write()
/openbmc/linux/tools/testing/selftests/tdx/
H A Dtdx_guest_test.c137 devfd = open(TDX_GUEST_DEVNAME, O_RDWR | O_SYNC); in TEST()
/openbmc/phosphor-mboxd/
H A Dmboxd_lpc.c49 fd = open(path, O_RDWR | O_SYNC); in __init_lpc_dev()
/openbmc/hiomapd/
H A Dlpc.c49 fd = open(path, O_RDWR | O_SYNC); in __lpc_dev_init()
/openbmc/qemu/util/
H A Dosdep.c146 if ((flags & O_SYNC) != (dup_flags & O_SYNC)) { in qemu_dup_flags()
/openbmc/google-misc/subprojects/metrics-ipmi-blobs/
H A Dutil.cpp238 int fd = open("/dev/mem", O_RDONLY | O_SYNC); in readMem()
/openbmc/gpioplus/test/internal/
H A Dfd.cpp209 const int flags_blocking = O_SYNC | O_NOATIME;
/openbmc/linux/fs/coda/
H A Dfile.c250 host_file->f_flags |= coda_file->f_flags & (O_APPEND | O_SYNC); in coda_open()
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dmain.py366 fl |= os.O_SYNC
/openbmc/linux/arch/um/os-Linux/
H A Dfile.c192 f |= O_SYNC; in os_open_file()
/openbmc/phosphor-host-ipmid/user_channel/
H A Duser_mgmt.cpp1399 int fd = open(tmpFile.c_str(), O_CREAT | O_WRONLY | O_TRUNC | O_SYNC, in writeUserData()
1631 int fd = open(ipmiUserSignalLockFile, O_CREAT | O_TRUNC | O_SYNC, in cacheUserDataFile()

12