Searched defs:ucdb (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/cdrw/
H A Dtransport.c44 static char ucdb[16]; variable
51 (void) memset(ucdb, 0, 16);
52 uscmd.uscsi_cdb = ucdb;
/illumos-gate/usr/src/cmd/rmformat/
H A Drmf_misc.c71 static char ucdb[16]; variable
1664 (void) memset(ucdb, 0, 16);
1665 uscmd.uscsi_cdb = ucdb;
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dst.c8636 union scsi_cdb *ucdb; local
8975 ucdb = (union scsi_cdb *)pkt->pkt_cdbp;
8977 (void) scsi_setup_cdb(ucdb, com, address, (uint_t)count, additional);
8982 ucdb->t_code = fixbit;
8983 ucdb->g0_vu_1 = short_fm;

Completed in 93 milliseconds