Home
last modified time | relevance | path

Searched refs:hooked (Results 1 – 25 of 122) sorted by relevance

12345

/netbsd-src/sys/kern/
H A Dkern_module_hook.c66 module_hook_set(bool *hooked, struct localcount *lc) in module_hook_set() argument
70 KASSERT(!*hooked); in module_hook_set()
78 atomic_store_relaxed(hooked, true); in module_hook_set()
82 module_hook_unset(bool *hooked, struct localcount *lc) in module_hook_unset() argument
86 KASSERT(*hooked); in module_hook_unset()
92 atomic_store_relaxed(hooked, false); in module_hook_unset()
106 module_hook_tryenter(bool *hooked, struct localcount *lc) in module_hook_tryenter() argument
112 call_hook = atomic_load_relaxed(hooked); in module_hook_tryenter()
/netbsd-src/sys/sys/
H A Dmodule_hook.h55 bool hooked; \
72 module_hook_set(&(hook).hooked, &(hook).lc); \
78 module_hook_unset(&(hook).hooked, &(hook).lc); \
84 if (module_hook_tryenter(&(hook).hooked, &(hook).lc)) { \
94 if (module_hook_tryenter(&(hook).hooked, &(hook).lc)) { \
/netbsd-src/sys/arch/evbarm/conf/
H A Dfiles.smdk241017 # there's no EEPROM hooked to on-board CS8900A.
H A Dfiles.mini244017 # there's no EEPROM hooked to on-board DM9000.
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/interception/
H A Dinterception_win.cc936 bool hooked = false; in OverrideFunction() local
942 hooked = true; in OverrideFunction()
945 return hooked; in OverrideFunction()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/interception/
H A Dinterception_win.cpp989 bool hooked = false; in OverrideFunction() local
995 hooked = true; in OverrideFunction()
998 return hooked; in OverrideFunction()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/interception/
H A Dinterception_win.cc938 bool hooked = false; in OverrideFunction() local
944 hooked = true; in OverrideFunction()
947 return hooked; in OverrideFunction()
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Drk3288-evb.dtsi166 * NOTE: vcc_sd isn't hooked up on v1.0 boards where power comes from
229 disable-wp; /* wp not hooked up */
H A Drk3288-veyron-sdmmc.dtsi34 * Builtin CD line is hooked to ground to prevent JTAG at boot
H A Dsun6i-a31-colombus.dts64 /* The lcd panel i2c interface is hooked up via gpios */
H A Dsun5i-a13-utoo-p66.dts62 /* The lcd panel i2c interface is hooked up via gpios */
H A Drk3288-rock2-square.dts150 disable-wp; /* wp not hooked up */
/netbsd-src/sys/compat/netbsd32/
H A Dnetbsd32_signal.c199 sigcontext_valid = netbsd32_sendsig_sigcontext_16_hook.hooked; in netbsd32___sigaction_sigtramp()
212 sigcontext_valid = netbsd32_sendsig_sigcontext_16_hook.hooked; in netbsd32___sigaction_sigtramp()
/netbsd-src/games/quiz/datfiles/
H A Dlatin72 uncus:hooked|curved
/netbsd-src/external/bsd/ntp/dist/html/hints/
H A Dsgi68 hooked onto /dev/ttyd2 (the second CPU board RS-232 port) on an SGI
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/engine/
H A DREADME.md98 EVP_CIPHER_CTX context, and the EVP_CIPHER structure is left hooked into the
113 course, when one of these "private" cipher implementations is hooked into
171 hooked in forever). The way this is handled is via "unregistration". With these
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/engine/
H A DREADME98 EVP_CIPHER_CTX context, and the EVP_CIPHER structure is left hooked into the
113 course, when one of these "private" cipher implementations is hooked into
171 hooked in forever). The way this is handled is via "unregistration". With these
/netbsd-src/sys/net/
H A Drtsock.c326 if (!rtsock_iflist_70_hook.hooked) { in sysctl_iflist()
H A Drtsock_shared.c1206 if (rtsock_iflist_70_hook.hooked) in rt_getlen()
1221 if (rtsock_iflist_14_hook.hooked) in rt_getlen()
1232 if (rtsock_iflist_50_hook.hooked) in rt_getlen()
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/qcom/
H A Dmsm8998-clamshell.dtsi323 dr_mode = "host"; /* Force to host until we have Type-C hooked up */
H A Dmsm8998-mtp.dtsi385 dr_mode = "host"; /* Force to host until we have Type-C hooked up */
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DRAVFrontendAction.rst60 Now that everything is hooked up, the next step is to implement a
/netbsd-src/sys/arch/evbarm/nslu2/
H A DREADME98 You will have to configure a TFTP server on a machine hooked up to the same
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/rockchip/
H A Drk3399-gru.dtsi517 * hooked to ground. Because we specified "cd-gpios" below dw_mmc
761 * In our case the official card detect is hooked to ground
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-kde/admin/
H A DChangeLog232 1999-01-20 Alex Zepeda <garbanzo@hooked.net>
345 1998-12-08 Alex Zepeda <garbanzo@hooked.net>
366 1998-12-07 Alex Zepeda <garbanzo@hooked.net>

12345