Home
last modified time | relevance | path

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

/freebsd/usr.bin/sockstat/
H A Dmain.c173 uid_t xf_uid; member
874 files[i].xf_uid = xfiles[i].xf_uid; in getfiles()
1295 (pwd = cap_getpwuid(cappwd, xf->xf_uid)) == NULL) in calculate_column_widths()
1296 len = snprintf(NULL, 0, "%lu", (u_long)xf->xf_uid); in calculate_column_widths()
1597 (pwd = cap_getpwuid(cappwd, xf->xf_uid)) == NULL) in display()
1599 (u_long)xf->xf_uid); in display()
/freebsd/sys/sys/
H A Dfile.h235 uid_t xf_uid; /* effective uid of owning process */ member
/freebsd/sys/kern/
H A Dkern_descrip.c4623 xf.xf_uid = p->p_ucred->cr_uid; in sysctl_kern_file()