Searched refs:pheadp (Results 1 – 3 of 3) sorted by relevance
531 pcache_link_t *pheadp; in seg_pinactive() local554 pheadp = &seg->s_phead; in seg_pinactive()557 pheadp = &->a_phead; in seg_pinactive()602 ASSERT(pheadp->p_lnext != pheadp); in seg_pinactive()603 ASSERT(pheadp->p_lprev != pheadp); in seg_pinactive()689 pheadp = &seg->s_phead; in seg_pinactive()692 pheadp = &->a_phead; in seg_pinactive()807 pcache_link_t *pheadp; in seg_pinsert() local865 pheadp = &seg->s_phead; in seg_pinsert()869 pheadp = &->a_phead; in seg_pinsert()[all …]
291 pheadp = (struct phdr_desc *)&partp->pd_pc_use; in check_part_desc()503 freelen = pheadp->phdr_usb.sad_ext_len; in readvolseq()517 part_bmp_loc = pheadp->phdr_usb.sad_ext_loc + part_start; in readvolseq()520 markbusy(pheadp->phdr_usb.sad_ext_loc, in readvolseq()534 err = verifytag(&spacep->sbd_tag, pheadp->phdr_usb.sad_ext_loc, in readvolseq()
110 struct phdr_desc *pheadp; variable