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

/illumos-gate/usr/src/cmd/prtfru/
H A Dprtfru.c492 uchar_t first_byte, data[128]; local
633 (void) memcpy((uchar_t *)&first_byte, field, 1);
634 if (isprint(first_byte)) {
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/
H A Dfru_access.c765 uchar_t first_byte; local
828 first_byte = 0x00;
830 retval = pread(device_fd, &first_byte, sizeof (first_byte), 0);
832 switch (first_byte) {
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c12879 offset_t first_byte; local
12953 * first_byte is the byte offset, from the beginning of the device,
12966 first_byte = SD_SYSBLOCKS2BYTES((offset_t)xp->xb_blkno);
12969 (first_byte / un->un_phy_blocksize) *
12971 end_block = ((first_byte + bp->b_bcount +
12975 start_block = xp->xb_blkno = first_byte / un->un_tgt_blocksize;
12976 end_block = (first_byte + bp->b_bcount +
12989 if (((first_byte % un->un_phy_blocksize) == 0) &&
12994 if (((first_byte % un->un_tgt_blocksize) == 0) &&
13055 bsp->mbs_copy_offset = (ssize_t)(first_byte
31009 diskaddr_t first_byte, end_block; local
[all...]

Completed in 94 milliseconds