Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/kern/
HDkern_rctl.c1138 char *subjectstr, *subject_idstr, *resourcestr, *actionstr, in rctl_string_to_rule() local
1149 resourcestr = strsep(&rulestr, ":"); in rctl_string_to_rule()
1212 if (resourcestr == NULL || resourcestr[0] == '\0') in rctl_string_to_rule()
1215 error = str2value(resourcestr, &rule->rr_resource, in rctl_string_to_rule()