Searched defs:gflag (Results 1 - 2 of 2) sorted by relevance
/osnet-11/usr/src/lib/libproc/common/ |
H A D | proc_arg.c | 130 proc_grab_common(const char *arg, const char *path, int oflag, int gflag, argument 164 return (Pgrab(psinfo.pr_pid, gflag, 206 return (Pgrab(psinfo.pr_pid, gflag, perr)); 243 proc_arg_xgrab(const char *arg, const char *path, int oflag, int gflag, argument 246 return (proc_grab_common(arg, path, oflag, gflag, perr, lwps, NULL)); 250 proc_arg_grab(const char *arg, int oflag, int gflag, int *perr) argument 252 return (proc_grab_common(arg, NULL, oflag, gflag, perr, NULL, NULL));
|
H A D | Pcore.c | 2186 Pgrab_core(const char *core, const char *aout, int gflag, int *perr) argument 2188 int fd, oflag = (gflag & PGRAB_RDONLY) ? O_RDONLY : O_RDWR;
|
Completed in 27 milliseconds