Home
last modified time | relevance | path

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

/NextBSD/sys/kern/
HDkern_rctl.c601 str2value(const char *str, int *value, struct dict *table) in str2value() function
933 error = str2value(subjectstr, &rule->rr_subject_type, subjectnames); in rctl_string_to_rule()
991 error = str2value(resourcestr, &rule->rr_resource, in rctl_string_to_rule()
1000 error = str2value(actionstr, &rule->rr_action, actionnames); in rctl_string_to_rule()
1018 error = str2value(perstr, &rule->rr_per, subjectnames); in rctl_string_to_rule()