Home
last modified time | relevance | path

Searched refs:RCTL_AMOUNT_UNDEFINED (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/sys/
H A Drctl.h134 #define RCTL_AMOUNT_UNDEFINED -1 macro
/freebsd/sys/kern/
H A Dkern_rctl.c814 if (filter->rr_amount != RCTL_AMOUNT_UNDEFINED) { in rctl_rule_matches()
1021 rule->rr_amount = RCTL_AMOUNT_UNDEFINED; in rctl_rule_alloc()
1133 if (rule->rr_amount == RCTL_AMOUNT_UNDEFINED) in rctl_rule_fully_specified()
1237 rule->rr_amount = RCTL_AMOUNT_UNDEFINED; in rctl_string_to_rule()
1320 rule2->rr_amount = RCTL_AMOUNT_UNDEFINED; in rctl_rule_add()
1519 if (amount != RCTL_AMOUNT_UNDEFINED && in rctl_rule_to_sbuf()