Searched defs:cdb (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dfcp.h31 union scsi_cdb cdb; member in struct:fcp_cmnd
H A Dscsi.h223 #define SCSI_CDB_DATA(cdb) \
224 (cdb).bytes[0], (cdb).bytes[1], (cdb).bytes[2], (cdb).bytes[3], \
225 (cdb).bytes[4], (cdb).bytes[5], (cdb).bytes[6], (cdb).bytes[7], \
226 (cdb)
253 union scsi_cdb cdb; member in struct:scsi_cmd
[all...]
H A Dsrp.h456 union scsi_cdb cdb; member in struct:srp_cmd
H A Discsi.h270 union scsi_cdb cdb; member in struct:iscsi_bhs_scsi_command
/vbox/src/VBox/Devices/PC/BIOS/
H A Dscsi.c197 cdb_rw10 cdb; local
210 cdb.command = SCSI_READ_10;
211 cdb.lba = swap_32(bios_dsk->drqp.lba);
212 cdb.pad1 = 0;
213 cdb.nsect = swap_16(count);
214 cdb.pad2 = 0;
223 rc = scsi_cmd_data_in(io_base, target_id, (void __far *)&cdb, 10,
246 cdb_rw10 cdb; local
259 cdb.command = SCSI_WRITE_10;
260 cdb
[all...]
/vbox/src/VBox/Devices/Storage/
H A DDrvHostBase.cpp1303 SCSICommandDescriptorBlock cdb = { 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 }; local
1304 memcpy(&cdb[0], pbCmd, cbCmd);
1305 IOReturn irc = (*ppScsiTaskI)->SetCommandDescriptorBlock(ppScsiTaskI, cdb, cbCmd);
/vbox/src/apps/svnsync-vbox/
H A Dmain.c1396 void *cdb;
1398 SVN_ERR(add_directory(to_path, db, from_path, src_rev, oppool, &cdb));
1399 SVN_ERR(close_directory(cdb, oppool));
1392 void *cdb; local

Completed in 59 milliseconds