Searched refs:disabled (Results 1 - 6 of 6) sorted by relevance

/xnu-2422.115.4/bsd/kern/
H A Dkern_cs.c276 int disabled; member in struct:__anon108
279 SYSCTL_INT(_vm, OID_AUTO, sigpup_disable, CTLFLAG_RW | CTLFLAG_LOCKED, &csr_state.disabled, 0, "");
473 if (!cs_enforcement_enable || csr_state.funcs == NULL || csr_state.csr_map_base == 0 || csr_state.disabled)
H A Dkern_sysctl.c3066 boolean_t disabled; variable
3079 * If freeze is being disabled, we need to move dirty pages out from the throttle to the active queue.
3081 disabled = (!val && memorystatus_freeze_enabled);
3085 if (disabled) {
/xnu-2422.115.4/bsd/netinet6/
H A Dipsec.h105 char disabled; /* Set to ignore policy */ member in struct:secpolicy
H A Dipsec.c615 } else if ((*sp)->disabled) {
919 } else if ((*sp)->disabled) {
/xnu-2422.115.4/bsd/netkey/
H A Dkey.c329 /* time between NATT keepalives in seconds, 0 disabled */
727 /* If the policy is disabled, skip */
728 if (sp->disabled > 0)
2435 newsp->disabled = 1;
2846 sp->disabled = 0;
2906 sp->disabled = 1;
3262 if (sp->spidx.internal_if || sp->outgoing_if || sp->ipsec_if || sp->disabled) {
3263 m = key_setsadbipsecif(sp->spidx.internal_if, sp->outgoing_if, sp->ipsec_if, sp->disabled);
/xnu-2422.115.4/iokit/Kernel/
H A DIOPMrootDomain.cpp375 bool disabled;
3079 DLOG("clamshell closed %d, disabled %d, desktopMode %d, ac %d sleepDisabled %d\n",
3485 if (pmso->disabled)
3656 pmso->disabled = true;
6741 DLOG("idle sleep timer disabled\n");

Completed in 59 milliseconds