Home
last modified time | relevance | path

Searched refs:IN_NONBLOCK (Results 1 – 16 of 16) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dinotify.h73 #define IN_NONBLOCK O_NONBLOCK macro
/openbmc/phosphor-debug-collector/
H A Dcore_manager.hpp50 coreWatch(eventLoop, IN_NONBLOCK, coreFileEvent, EPOLLIN, CORE_FILE_DIR, in Manager()
H A Ddump_manager_bmc.hpp59 eventLoop, IN_NONBLOCK, IN_CLOSE_WRITE | IN_CREATE, EPOLLIN, in Manager()
H A Ddump_manager_bmc.cpp245 eventLoop, IN_NONBLOCK, IN_CLOSE_WRITE, EPOLLIN, i.first, in watchCallback()
/openbmc/pldm/fw-update/
H A Dwatch.cpp32 fd = inotify_init1(IN_NONBLOCK); in Watch()
/openbmc/openpower-pnor-code-mgmt/ubi/
H A Dwatch.cpp105 auto fd = inotify_init1(IN_NONBLOCK); in inotifyInit()
/openbmc/phosphor-certificate-manager/
H A Dwatch.cpp61 fd = inotify_init1(IN_NONBLOCK); in startWatch()
/openbmc/phosphor-bmc-code-mgmt/bmc/
H A Dwatch.cpp41 fd = inotify_init1(IN_NONBLOCK); in Watch()
H A Dsync_watch.cpp41 auto fd = inotify_init1(IN_NONBLOCK); in SyncWatch()
/openbmc/sdbusplus/test/async/
H A Dfdio.cpp20 auto fd = inotify_init1(IN_NONBLOCK); in FdioTest()
/openbmc/bmcweb/redfish-core/src/
H A Dfilesystem_log_watcher.cpp210 int inotifyFd = inotify_init1(IN_NONBLOCK); in FilesystemLogWatcher()
/openbmc/phosphor-logging/
H A Dutil.cpp135 fd = inotify_init1(IN_NONBLOCK | IN_CLOEXEC); in journalSync()
/openbmc/linux/fs/notify/inotify/
H A Dinotify_user.c702 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 Dfilemonitor-inotify.c183 fd = inotify_init1(IN_NONBLOCK); in qemu_file_monitor_new()
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dmanager.cpp566 _pelFileDeleteFD = inotify_init1(IN_NONBLOCK); in setupPELDeleteWatch()
/openbmc/linux/tools/perf/
H A Dbuiltin-daemon.c1026 fd = inotify_init1(IN_NONBLOCK|O_CLOEXEC); in setup_config_changes()