Lines Matching refs:lbl_buff
94 uint8_t lbl_buff[LABEL_SIZE]; variable
114 struct scd_dk_label *omp = (struct scd_dk_label *)lbl_buff; in disklabel()
115 struct disklabel *bp = (struct disklabel *)&lbl_buff[LABELOFFSET]; in disklabel()
116 struct fs *fp = (struct fs *)lbl_buff; in disklabel()
140 if (scsi_read( 0, lbl_buff, LABEL_SIZE)) { in disklabel()
147 i -= (int)lbl_buff; in disklabel()
183 for (p= (uint16_t *)lbl_buff; count > 0; count--) { in disklabel()
200 memcpy(bp->d_typename, lbl_buff, 16); in disklabel()
246 for (p= (uint16_t *)lbl_buff; count > 1; count--) { in disklabel()
256 if (scsi_write( 0, lbl_buff, LABEL_SIZE)) { in disklabel()
296 for (p = (uint16_t *)lbl_buff; count > 1; count--) { in disklabel()
308 if (scsi_read(i, lbl_buff, BLOCK_SIZE) == 0) in disklabel()
318 if (scsi_read(32, lbl_buff, BLOCK_SIZE) == 0) { in disklabel()
322 if (scsi_write(16, lbl_buff, BLOCK_SIZE) != 0) { in disklabel()