Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_rctl.c832 str2value(const char *str, int *value, struct dict *table) in str2value() function
1168 error = str2value(subjectstr, &rule->rr_subject_type, subjectnames); in rctl_string_to_rule()
1226 error = str2value(resourcestr, &rule->rr_resource, in rctl_string_to_rule()
1235 error = str2value(actionstr, &rule->rr_action, actionnames); in rctl_string_to_rule()
1258 error = str2value(perstr, &rule->rr_per, subjectnames); in rctl_string_to_rule()