HomeSort by: relevance | last modified time | path
    Searched defs:lbl_buff (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/luna68k/stand/boot/
disklabel.c 94 uint8_t lbl_buff[LABEL_SIZE]; variable in typeref:typename:uint8_t[]
114 struct scd_dk_label *omp = (struct scd_dk_label *)lbl_buff;
115 struct disklabel *bp = (struct disklabel *)&lbl_buff[LABELOFFSET];
116 struct fs *fp = (struct fs *)lbl_buff;
140 if (scsi_read( 0, lbl_buff, LABEL_SIZE)) {
147 i -= (int)lbl_buff;
183 for (p= (uint16_t *)lbl_buff; count > 0; count--) {
200 memcpy(bp->d_typename, lbl_buff, 16);
246 for (p= (uint16_t *)lbl_buff; count > 1; count--) {
256 if (scsi_write( 0, lbl_buff, LABEL_SIZE))
    [all...]

Completed in 11 milliseconds