Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/hsfs/
H A Dhsfs_susp_subr.c473 get_cont_area(struct hsfs *fsp, uchar_t **buf_pp, cont_info_t *cont_info_p) in get_cont_area() argument
490 if (*buf_pp == (uchar_t *)NULL) in get_cont_area()
491 *buf_pp = kmem_alloc((size_t)HS_SECTOR_SIZE, KM_SLEEP); in get_cont_area()
509 bcopy(secbp->b_un.b_addr, (char *)*buf_pp, HS_SECTOR_SIZE); in get_cont_area()
524 bzero((char *)*buf_pp, HS_SECTOR_SIZE); in get_cont_area()
527 (char *)*buf_pp, partial_size); in get_cont_area()
540 bcopy(secbp->b_un.b_addr, (char *)&(*buf_pp)[partial_size], in get_cont_area()