Home
last modified time | relevance | path

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

/src/sys/kern/
H A Dkern_rctl.c828 str2value(const char *str, int *value, struct dict *table) in str2value() function
1164 error = str2value(subjectstr, &rule->rr_subject_type, subjectnames); in rctl_string_to_rule()
1222 error = str2value(resourcestr, &rule->rr_resource, in rctl_string_to_rule()
1231 error = str2value(actionstr, &rule->rr_action, actionnames); in rctl_string_to_rule()
1254 error = str2value(perstr, &rule->rr_per, subjectnames); in rctl_string_to_rule()