Searched refs:lun (Results 1 - 14 of 14) sorted by relevance

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Discsit.d59 ii_lun = (((uint64_t)P->lun[0] << (64 - 0*8 - 8)) +
60 ((uint64_t)P->lun[1] << (64 - 1*8 - 8)) +
61 ((uint64_t)P->lun[2] << (64 - 2*8 - 8)) +
62 ((uint64_t)P->lun[3] << (64 - 3*8 - 8)) +
63 ((uint64_t)P->lun[4] << (64 - 4*8 - 8)) +
64 ((uint64_t)P->lun[5] << (64 - 5*8 - 8)) +
65 ((uint64_t)P->lun[6] << (64 - 6*8 - 8)) +
66 ((uint64_t)P->lun[7] << (64 - 7*8 - 8)));
186 ii_lun = (((uint64_t)P->lun[0] << (64 - 0*8 - 8)) +
187 ((uint64_t)P->lun[
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dscsi.h244 #define SCSI_LUN_DATA(lun) \
245 ntohs ( (lun).u16[0] ), ntohs ( (lun).u16[1] ), \
246 ntohs ( (lun).u16[2] ), ntohs ( (lun).u16[3] )
251 struct scsi_lun lun; member in struct:scsi_cmd
295 extern int scsi_parse_lun ( const char *lun_string, struct scsi_lun *lun );
308 struct scsi_lun *lun );
H A Dedd.h109 uint8_t lun; member in struct:edd_device_path::__anon15485
116 uint64_t lun; member in struct:edd_device_path::__anon15486
133 uint64_t lun; member in struct:edd_device_path::__anon15489
H A Discsi.h260 struct scsi_lun lun; member in struct:iscsi_bhs_scsi_command
355 struct scsi_lun lun; member in struct:iscsi_bhs_data_in
403 struct scsi_lun lun; member in struct:iscsi_bhs_data_out
439 struct scsi_lun lun; member in struct:iscsi_bhs_r2t
473 struct scsi_lun lun; member in struct:iscsi_nop_in
649 struct scsi_lun lun; member in struct:iscsi_session
H A Dsrp.h366 struct scsi_lun lun; member in struct:srp_tsk_mgmt
443 struct scsi_lun lun; member in struct:srp_cmd
712 struct scsi_lun lun; member in struct:srp_aer_req
809 struct scsi_lun lun; member in struct:sbft_scsi_subtable
831 uint32_t memory_handle, struct scsi_lun *lun );
H A Dfcp.h21 struct scsi_lun lun; member in struct:fcp_cmnd
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/block/
H A Dscsi.c109 * @v lun LUN to fill in
112 int scsi_parse_lun ( const char *lun_string, struct scsi_lun *lun ) {
116 memset ( lun, 0, sizeof ( *lun ) );
120 lun->u16[i] = htons ( strtoul ( p, &p, 16 ) );
206 struct scsi_lun lun; member in struct:scsi_device
388 memcpy ( &command.lun, &scsidev->lun, sizeof ( command.lun ) );
943 * @v lun SCS
[all...]
H A Dsrp.c121 struct scsi_lun lun; member in struct:srp_device
430 memcpy ( &cmd->lun, &command->lun, sizeof ( cmd->lun ) );
723 memcpy ( &sbft->scsi.lun, &srpdev->lun, sizeof ( sbft->scsi.lun ) );
772 * @v lun SCSI LUN
777 uint32_t memory_handle, struct scsi_lun *lun ) {
802 memcpy ( &srpdev->lun, lu
[all...]
H A Dibft.c404 memcpy ( &target->boot_lun, &iscsi->lun, sizeof ( target->boot_lun ) );
/vbox/src/VBox/Devices/PC/ipxe/src/net/
H A Dfcp.c159 struct scsi_lun lun; member in struct:fcp_device
342 memcpy ( &cmnd->lun, &command->lun, sizeof ( cmnd->lun ) );
879 } lun; local
884 memcpy ( &lun.scsi, &fcpdev->lun, sizeof ( lun.scsi ) );
885 path->fibre.lun = be64_to_cpu ( lun
1074 struct scsi_lun lun; local
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/net/infiniband/
H A Dib_srp.c183 * @v lun SCSI LUN
189 union srp_port_id *target, struct scsi_lun *lun ) {
221 ibdev->rdma_key, lun ) ) != 0 ) {
266 struct scsi_lun lun; member in struct:ib_srp_root_path
432 return scsi_parse_lun ( rp_comp, &rp->lun );
571 &rp.lun ) ) != 0 )
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/IndustryStandard/
H A DAtapi.h351 UINT8 lun : 3; member in struct:__anon11610
370 UINT8 lun : 3; member in struct:__anon11611
389 UINT8 lun : 3; member in struct:__anon11612
408 UINT8 lun : 3; member in struct:__anon11613
427 UINT8 lun : 3; member in struct:__anon11614
/vbox/src/VBox/Devices/PC/ipxe/src/net/tcp/
H A Discsi.c381 memcpy ( &command->lun, &iscsi->command->lun,
382 sizeof ( command->lun ) );
536 data_out->lun = iscsi->command->lun;
1922 if ( ( rc = scsi_parse_lun ( rp_comp[RP_LUN], &iscsi->lun ) ) != 0 ) {
2111 &iscsi->lun ) ) != 0 ) {
/vbox/src/VBox/Devices/Audio/
H A DDevIchHda.cpp523 #define HDA_CODEC_CMD(cmd, lun) ((cmd) | (lun << HDA_CODEC_CAD_SHIFT))

Completed in 150 milliseconds