Home
last modified time | relevance | path

Searched refs:f_uid (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/kern/
H A Dsubr_kcore.c64 ufile->f_uid = owner; in kcore_make_file()
/dragonfly/sys/sys/
H A Dkinfo.h62 uid_t f_uid; /* effective uid of owning process */ member
/dragonfly/usr.bin/sockstat/
H A Dsockstat.c495 if ((pwd = getpwuid(xf->f_uid)) != NULL) in display()
498 xprintf("%-8lu ", (u_long)xf->f_uid); in display()
/dragonfly/lib/libkvm/
H A Dkvm_file.c74 ufile->f_uid = owner; in kcore_make_file()