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()
12878 offset_t first_byte; local12965 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 …]