Home
last modified time | relevance | path

Searched refs:pr_fstat64 (Results 1 – 6 of 6) sorted by relevance

/titanic_50/usr/src/lib/libproc/common/
H A DPfdinfo.c120 if (pr_fstat64(P, fd, &stat) == 0) { in load_fdinfo()
H A Dmapfile-vers174 pr_fstat64;
H A Dpr_stat.c452 pr_fstat64(struct ps_prochandle *Pr, int fd, struct stat64 *buf) in pr_fstat64() function
H A Dlibproc.h372 extern int pr_fstat64(struct ps_prochandle *, int, struct stat64 *);
H A Dllib-lproc328 int pr_fstat64(struct ps_prochandle *Pr, int fd, struct stat64 *buf);
/titanic_50/usr/src/cmd/nohup/
H A Dnohup.c257 if (pr_fstat64(g_proc, fd, &sbuf) == -1 || in fd_cb()