Searched refs:cont_offset (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_susp_subr.c162 cont_p + cont_info.cont_offset;
481 * Both cont_offset and cont_len must be no longer than
484 if (cont_info_p->cont_offset > HS_SECTOR_SIZE ||
507 if ((cont_info_p->cont_offset + cont_info_p->cont_len) <=
525 partial_size = HS_SECTOR_SIZE - cont_info_p->cont_offset;
526 bcopy(&secbp->b_un.b_addr[cont_info_p->cont_offset],
528 cont_info_p->cont_offset = 0;
H A Dhsfs_susp.c206 sig_args_p->cont_info_p->cont_offset = CE_OFFSET(ce_ptr);
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dhsfs_susp.h213 uint_t cont_offset; /* offset into cont */ member in struct:cont_info_struct

Completed in 45 milliseconds