/netbsd-src/sys/kern/ |
H A D | kern_module_hook.c | 66 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 D | module_hook.h | 55 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 D | files.smdk2410 | 17 # there's no EEPROM hooked to on-board CS8900A.
|
H A D | files.mini2440 | 17 # there's no EEPROM hooked to on-board DM9000.
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/interception/ |
H A D | interception_win.cc | 936 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 D | interception_win.cpp | 989 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 D | interception_win.cc | 938 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 D | rk3288-evb.dtsi | 166 * NOTE: vcc_sd isn't hooked up on v1.0 boards where power comes from 229 disable-wp; /* wp not hooked up */
|
H A D | rk3288-veyron-sdmmc.dtsi | 34 * Builtin CD line is hooked to ground to prevent JTAG at boot
|
H A D | sun6i-a31-colombus.dts | 64 /* The lcd panel i2c interface is hooked up via gpios */
|
H A D | sun5i-a13-utoo-p66.dts | 62 /* The lcd panel i2c interface is hooked up via gpios */
|
H A D | rk3288-rock2-square.dts | 150 disable-wp; /* wp not hooked up */
|
/netbsd-src/sys/compat/netbsd32/ |
H A D | netbsd32_signal.c | 199 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 D | latin | 72 uncus:hooked|curved
|
/netbsd-src/external/bsd/ntp/dist/html/hints/ |
H A D | sgi | 68 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 D | README.md | 98 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 D | README | 98 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 D | rtsock.c | 326 if (!rtsock_iflist_70_hook.hooked) { in sysctl_iflist()
|
H A D | rtsock_shared.c | 1206 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 D | msm8998-clamshell.dtsi | 323 dr_mode = "host"; /* Force to host until we have Type-C hooked up */
|
H A D | msm8998-mtp.dtsi | 385 dr_mode = "host"; /* Force to host until we have Type-C hooked up */
|
/netbsd-src/external/apache2/llvm/dist/clang/docs/ |
H A D | RAVFrontendAction.rst | 60 Now that everything is hooked up, the next step is to implement a
|
/netbsd-src/sys/arch/evbarm/nslu2/ |
H A D | README | 98 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 D | rk3399-gru.dtsi | 517 * 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 D | ChangeLog | 232 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>
|