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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfc_fcaif.h186 uint32_t ub_size, uint32_t *ub_count, uint32_t type);
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c247 uberblock_verify(uberblock_t *uber, uint64_t ub_size, uint64_t offset) argument
256 if (zio_checksum_verify(&bp, (char *)uber, ub_size) != 0)
277 uint64_t offset, ub_size; local
280 ub_size = VDEV_UBERBLOCK_SIZE(ashift);
284 ub_array += ub_size;
288 if (uberblock_verify(ubnext, ub_size, offset) != 0)
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1150 uint32_t ub_size; member in struct:ql_srb
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c3317 sp->ub_size = size;
3331 sp->ub_size = size;
3343 sp->ub_size = size;
9511 ubp->ub_bufsize = sp->ub_size < tq->ub_sequence_length ?
9512 sp->ub_size : tq->ub_sequence_length;

Completed in 93 milliseconds