Home | Sort by: relevance | last modified time | path |
/src/sys/arch/sgimips/stand/common/ | |
iris_scsicmd.h | 82 uint8_t lbal; /* lsb of l.b.a. */ member in struct:scsi_cdb6 95 uint8_t lbal; /* lsb of l.b.a. */ member in struct:scsi_cdb10 |
iris_scsictl.c | 74 cdb.lbal = blk; 100 cdb.lbal = blk; |
/src/sys/external/bsd/gnu-efi/dist/inc/ | |
efifs.h | 70 // Return the file's first LBAL which is in the same 99 #define EFI_LBAL_ARRAY_SIZE(lbal,offs,blks) \ 100 (((blks) - (offs) - (lbal)->Hdr.HeaderSize) / sizeof(EFI_RL)) 112 // Return the run-length structure from an LBAL header |
/src/sys/arch/luna68k/stand/boot/ | |
scsireg.h | 200 uint8_t lbal; /* lsb of l.b.a. */ member in struct:scsi_cdb6 213 uint8_t lbal; /* lsb of l.b.a. */ member in struct:scsi_cdb10 229 uint8_t lbal; member in struct:scsi_sense |
/src/sys/arch/hp300/stand/common/ | |
scsireg.h | 225 u_char lbal; /* lsb of l.b.a. */ member in struct:scsi_cdb6 238 u_char lbal; /* lsb of l.b.a. */ member in struct:scsi_cdb10 254 u_char lbal; member in struct:scsi_sense |
scsi.c | 428 cdb.lbal = blk; 447 cdb.lbal = blk; |