Searched refs:first_byte (Results 1 – 3 of 3) sorted by relevance
492 uchar_t first_byte, data[128]; in print_field() local633 (void) memcpy((uchar_t *)&first_byte, field, 1); in print_field()634 if (isprint(first_byte)) { in print_field()
765 uchar_t first_byte; in fru_open_container() local828 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()
12879 offset_t first_byte; local12966 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 -13060 bsp->mbs_copy_offset = (ssize_t)(first_byte -[all …]