Searched refs:pr_fstat64 (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/lib/libproc/common/ |
H A D | Pfdinfo.c | 120 if (pr_fstat64(P, fd, &stat) == 0) { in load_fdinfo()
|
H A D | mapfile-vers | 174 pr_fstat64;
|
H A D | pr_stat.c | 452 pr_fstat64(struct ps_prochandle *Pr, int fd, struct stat64 *buf) in pr_fstat64() function
|
H A D | libproc.h | 372 extern int pr_fstat64(struct ps_prochandle *, int, struct stat64 *);
|
H A D | llib-lproc | 328 int pr_fstat64(struct ps_prochandle *Pr, int fd, struct stat64 *buf);
|
/titanic_50/usr/src/cmd/nohup/ |
H A D | nohup.c | 257 if (pr_fstat64(g_proc, fd, &sbuf) == -1 || in fd_cb()
|