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

/freebsd-12-stable/sys/kern/
H A Dkern_rctl.c1145 char *subjectstr, *subject_idstr, *resourcestr, *actionstr, local
1156 resourcestr = strsep(&rulestr, ":");
1219 if (resourcestr == NULL || resourcestr[0] == '\0')
1222 error = str2value(resourcestr, &rule->rr_resource,

Completed in 110 milliseconds