Home
last modified time | relevance | path

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

/openbsd/src/sys/kern/
Dtty_tty.c119 sess->s_verauthuid = p->p_ucred->cr_ruid; in cttyioctl()
137 if (sess->s_verauthuid == p->p_ucred->cr_ruid && in cttyioctl()
Dkern_proc.c367 sess->s_verauthuid = 0; in zapverauth()
/openbsd/src/sys/sys/
Dproc.h71 uid_t s_verauthuid; member