Home
last modified time | relevance | path

Searched refs:cdb_bytes (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/arch/newsmips/dev/
H A Dscsi_1185.c1088 int cdb_bytes; in sc_cout() local
1101 cdb_bytes = xs->cmdlen; in sc_cout()
1110 cdb_bytes = 6; in sc_cout()
1125 cdb_bytes = 1; in sc_cout()
1144 SET_CNT(cdb_bytes); in sc_cout()
1147 for (iloop = 0; iloop < cdb_bytes; iloop++) { in sc_cout()
/netbsd-src/usr.sbin/mmcformat/
H A Duscsi_subr.c449 memcpy(ccb.csio.cdb_io.cdb_bytes, cmd, cmdlen); in uscsi_command()
/netbsd-src/sys/dev/ic/
H A Daic7xxx.c7352 memcpy(atio->cdb_io.cdb_bytes, byte, atio->cdb_len); in ahc_handle_target_cmd()
H A Daic79xx.c9711 memcpy(atio->cdb_io.cdb_bytes, byte, atio->cdb_len); in ahd_handle_target_cmd()