Lines Matching defs:block
1092 scsi_reassign_block(int32_t fd, diskaddr_t block)
1100 debug(5, "SCSI REASSIGN CALLED block = %lld\n", block);
1107 data[4] = ((block & 0xFF000000) >> 24);
1108 data[5] = ((block & 0xFF0000) >> 16);
1109 data[6] = ((block & 0xFF00) >> 8);
1110 data[7] = block & 0xFF;
1121 debug(5, "Reassign block failed: %d - %d errno = %d\n",
1311 * then attempts to lock, but will block until main_servproc
1845 * It will be 0 otherwise which needs to reassign the block.
1862 /* Alloc failed. Atleast reassign the block */
1872 debug(5, "Reading the block %d\n",
1880 FORMG1COUNT(&cdb, 1); /* One block */
1891 debug(5, "Writing the block %d\n",
1898 FORMG1COUNT(&cdb, 1); /* One block */