Searched refs:pt_pid (Results 1 – 3 of 3) sorted by relevance
82 pt->pt_minor, peername, peerq, pt->pt_pid, procname); in ptms_pr_qinfo()144 if (pt.pt_pid != 0) { in ptms()145 if (mdb_pid2proc(pt.pt_pid, &p) == NULL) in ptms()154 pt.pt_zoneid, pt.pt_pid, c); in ptms()186 if (pt.pt_pid != 0) { in ptms_qinfo()187 if (mdb_pid2proc(pt.pt_pid, &p) == NULL) in ptms_qinfo()
389 pt->pt_pid = curproc->p_pid; /* For debugging */ in pt_ttys_alloc()546 pt->pt_pid = 0; in ptms_close()611 pt->pt_pid = NULL; in ptms_constructor()
46 pid_t pt_pid; /* process id (for debugging) */ member