Home
last modified time | relevance | path

Searched refs:pheadp (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/vm/
H A Dvm_seg.c531 pcache_link_t *pheadp; in seg_pinactive() local
554 pheadp = &seg->s_phead; in seg_pinactive()
557 pheadp = &amp->a_phead; in seg_pinactive()
602 ASSERT(pheadp->p_lnext != pheadp); in seg_pinactive()
603 ASSERT(pheadp->p_lprev != pheadp); in seg_pinactive()
807 pcache_link_t *pheadp; in seg_pinsert() local
1060 pcache_link_t *pheadp; in seg_ppurge_async() local
1088 ASSERT(pheadp->p_lnext != pheadp); in seg_ppurge_async()
1089 ASSERT(pheadp->p_lprev != pheadp); in seg_ppurge_async()
1309 pcache_link_t *pheadp; in seg_ppurge() local
[all …]
/illumos-gate/usr/src/cmd/fs.d/udfs/fsck/
H A Dsetup.c95 static struct phdr_desc *pheadp; variable
314 pheadp = (struct phdr_desc *)&partp->pd_pc_use; in check_part_desc()
528 freelen = pheadp->phdr_usb.sad_ext_len; in readvolseq()
542 part_bmp_loc = pheadp->phdr_usb.sad_ext_loc + part_start; in readvolseq()
545 markbusy(pheadp->phdr_usb.sad_ext_loc, in readvolseq()
559 err = verifytag(&spacep->sbd_tag, pheadp->phdr_usb.sad_ext_loc, in readvolseq()