Home
last modified time | relevance | path

Searched refs:states (Results 1 – 5 of 5) sorted by relevance

/xnu-8020.101.4/bsd/net/ !
H A Dpf.c455 s->rule.ptr->states++; \
456 VERIFY(s->rule.ptr->states != 0); \
458 s->anchor.ptr->states++; \
459 VERIFY(s->anchor.ptr->states != 0); \
462 s->nat_rule.ptr->states++; \
463 VERIFY(s->nat_rule.ptr->states != 0); \
470 VERIFY(s->nat_rule.ptr->states > 0); \
471 s->nat_rule.ptr->states--; \
474 VERIFY(s->anchor.ptr->states > 0); \
475 s->anchor.ptr->states--; \
[all …]
H A Dpf_ioctl.c546 pf_purge_expired_states(pf_status.states);
559 node->states = 0;
711 if (rule->states <= 0) { in pf_rm_rule()
728 if (rule->states > 0 || rule->src_nodes > 0 || in pf_rm_rule()
1139 dst->states = 0; in pf_rule_copyin()
1862 n->states = 0; in pfioctl()
2390 pf_purge_expired_states(pf_status.states); in pf_expire_states_and_src_nodes()
2397 if (sn->states != 0) { in pf_expire_states_and_src_nodes()
2407 sn->states = 0; in pf_expire_states_and_src_nodes()
3495 pf_default_rule.states++; in pfioctl_ioc_state()
[all …]
H A Dpfvar.h718 u_int32_t states; member
891 u_int32_t states; member
1011 struct pf_statelist states; member
1610 u_int32_t states; member
/xnu-8020.101.4/libsyscall/mach/ !
H A Derr_iokit.sub204 "(iokit/bluetooth) changing power states is unsupported", // 004
/xnu-8020.101.4/iokit/DriverKit/ !
H A DIOService.iig313 * @discussion When the system enters lower power states DMA access to memory may be affected.
317 …* begins and ends so that the system will not enter the lowest power states during that time.…