Searched refs:pr_open (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libproc/
H A DMakefile.com61 pr_open.o \
/illumos-gate/usr/src/cmd/nohup/
H A Dnohup.c270 * our call to pr_open fails, we try to reopen the controlling tty.
286 tmpfd = pr_open(g_proc, file, oflags, 0);
314 tmpfd = pr_open(g_proc, "/dev/tty", O_RDWR, 0);
545 * of this call from here until the call to pr_open, the process
/illumos-gate/usr/src/lib/libproc/common/
H A Dpr_open.c38 pr_open(struct ps_prochandle *Pr, const char *filename, int flags, mode_t mode) function
H A Dlibproc.h337 extern int pr_open(struct ps_prochandle *, const char *, int, mode_t);
H A Dllib-lproc301 /* pr_open.c */
302 int pr_open(struct ps_prochandle *Pr,
/illumos-gate/usr/src/man/man3proc/
H A DMakefile104 pr_open.3proc \
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_pid.c561 (fd = pr_open(P, "/dev/dtrace/helper", O_RDWR, 0)) < 0) {
562 dt_dprintf("pr_open of helper device failed: %s\n",

Completed in 75 milliseconds