Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.h158 int p_oflags; /* Flags for open(2) */ member
H A Dmdb_proc.c886 io = mdb_fdio_create_path(NULL, execname, pt->p_oflags, 0); in pt_exec()
5258 pt->p_oflags = O_RDWR; in mdb_proc_tgt_create()
5260 pt->p_oflags = O_RDONLY; in mdb_proc_tgt_create()
5357 aout_path, pt->p_oflags, 0)) == NULL && argc > 0) { in mdb_proc_tgt_create()