Searched defs:rd_iocmd (Results 1 – 2 of 2) sorted by relevance
41 struct rd_iocmd { struct42 u_int8_t c_pad; /* alignment */43 u_int8_t c_unit; /* punit */44 u_int8_t c_volume; /* CS80CMD_SVOL(0) */45 u_int8_t c_saddr; /* CS80CMD_SADDR */46 u_int16_t c_hiaddr; /* always 0 */47 u_int32_t c_addr; /* blkno */48 u_int8_t c_nop2; /* CS80CMD_NOP - 32-bit alignment */49 u_int8_t c_slen; /* CS80CMD_SLEN */50 u_int32_t c_len; /* number of sectors */[all …]
41 struct rd_iocmd { struct42 uint8_t c_pad;43 uint8_t c_unit;44 uint8_t c_volume;45 uint8_t c_saddr;46 uint16_t c_hiaddr;47 uint32_t c_addr;48 uint8_t c_nop2;49 uint8_t c_slen;50 uint32_t c_len;[all …]