Home
last modified time | relevance | path

Searched refs:p_stdin (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.h153 const char *p_stdin; /* File for stdin redirect */ member
H A Dmdb_proc.c3404 if (pt->p_stdin != NULL) in Pcreate_callback()
3405 pt_dupfd(pt->p_stdin, O_RDWR, 0, STDIN_FILENO); in Pcreate_callback()
3440 pt->p_stdin = argv[i].a_un.a_str + 1; in pt_run()
3469 pt->p_stdin = pt->p_stdout = NULL; in pt_run()