Home
last modified time | relevance | path

Searched refs:hideroot (Results 1 – 2 of 2) sorted by relevance

/openbsd/usr.sbin/pstat/
H A Dpstat.c99 int hideroot; variable
156 hideroot = getuid(); in main()
509 2 * (int)sizeof(long), hideroot ? 0L : (long)avnode, in vnode_print()
1009 hideroot ? 0 : (u_long)tp->t_session & 0xffffffff); in ttyprt()
1052 hideroot ? 0LL : kf->f_fileaddr); in filemode()
1073 hideroot ? 0L : (long)kf->f_data); in filemode()
1080 hideroot ? 0LL : (long long)kf->f_offset); in filemode()
1083 hideroot ? 0LL : (long long)kf->f_offset); in filemode()
/openbsd/usr.bin/fstat/
H A Dfstat.c134 int hideroot; variable
139 printf("%p", hideroot ? NULL : p); in hide()
152 hideroot = getuid(); in main()
601 if (asprintf(&entry.key, "%c%llx", type, hideroot ? 0 : ptr) == -1) in splice_insert()
617 snprintf(buf, sizeof(buf), "%c%llx", type, hideroot ? 0 : ptr); in splice_find()