Home
last modified time | relevance | path

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

/freebsd/usr.bin/sockstat/
H A Dsockstat.c176 uid_t xf_uid; member
935 files[i].xf_uid = xfiles[i].xf_uid; in getfiles()
1388 (pwd = cap_getpwuid(cappwd, xf->xf_uid)) == NULL) in display()
1389 pos += xprintf("%lu", (u_long)xf->xf_uid); in display()
/freebsd/sys/sys/
H A Dfile.h232 uid_t xf_uid; /* effective uid of owning process */ member
/freebsd/sys/kern/
H A Dkern_descrip.c4436 xf.xf_uid = p->p_ucred->cr_uid; in sysctl_kern_file()