Searched defs:get_cont_area (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_susp_subr.c68 static int get_cont_area(struct hsfs *, uchar_t **, cont_info_t *);
156 if (get_cont_area(fsp, &cont_p, &cont_info)) {
464 * get_cont_area()
473 get_cont_area(struct hsfs *fsp, uchar_t **buf_pp, cont_info_t *cont_info_p) function
486 cmn_err(CE_NOTE, "get_cont_area: invalid offset/length");
498 cmn_err(CE_NOTE, "get_cont_area: bread: error=(%d)", error);
535 cmn_err(CE_NOTE, "get_cont_area: bread(2): error=(%d)",

Completed in 44 milliseconds