Lines Matching defs:xf
1339 struct file *xf;
1369 for (xf = files, n = 0; n < nfiles; ++n, ++xf) {
1370 if (xf->xf_data == 0)
1372 if (opt_j >= 0 && opt_j != getprocjid(xf->xf_pid))
1375 &(struct sock){ .socket = xf->xf_data});
1380 (pwd = cap_getpwuid(cappwd, xf->xf_uid)) == NULL)
1381 pos += xprintf("%lu", (u_long)xf->xf_uid);
1387 pos += xprintf("%.10s", getprocname(xf->xf_pid));
1391 pos += xprintf("%5lu", (u_long)xf->xf_pid);
1395 pos += xprintf("%-3d", xf->xf_fd);