Searched refs:xf_pid (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/usr.bin/sockstat/
H A Dsockstat.c169 pid_t xf_pid; member in struct:file
925 files[i].xf_pid = xfiles[i].xf_pid;
1168 (u_long)f->xf_pid, f->xf_fd);
1188 (u_long)f->xf_pid, f->xf_fd);
1323 if (opt_j >= 0 && opt_j != getprocjid(xf->xf_pid))
1337 pos += xprintf("%.10s", getprocname(xf->xf_pid));
1340 pos += xprintf("%5lu ", (u_long)xf->xf_pid);
/freebsd-current/sys/sys/
H A Dfile.h228 pid_t xf_pid; /* owning process */ member in struct:xfile
/freebsd-current/sys/kern/
H A Dkern_descrip.c4411 xf.xf_pid = p->p_pid;

Completed in 85 milliseconds