Searched refs:end_off (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_vnops.c1723 offset_t end_off = off + len; local
1728 if (end_off > file_size)
1729 end_off = file_size;
1731 for (io_off = off; io_off < end_off; io_off += PAGESIZE) {
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_mdb.c85 size_t len, ptr_off, end_off; local
116 end_off = (uintptr_t)t->trw_data.tb_end - t->trw_base;
120 t->trw_data.tb_end = (void *)((uintptr_t)buf + end_off);
/illumos-gate/usr/src/cmd/fs.d/udfs/fstyp/
H A Dud_lib.c280 uint64_t end_off; local
300 end_off = offset * 2048 + UD_VOL_REC_END;
301 for (; off < end_off; off += UD_VOL_REC_BSZ) {
/illumos-gate/usr/src/uts/common/io/lvm/raid/
H A Draid_ioctl.c441 diskaddr_t end_off; local
490 end_off = un->un_pwsize + (un->un_segsize * un->un_segsincolumn);
491 zerosize = (size_t)MIN((diskaddr_t)un->un_maxio, end_off);

Completed in 75 milliseconds