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

/xnu-2782.1.97/bsd/kern/
H A Dkern_cs.c266 int disabled; member in struct:__anon109
269 SYSCTL_INT(_vm, OID_AUTO, sigpup_disable, CTLFLAG_RW | CTLFLAG_LOCKED, &csr_state.disabled, 0, "");
463 if (!cs_enforcement_enable || csr_state.funcs == NULL || csr_state.csr_map_base == 0 || csr_state.disabled)
H A Dkern_sysctl.c2476 boolean_t disabled; variable
2489 * If freeze is being disabled, we need to move dirty pages out from the throttle to the active queue.
2491 disabled = (!val && memorystatus_freeze_enabled);
2495 if (disabled) {
/xnu-2782.1.97/bsd/netinet6/
H A Dipsec.h105 char disabled; /* Set to ignore policy */ member in struct:secpolicy
H A Dipsec.c615 } else if ((*sp)->disabled) {
918 } else if ((*sp)->disabled) {
/xnu-2782.1.97/bsd/netkey/
H A Dkey.c322 /* time between NATT keepalives in seconds, 0 disabled */
726 /* If the policy is disabled, skip */
727 if (sp->disabled > 0)
2390 newsp->disabled = 1;
2801 sp->disabled = 0;
2861 sp->disabled = 1;
3217 if (sp->spidx.internal_if || sp->outgoing_if || sp->ipsec_if || sp->disabled) {
3218 m = key_setsadbipsecif(sp->spidx.internal_if, sp->outgoing_if, sp->ipsec_if, sp->disabled);
/xnu-2782.1.97/iokit/Kernel/
H A DIOPMrootDomain.cpp382 bool disabled; member in class:PMSettingObject
2868 DLOG("clamshell closed %d, disabled %d, desktopMode %d, ac %d sleepDisabled %d\n",
3274 if (pmso->disabled)
3445 pmso->disabled = true;
6563 DLOG("idle sleep timer disabled\n");

Completed in 175 milliseconds