Searched refs:pr_fstat64 (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/lib/libproc/common/ |
H A D | Pfdinfo.c | 120 if (pr_fstat64(P, fd, &stat) == 0) {
|
H A D | pr_stat.c | 452 pr_fstat64(struct ps_prochandle *Pr, int fd, struct stat64 *buf) function
|
H A D | libproc.h | 367 extern int pr_fstat64(struct ps_prochandle *, int, struct stat64 *);
|
H A D | llib-lproc | 329 int pr_fstat64(struct ps_prochandle *Pr, int fd, struct stat64 *buf);
|
/illumos-gate/usr/src/man/man3proc/ |
H A D | Makefile | 213 pr_fstat64.3proc \ 379 pr_fstat64.3proc := LINKSRC = pr_stat.3proc
|
/illumos-gate/usr/src/cmd/nohup/ |
H A D | nohup.c | 257 if (pr_fstat64(g_proc, fd, &sbuf) == -1 ||
|
Completed in 51 milliseconds