Searched refs:pr_open (Results 1 - 7 of 7) sorted by relevance
/illumos-gate/usr/src/lib/libproc/ |
H A D | Makefile.com | 61 pr_open.o \
|
/illumos-gate/usr/src/cmd/nohup/ |
H A D | nohup.c | 270 * 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 D | pr_open.c | 38 pr_open(struct ps_prochandle *Pr, const char *filename, int flags, mode_t mode) function
|
H A D | libproc.h | 337 extern int pr_open(struct ps_prochandle *, const char *, int, mode_t);
|
H A D | llib-lproc | 301 /* pr_open.c */ 302 int pr_open(struct ps_prochandle *Pr,
|
/illumos-gate/usr/src/man/man3proc/ |
H A D | Makefile | 104 pr_open.3proc \
|
/illumos-gate/usr/src/lib/libdtrace/common/ |
H A D | dt_pid.c | 561 (fd = pr_open(P, "/dev/dtrace/helper", O_RDWR, 0)) < 0) { 562 dt_dprintf("pr_open of helper device failed: %s\n",
|
Completed in 77 milliseconds