/src/sys/kern/ |
kern_module_hook.c | 66 module_hook_set(bool *hooked, struct localcount *lc) 70 KASSERT(!*hooked); 78 atomic_store_relaxed(hooked, true); 82 module_hook_unset(bool *hooked, struct localcount *lc) 86 KASSERT(*hooked); 92 atomic_store_relaxed(hooked, false); 106 module_hook_tryenter(bool *hooked, struct localcount *lc) 112 call_hook = atomic_load_relaxed(hooked);
|
sys_sig.c | 433 if (sendsig_sigcontext_16_hook.hooked) {
|
/src/sys/sys/ |
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)) { \
|
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
rk3288-veyron-sdmmc.dtsi | 34 * Builtin CD line is hooked to ground to prevent JTAG at boot
|
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 */
|
rk3288-rock2-square.dts | 150 disable-wp; /* wp not hooked up */
|
rk3288-popmetal.dts | 139 disable-wp; /* wp not hooked up */
|
rk3288-tinker.dtsi | 462 disable-wp; /* wp not hooked up */
|
rk3288-veyron.dtsi | 247 * are actually hooked together and only separated for
|
/src/sys/external/bsd/compiler_rt/dist/lib/interception/ |
interception_win.cc | 938 bool hooked = false; local in function:__interception::OverrideFunction 944 hooked = true; 947 return hooked;
|
/src/sys/net/ |
rtsock.c | 326 if (!rtsock_iflist_70_hook.hooked) {
|
rtsock_shared.c | 1206 if (rtsock_iflist_70_hook.hooked) 1221 if (rtsock_iflist_14_hook.hooked) 1232 if (rtsock_iflist_50_hook.hooked)
|
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/qcom/ |
msm8998-clamshell.dtsi | 323 dr_mode = "host"; /* Force to host until we have Type-C hooked up */
|
msm8998-mtp.dtsi | 385 dr_mode = "host"; /* Force to host until we have Type-C hooked up */
|
sdm845-mtp.dts | 513 /* Until we have Type C hooked up we'll force this as peripheral. */
|
sdm845-cheza.dtsi | 765 * The hardware design intends this port to be hooked up in peripheral 825 /* We have this hooked up to a hub and we always use in host mode */
|
/src/sys/compat/netbsd32/ |
netbsd32_signal.c | 199 sigcontext_valid = netbsd32_sendsig_sigcontext_16_hook.hooked; 212 sigcontext_valid = netbsd32_sendsig_sigcontext_16_hook.hooked;
|
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/rockchip/ |
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
|
/src/sys/dev/ |
vnd.c | 1217 if (!compat_vndioctl_50_hook.hooked)
|
/src/sys/external/isc/libsodium/dist/ |
aclocal.m4 | 550 dnl macro is hooked onto _AC_COMPILER_EXEEXT early, see below.
|