Searched refs:IN_NONBLOCK (Results 1 – 16 of 16) sorted by relevance
/openbmc/linux/include/uapi/linux/ |
H A D | inotify.h | 73 #define IN_NONBLOCK O_NONBLOCK macro
|
/openbmc/phosphor-debug-collector/ |
H A D | core_manager.hpp | 50 coreWatch(eventLoop, IN_NONBLOCK, coreFileEvent, EPOLLIN, CORE_FILE_DIR, in Manager()
|
H A D | dump_manager_bmc.hpp | 59 eventLoop, IN_NONBLOCK, IN_CLOSE_WRITE | IN_CREATE, EPOLLIN, in Manager()
|
H A D | dump_manager_bmc.cpp | 245 eventLoop, IN_NONBLOCK, IN_CLOSE_WRITE, EPOLLIN, i.first, in watchCallback()
|
/openbmc/pldm/fw-update/ |
H A D | watch.cpp | 32 fd = inotify_init1(IN_NONBLOCK); in Watch()
|
/openbmc/openpower-pnor-code-mgmt/ubi/ |
H A D | watch.cpp | 105 auto fd = inotify_init1(IN_NONBLOCK); in inotifyInit()
|
/openbmc/phosphor-certificate-manager/ |
H A D | watch.cpp | 61 fd = inotify_init1(IN_NONBLOCK); in startWatch()
|
/openbmc/phosphor-bmc-code-mgmt/bmc/ |
H A D | watch.cpp | 41 fd = inotify_init1(IN_NONBLOCK); in Watch()
|
H A D | sync_watch.cpp | 41 auto fd = inotify_init1(IN_NONBLOCK); in SyncWatch()
|
/openbmc/sdbusplus/test/async/ |
H A D | fdio.cpp | 20 auto fd = inotify_init1(IN_NONBLOCK); in FdioTest()
|
/openbmc/bmcweb/redfish-core/src/ |
H A D | filesystem_log_watcher.cpp | 210 int inotifyFd = inotify_init1(IN_NONBLOCK); in FilesystemLogWatcher()
|
/openbmc/phosphor-logging/ |
H A D | util.cpp | 135 fd = inotify_init1(IN_NONBLOCK | IN_CLOEXEC); in journalSync()
|
/openbmc/linux/fs/notify/inotify/ |
H A D | inotify_user.c | 702 BUILD_BUG_ON(IN_NONBLOCK != O_NONBLOCK); in do_inotify_init() 704 if (flags & ~(IN_CLOEXEC | IN_NONBLOCK)) in do_inotify_init()
|
/openbmc/qemu/util/ |
H A D | filemonitor-inotify.c | 183 fd = inotify_init1(IN_NONBLOCK); in qemu_file_monitor_new()
|
/openbmc/phosphor-logging/extensions/openpower-pels/ |
H A D | manager.cpp | 566 _pelFileDeleteFD = inotify_init1(IN_NONBLOCK); in setupPELDeleteWatch()
|
/openbmc/linux/tools/perf/ |
H A D | builtin-daemon.c | 1026 fd = inotify_init1(IN_NONBLOCK|O_CLOEXEC); in setup_config_changes()
|