Searched refs:buf_pp (Results 1 – 1 of 1) sorted by relevance
471 get_cont_area(struct hsfs *fsp, uchar_t **buf_pp, cont_info_t *cont_info_p) in get_cont_area() argument488 if (*buf_pp == (uchar_t *)NULL) in get_cont_area()489 *buf_pp = kmem_alloc((size_t)HS_SECTOR_SIZE, KM_SLEEP); in get_cont_area()507 bcopy(secbp->b_un.b_addr, (char *)*buf_pp, HS_SECTOR_SIZE); in get_cont_area()522 bzero((char *)*buf_pp, HS_SECTOR_SIZE); in get_cont_area()525 (char *)*buf_pp, partial_size); in get_cont_area()538 bcopy(secbp->b_un.b_addr, (char *)&(*buf_pp)[partial_size], in get_cont_area()