Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libproc/
H A DMakefile.com61 pr_open.o \
/titanic_41/usr/src/cmd/nohup/
H A Dnohup.c286 tmpfd = pr_open(g_proc, file, oflags, 0); in fd_cb()
314 tmpfd = pr_open(g_proc, "/dev/tty", O_RDWR, 0); in fd_cb()
/titanic_41/usr/src/lib/libproc/common/
H A Dpr_open.c38 pr_open(struct ps_prochandle *Pr, const char *filename, int flags, mode_t mode) in pr_open() function
H A Dmapfile-vers228 pr_open;
H A Dllib-lproc300 /* pr_open.c */
301 int pr_open(struct ps_prochandle *Pr,
H A Dlibproc.h342 extern int pr_open(struct ps_prochandle *, const char *, int, mode_t);
/titanic_41/usr/src/lib/libdtrace/common/
H A Ddt_pid.c561 (fd = pr_open(P, "/dev/dtrace/helper", O_RDWR, 0)) < 0) { in dt_pid_usdt_mapping()