/src/sys/dev/scsipi/ |
scsiconf.c | 336 struct scsi_report_luns replun; local in function:scsi_report_luns 348 memset(&replun, 0, sizeof(replun)); 372 replun.opcode = SCSI_REPORT_LUNS; 373 replun.selectreport = SELECTREPORT_NORMAL; 374 _lto4b(rlrlen, replun.alloclen); 376 error = scsipi_command(periph, (void *)&replun, sizeof(replun),
|
scsiconf.c | 336 struct scsi_report_luns replun; local in function:scsi_report_luns 348 memset(&replun, 0, sizeof(replun)); 372 replun.opcode = SCSI_REPORT_LUNS; 373 replun.selectreport = SELECTREPORT_NORMAL; 374 _lto4b(rlrlen, replun.alloclen); 376 error = scsipi_command(periph, (void *)&replun, sizeof(replun),
|
scsiconf.c | 336 struct scsi_report_luns replun; local in function:scsi_report_luns 348 memset(&replun, 0, sizeof(replun)); 372 replun.opcode = SCSI_REPORT_LUNS; 373 replun.selectreport = SELECTREPORT_NORMAL; 374 _lto4b(rlrlen, replun.alloclen); 376 error = scsipi_command(periph, (void *)&replun, sizeof(replun),
|