/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-inotify/ |
H A D | new-test-inotify.patch | 37 import inotify.constants 38 import inotify.calls 54 with inotify.test_support.temp_path() as path: 59 i = inotify.adapters.Inotify() 69 - (inotify.adapters._INOTIFY_EVENT(wd=1, mask=256, cookie=0, len=16), ['IN_CREATE'],… 70 - (inotify.adapters._INOTIFY_EVENT(wd=1, mask=32, cookie=0, len=16), ['IN_OPEN'], in… 71 - (inotify.adapters._INOTIFY_EVENT(wd=1, mask=8, cookie=0, len=16), ['IN_CLOSE_WRITE… 72 + (inotify.adapters._INOTIFY_EVENT(wd=wd, mask=256, cookie=0, len=16), ['IN_CREATE']… 73 + (inotify.adapters._INOTIFY_EVENT(wd=wd, mask=32, cookie=0, len=16), ['IN_OPEN'], i… 74 + (inotify.adapters._INOTIFY_EVENT(wd=wd, mask=8, cookie=0, len=16), ['IN_CLOSE_WRIT… [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rsyslog/rsyslog/ |
H A D | 0001-tests-disable-the-check-for-inotify.patch | 4 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 D | 0003-replace-stat64-lstat64-with-stat-lstat.patch | 10 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 D | 0002-configure-Add-AC_SYS_LARGEFILE-autoconf-macro.patch | 9 Upstream-Status: Submitted [https://github.com/inotify-tools/inotify-tools/pull/174]
|
H A D | 0002-libinotifytools-Bridge-differences-between-musl-glib.patch | 15 Upstream-Status: Submitted [https://github.com/inotify-tools/inotify-tools/pull/154]
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
H A D | python3-inotify_git.bb | 1 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 D | python3-asyncinotify_4.2.0.bb | 1 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 D | gerbera_2.4.1.bb | 17 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 D | core_manager.hpp | 16 using Watch = phosphor::dump::inotify::Watch; 17 using UserMap = phosphor::dump::inotify::UserMap;
|
H A D | dump_manager_bmc.hpp | 24 using UserMap = phosphor::dump::inotify::UserMap; 26 using Watch = phosphor::dump::inotify::Watch;
|
H A D | watch.hpp | 16 namespace inotify namespace
|
H A D | watch.cpp | 14 namespace inotify namespace
|
/openbmc/linux/fs/notify/inotify/ |
H A D | Kconfig | 7 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 D | inotify-tools_3.22.6.0.bb | 1 SUMMARY = "Command line tools and C library providing a simple interface to inotify" 2 HOMEPAGE = "http://wiki.github.com/rvoicilas/inotify-tools"
|
/openbmc/openbmc/poky/meta/recipes-extended/cronie/ |
H A D | cronie_1.7.2.bb | 39 PACKAGECONFIG[inotify] = "--with-inotify,--without-inotify,"
|
/openbmc/linux/fs/notify/ |
H A D | Makefile | 6 obj-y += inotify/
|
H A D | Kconfig | 6 source "fs/notify/inotify/Kconfig"
|
/openbmc/openbmc/poky/meta/recipes-connectivity/iproute2/iproute2/ |
H A D | 0001-ip-rearrange-and-prune-header-files.patch | 59 -#include <sys/inotify.h> 78 +#include <sys/inotify.h>
|
/openbmc/linux/Documentation/filesystems/ |
H A D | inotify.rst | 22 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 D | dnotify.rst | 74 Beginning with Linux 2.6.13, dnotify has been replaced by inotify. 75 See Documentation/filesystems/inotify.rst for more information on it.
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/ssiapi/ssiapi/ |
H A D | 0001-Include-libgen.h.patch | 24 #include <sys/inotify.h>
|
/openbmc/linux/fs/notify/fanotify/ |
H A D | Kconfig | 9 notification system which differs from inotify in that it sends
|
/openbmc/openbmc/poky/scripts/ |
H A D | autobuilder-worker-prereq-tests | 51 WATCHES=$(PATH="/sbin:/usr/sbin:$PATH" sysctl fs.inotify.max_user_watches -n)
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/dnsmasq/ |
H A D | dnsmasq_2.90.bb | 28 auth dhcp dumpfile inotify ipset loop script tftp \ 44 PACKAGECONFIG[inotify] = "-DHAVE_INOTIFY,-DNO_INOTIFY"
|
/openbmc/docs/designs/ |
H A D | multihost-physical-led.md | 214 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
|