Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/prtfru/
H A Dprtfru.c492 uchar_t first_byte, data[128]; in print_field() local
633 (void) memcpy((uchar_t *)&first_byte, field, 1); in print_field()
634 if (isprint(first_byte)) { in print_field()
/titanic_44/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/
H A Dfru_access.c765 uchar_t first_byte; in fru_open_container() local
828 first_byte = 0x00; in fru_open_container()
830 retval = pread(device_fd, &first_byte, sizeof (first_byte), 0); in fru_open_container()
832 switch (first_byte) { in fru_open_container()
/titanic_44/usr/src/uts/common/io/scsi/targets/
H A Dsd.c12878 offset_t first_byte; local
12965 first_byte = SD_SYSBLOCKS2BYTES((offset_t)xp->xb_blkno);
12968 (first_byte / un->un_phy_blocksize) *
12970 end_block = ((first_byte + bp->b_bcount +
12974 start_block = xp->xb_blkno = first_byte / un->un_tgt_blocksize;
12975 end_block = (first_byte + bp->b_bcount +
12988 if (((first_byte % un->un_phy_blocksize) == 0) &&
12993 if (((first_byte % un->un_tgt_blocksize) == 0) &&
13054 bsp->mbs_copy_offset = (ssize_t)(first_byte -
13059 bsp->mbs_copy_offset = (ssize_t)(first_byte -
[all …]