Home
last modified time | relevance | path

Searched refs:hook (Results 1 – 25 of 112) sorted by relevance

12345

/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-slip-dbus/
H A D9b939c0b534c1b7958fa0a3c7aedf30bca910431.patch63 def __init__(self, hook, args, kwargs, hookable=None):
65 - assert(isinstance(hook, collections.Callable))
66 + assert(isinstance(hook, collections.abc.Callable))
70 @@ -174,7 +174,7 @@ def add_hook_hookable(self, hook, *args, **kwargs):
71 self.__add_hook(hook, self, *args, **kwargs)
73 def __add_hook(self, hook, _hookable, *args, **kwargs):
74 - assert isinstance(hook, collections.Callable)
75 + assert isinstance(hook, collections.abc.Callable)
77 hookentry = _HookEntry(hook, args, kwargs, hookable=_hookable)
/openbmc/qemu/scripts/qemu-guest-agent/
H A Dfsfreeze-hook10 LOGFILE=/var/log/qga-fsfreeze-hook.log
11 FSFREEZE_D=$(dirname -- "$0")/fsfreeze-hook.d
34 logger -t qemu-ga-freeze-hook "$message"
50 "$file" "$@" 2>&1 | logger -t qemu-ga-freeze-hook
/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-bridge/
H A D50-gbmc-br-cn-redirect.rules3 type filter hook prerouting priority -300;
11 type filter hook prerouting priority -300;
20 type filter hook output priority -300;
H A D50-gbmc-br.rules3 type filter hook prerouting priority 0;
13 type filter hook input priority 0; policy drop;
H A Dgbmc-br-lib.sh47 local hook
48 for hook in "${hookvar[@]}"; do
49 "$hook" "$@" || return
H A D50-gbmc-br-dhcp.rules3 type filter hook input priority 0; policy drop;
/openbmc/phosphor-networkd/src/
H A Dnetwork_manager.hpp123 inline void addReloadPreHook(fu2::unique_function<void()>&& hook) in addReloadPreHook() argument
125 reloadPreHooks.push_back(std::move(hook)); in addReloadPreHook()
127 inline void addReloadPostHook(fu2::unique_function<void()>&& hook) in addReloadPostHook() argument
129 reloadPostHooks.push_back(std::move(hook)); in addReloadPostHook()
/openbmc/openbmc/poky/meta/recipes-support/ca-certificates/ca-certificates/
H A D0001-update-ca-certificates-don-t-use-Debianisms-in-run-p.patch34 - eval run-parts "$VERBOSE_ARG" --test -- "$HOOKSDIR" | while read -r hook
35 + eval run-parts --test "$HOOKSDIR" | while read -r hook
38 cat "$REMOVED" ) | "$hook" || echo "E: $hook exited with code $?."
/openbmc/openbmc/meta-phosphor/recipes-core/glib-2.0/
H A Dglib-2.0%.bbappend2 ## the postinstall hook from being done. The postinstall hook prevents
/openbmc/openbmc/poky/scripts/
H A Dcombo-layer.conf.example59 # hook: if provided, the tool will call the hook to process the generated
62 # the hook script is called as follows: ./hook patchpath revision reponame
64 # hook = combo-layer-hook-default.sh
/openbmc/openbmc/meta-google/recipes-google/networking/files/
H A Dgbmc-ip-monitor.sh31 local hook
32 for hook in "${GBMC_IP_MONITOR_HOOKS[@]}"; do
33 "$hook" || continue
/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-nic-config/
H A D50-gbmc-nic.rules.in3 type filter hook input priority 0; policy drop;
15 type filter hook forward priority 0; policy drop;
/openbmc/openbmc/meta-google/recipes-google/ncsi/files/
H A D50-gbmc-ncsi.rules.in3 type filter hook input priority 0; policy drop;
33 type filter hook forward priority 0; policy drop;
H A Dgbmc-ncsi-usb.sh32 type filter hook input priority 0; policy drop;
43 type filter hook forward priority 0; policy drop;
/openbmc/openbmc/meta-security/recipes-security/ecryptfs-utils/files/
H A D0001-avoid-race-condition.patch26 -install-exec-hook: install-rootsbinPROGRAMS
27 +install-data-hook: install-rootsbinPROGRAMS
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/mplayer/libplacebo/
H A D0001-Fix-compiling-demos-without-nuklear.patch38 static void add_hook(struct plplay *p, const struct pl_hook *hook, const char *path)
40 if (!hook)
/openbmc/openbmc/poky/meta/recipes-extended/groff/files/
H A D0001-contrib-hdtbl-hdtbl.am-Fix-race-issues-for-parallel-.patch30 uninstall_groffdirs: uninstall-hdtbl-hook
31 uninstall-hdtbl-hook:
H A D0001-hdtbl-Fix-Savannah-66316-missing-grn-dep.patch34 uninstall_groffdirs: uninstall-hdtbl-hook
35 uninstall-hdtbl-hook:
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/fftw/fftw/
H A Dinstall-bench.patch25 -bench_SOURCES = bench.c hook.c fftw-bench.c fftw-bench.h
27 +bench@PREC_SUFFIX@_SOURCES = bench.c hook.c fftw-bench.c fftw-bench.h
/openbmc/openbmc/poky/meta/recipes-kernel/systemtap/systemtap/
H A D0001-staprun-stapbpf-don-t-support-installing-a-non-root.patch25 -install-exec-hook:
31 +#install-exec-hook:
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/mycroft/files/
H A D0002-dev_setup.sh-Remove-the-git-dependency.patch31 -# Install pep8 pre-commit hook
35 - echo 'Installing PEP8 check as precommit-hook'
/openbmc/ipmitool/control/
H A DMakefile.am36 dist-hook: pkginfo prototype rpmmacros
/openbmc/qemu/docs/interop/
H A Dqemu-ga.rst77 .. option:: -F, --fsfreeze-hook=PATH
79 Enable fsfreeze hook. Accepts an optional argument that specifies
82 |CONFDIR|\ ``/fsfreeze-hook``). If using -F with an argument, do
151 fsfreeze-hook string
/openbmc/sdbusplus/include/sdbusplus/sdbuspp_support/
H A Devent.hpp19 static void hook() in hook() function
/openbmc/openbmc/poky/meta/recipes-support/gnutls/gnutls/
H A DAdd-ptest-support.patch18 @@ -194,6 +194,9 @@ dist-hook:
19 distcheck-hook:

12345