Home
last modified time | relevance | path

Searched refs:inotify (Results 1 – 25 of 48) sorted by relevance

12

/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-inotify/
H A Dnew-test-inotify.patch37 import inotify.constants
38 import inotify.calls
59 i = inotify.adapters.Inotify()
100 i = inotify.adapters.Inotify()
142 i = inotify.adapters.Inotify()
266 i = inotify.adapters.Inotify()
268 i = inotify.adapters.Inotify()
304 + wd_path = get_wd(i.inotify, path)
403 + wd_path = get_wd(i.inotify, path)
485 + wd_path = get_wd(i.inotify, path)
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rsyslog/rsyslog/
H A D0001-tests-disable-the-check-for-inotify.patch4 Subject: [PATCH] tests: disable the check for inotify
6 We don't need to check inotify.h.
13 for the test to detect /usr/include/sys/inotify.h.)
29 'check-inotify') # Check for inotify/fen support
30 - if [ -n "$(find /usr/include -name 'inotify.h' -print -quit)" ]; then
32 echo [inotify mode]
38 'check-inotify-only') # Check for ONLY inotify support
39 - if [ -n "$(find /usr/include -name 'inotify.h' -print -quit)" ]; then
41 echo [inotify mode]
43 echo [inotify not supported, skipping...]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/inotify-tools/inotify-tools/
H A D0003-replace-stat64-lstat64-with-stat-lstat.patch10 Upstream-Status: Submitted [https://github.com/inotify-tools/inotify-tools/pull/174]
14 libinotifytools/src/inotifytools/inotify-nosys.h | 5 -----
53 diff --git a/libinotifytools/src/inotifytools/inotify-nosys.h b/libinotifytools/src/inotifytools/in…
55 --- a/libinotifytools/src/inotifytools/inotify-nosys.h
56 +++ b/libinotifytools/src/inotifytools/inotify-nosys.h
67 * struct inotify_event - structure read from the inotify device for each event
H A D0002-configure-Add-AC_SYS_LARGEFILE-autoconf-macro.patch9 Upstream-Status: Submitted [https://github.com/inotify-tools/inotify-tools/pull/174]
H A D0002-libinotifytools-Bridge-differences-between-musl-glib.patch15 Upstream-Status: Submitted [https://github.com/inotify-tools/inotify-tools/pull/154]
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-inotify_git.bb1 SUMMARY = "An adapter to Linux kernel support for inotify directory-watching."
2 HOMEPAGE = "https://pypi.org/project/inotify/"
10 file://new-test-inotify.patch \
H A Dpython3-asyncinotify_4.0.6.bb1 SUMMARY = "A simple optionally-async python inotify library, focused on simplicity of use and opera…
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/gerbera/
H A Dgerbera_2.0.0.bb17 PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)} curl taglib inotify exif ma…
21 PACKAGECONFIG[inotify] = "-DWITH_INOTIFY=TRUE,-DWITH_INOTIFY=FALSE,inotify-tools"
/openbmc/phosphor-debug-collector/
H A Dcore_manager.hpp16 using Watch = phosphor::dump::inotify::Watch;
17 using UserMap = phosphor::dump::inotify::UserMap;
H A Ddump_manager_bmc.hpp24 using UserMap = phosphor::dump::inotify::UserMap;
26 using Watch = phosphor::dump::inotify::Watch;
H A Dwatch.hpp16 namespace inotify namespace
H A Dwatch.cpp12 namespace inotify namespace
/openbmc/linux/fs/notify/inotify/
H A DKconfig7 Say Y here to enable inotify support for userspace, including the
15 For more information, see <file:Documentation/filesystems/inotify.rst>
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/inotify-tools/
H A Dinotify-tools_3.22.6.0.bb1 SUMMARY = "Command line tools and C library providing a simple interface to inotify"
2 HOMEPAGE = "http://wiki.github.com/rvoicilas/inotify-tools"
/openbmc/linux/fs/notify/
H A DMakefile6 obj-y += inotify/
H A DKconfig6 source "fs/notify/inotify/Kconfig"
/openbmc/linux/Documentation/filesystems/
H A Dinotify.rst22 Watches are associated with an open inotify device, not an open file.
39 want: Users initialize inotify, once, and add n watches, requiring but one
40 fd and no twiddling with fd limits. Initializing an inotify instance two
H A Ddnotify.rst74 Beginning with Linux 2.6.13, dnotify has been replaced by inotify.
75 See Documentation/filesystems/inotify.rst for more information on it.
H A Dindex.rst97 inotify
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/ssiapi/ssiapi/
H A D0001-Include-libgen.h.patch24 #include <sys/inotify.h>
/openbmc/linux/fs/notify/fanotify/
H A DKconfig9 notification system which differs from inotify in that it sends
/openbmc/openbmc/poky/scripts/
H A Dautobuilder-worker-prereq-tests51 WATCHES=$(PATH="/sbin:/usr/sbin:$PATH" sysctl fs.inotify.max_user_watches -n)
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/dnsmasq/
H A Ddnsmasq_2.90.bb28 PACKAGECONFIG ?= "auth dhcp dhcp6 dumpfile inotify ipset loop script tftp"
40 PACKAGECONFIG[inotify] = "-DHAVE_INOTIFY,-DNO_INOTIFY"
/openbmc/docs/designs/
H A Dmultihost-physical-led.md214 inotify to handle the changes. By reading the file, all the LEDs name will be
218 inotify will monitor the file continuously and it needs to communicate between
220 generated before systemd service, inotify does not need to monitor the file
/openbmc/qemu/qapi/
H A Dauthz.json80 # @refresh: If true, inotify is used to monitor the file,

12