Searched refs:rule_slots (Results 1 – 1 of 1) sorted by relevance
89 static int rule_slots = 0; variable94 SYSCTL_INT(_security_mac_bsdextended, OID_AUTO, rule_slots, CTLFLAG_RD,95 &rule_slots, 0, "Number of used rule slots\n");164 if (index < 0 || index > rule_slots + 1) { in sysctl_rule()191 if (index + 1 > rule_slots) in sysctl_rule()192 rule_slots = index + 1; in sysctl_rule()438 for (i = 0; i < rule_slots; i++) { in ugidfw_check()