Lines Matching refs:p_status
96 if ((gptr->p_status == SESSION) || in read_pmtab()
97 (gptr->p_status == LOCKED) || in read_pmtab()
98 (gptr->p_status == UNACCESS)) { in read_pmtab()
103 gptr->p_inservice = gptr->p_status; in read_pmtab()
105 gptr->p_status = NOTVALID; in read_pmtab()
455 log("status:\t\t%d", gptr->p_status); in dump_pmtab()
553 if (tsp->p_status) {
560 tsp->p_status = VALID;
567 tsp->p_status = NOTVALID;
581 sp->p_status = CHANGED;
624 sp->p_status = VALID;
657 sp->p_status = VALID;
677 if (sp->p_status) { in purge()