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

/freebsd-11.0-release/sys/kern/
H A Dkern_rctl.c1138 char *subjectstr, *subject_idstr, *resourcestr, *actionstr, local
1148 subject_idstr = strsep(&rulestr, ":");
1162 if (subject_idstr == NULL || subject_idstr[0] == '\0') {
1173 error = str2id(subject_idstr, &id);
1185 error = str2id(subject_idstr, &id);
1192 loginclass_find(subject_idstr);
1200 prison_racct_find(subject_idstr);

Completed in 42 milliseconds