/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyruvate/ |
H A D | 0001-musl-Define-SOCK_NONBLOCK-with-O_NONBLOCK.patch | 27 @@ -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 D | fcntl.h | 79 #ifndef O_SYNC 81 #define O_SYNC (__O_SYNC|O_DSYNC) macro
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | fcntl.h | 79 #ifndef O_SYNC 81 #define O_SYNC (__O_SYNC|O_DSYNC) macro
|
/openbmc/linux/tools/perf/trace/beauty/ |
H A D | open_flags.c | 62 if ((flags & O_SYNC) == O_SYNC) in open__scnprintf_flags()
|
/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/ |
H A D | lpc_nuvoton.cpp | 50 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 D | pci_nuvoton_handler.cpp | 34 mappedFd = sys->open(devmem, O_RDWR | O_SYNC); in open()
|
H A D | lpc_aspeed.cpp | 141 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 D | pxaregs.c | 1779 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 D | ioremap.c | 13 } else if (file->f_flags & O_SYNC) { in phys_mem_access_prot()
|
/openbmc/linux/arch/parisc/include/uapi/asm/ |
H A D | fcntl.h | 10 #define O_SYNC (__O_SYNC|O_DSYNC) macro
|
/openbmc/linux/arch/mips/include/uapi/asm/ |
H A D | fcntl.h | 37 #define O_SYNC (__O_SYNC|O_DSYNC) macro
|
/openbmc/linux/arch/alpha/include/uapi/asm/ |
H A D | fcntl.h | 33 #define O_SYNC (__O_SYNC|O_DSYNC) macro
|
/openbmc/linux/arch/sparc/include/uapi/asm/ |
H A D | fcntl.h | 36 #define O_SYNC (__O_SYNC|O_DSYNC) macro
|
/openbmc/openpower-proc-control/ |
H A D | filedescriptor.cpp | 37 fd = open(path.c_str(), O_RDWR | O_SYNC); in FileDescriptor()
|
/openbmc/pldm/oem/ibm/libpldmresponder/ |
H A D | file_io_type_lid.hpp | 127 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 D | tdx_guest_test.c | 137 devfd = open(TDX_GUEST_DEVNAME, O_RDWR | O_SYNC); in TEST()
|
/openbmc/phosphor-mboxd/ |
H A D | mboxd_lpc.c | 49 fd = open(path, O_RDWR | O_SYNC); in __init_lpc_dev()
|
/openbmc/hiomapd/ |
H A D | lpc.c | 49 fd = open(path, O_RDWR | O_SYNC); in __lpc_dev_init()
|
/openbmc/qemu/util/ |
H A D | osdep.c | 146 if ((flags & O_SYNC) != (dup_flags & O_SYNC)) { in qemu_dup_flags()
|
/openbmc/google-misc/subprojects/metrics-ipmi-blobs/ |
H A D | util.cpp | 238 int fd = open("/dev/mem", O_RDONLY | O_SYNC); in readMem()
|
/openbmc/gpioplus/test/internal/ |
H A D | fd.cpp | 209 const int flags_blocking = O_SYNC | O_NOATIME;
|
/openbmc/linux/fs/coda/ |
H A D | file.c | 250 host_file->f_flags |= coda_file->f_flags & (O_APPEND | O_SYNC); in coda_open()
|
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | main.py | 366 fl |= os.O_SYNC
|
/openbmc/linux/arch/um/os-Linux/ |
H A D | file.c | 192 f |= O_SYNC; in os_open_file()
|
/openbmc/phosphor-host-ipmid/user_channel/ |
H A D | user_mgmt.cpp | 1399 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()
|