Searched refs:pt_pid (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/ptm/
H A Dptm.c82 pt->pt_minor, peername, peerq, pt->pt_pid, procname);
144 if (pt.pt_pid != 0) {
145 if (mdb_pid2proc(pt.pt_pid, &p) == NULL)
154 pt.pt_zoneid, pt.pt_pid, c);
186 if (pt.pt_pid != 0) {
187 if (mdb_pid2proc(pt.pt_pid, &p) == NULL)
/illumos-gate/usr/src/uts/common/io/
H A Dptms_conf.c389 pt->pt_pid = curproc->p_pid; /* For debugging */
546 pt->pt_pid = 0;
611 pt->pt_pid = NULL;
/illumos-gate/usr/src/uts/common/sys/
H A Dptms.h46 pid_t pt_pid; /* process id (for debugging) */ member in struct:pt_ttys

Completed in 74 milliseconds