Searched refs:newlc (Results 1 – 3 of 3) sorted by relevance
212 struct loginclass *newlc; in sys_setloginclass() local222 newlc = loginclass_find(lcname); in sys_setloginclass()223 if (newlc == NULL) in sys_setloginclass()229 newcred->cr_loginclass = newlc; in sys_setloginclass()
1055 struct loginclass *oldlc, *newlc; in racct_proc_ucred_changed() local1065 newlc = newcred->cr_loginclass; in racct_proc_ucred_changed()1075 if (newlc != oldlc) { in racct_proc_ucred_changed()1077 racct_add_racct(newlc->lc_racct, p->p_racct); in racct_proc_ucred_changed()
1964 struct loginclass *newlc; in rctl_proc_ucred_changed() local1974 newlc = newcred->cr_loginclass; in rctl_proc_ucred_changed()1993 LIST_FOREACH(link, &newlc->lc_racct->r_rule_links, rrl_next) in rctl_proc_ucred_changed()2039 LIST_FOREACH(link, &newlc->lc_racct->r_rule_links, rrl_next) { in rctl_proc_ucred_changed()