| /openbmc/skeleton/pyipmitest/ |
| H A D | ipmi_debug.py | 18 def header(seq, netfn, lun, cmd): argument 27 def print_request(seq, netfn, lun, cmd, data): argument 33 def print_response(seq, netfn, lun, cmd, cc, data): argument 47 def ReceivedMessage(self, seq, netfn, lun, cmd, data): argument 52 def sendMessage(self, seq, netfn, lun, cmd, ccode, data): argument
|
| /openbmc/ipmitool/src/plugins/dummy/ |
| H A D | dummy.h | 9 uint8_t lun; member 22 uint8_t lun; member
|
| /openbmc/qemu/include/standard-headers/linux/ |
| H A D | virtio_scsi.h | 45 uint8_t lun[8]; /* Logical Unit Number */ member 55 uint8_t lun[8]; /* Logical Unit Number */ member 79 uint8_t lun[8]; member 90 uint8_t lun[8]; member 101 uint8_t lun[8]; member
|
| /openbmc/u-boot/drivers/scsi/ |
| H A D | scsi.c | 489 static int scsi_detect_dev(struct udevice *dev, int target, int lun, in scsi_detect_dev() 558 static int do_scsi_scan_one(struct udevice *dev, int id, int lun, bool verbose) in do_scsi_scan_one() 608 int lun; in scsi_scan_dev() local 651 unsigned char i, lun; in scsi_scan() local
|
| /openbmc/ipmitool/src/plugins/bmc/ |
| H A D | bmc_intf.h | 66 #define FORM_NETFNLUN(net, lun) ((((net) << 2) | ((lun) & 0x3))) argument 115 uint8_t lun; /* logical unit on responder */ member 136 uint8_t lun; /* logical unit on responder */ member
|
| /openbmc/openbmc-tools/dbus-vis/ |
| H A D | dbus_pcap_loader.js | 298 lun: payload[1], property in Preprocess_DBusPcap.ipmi_entry
|
| H A D | ipmi_parse.js | 123 lun: 0, property in munchLegacyMessageStart.entry 244 lun: 0, property in munchNewMessageStart.entry
|
| /openbmc/qemu/hw/scsi/ |
| H A D | scsi-bus.c | 30 int channel, int id, int lun, in do_scsi_device_find() 71 SCSIDevice *scsi_device_find(SCSIBus *bus, int channel, int id, int lun) in scsi_device_find() 77 SCSIDevice *scsi_device_get(SCSIBus *bus, int channel, int id, int lun) in scsi_device_get() 247 static SCSIRequest *scsi_device_alloc_req(SCSIDevice *s, uint32_t tag, uint32_t lun, in scsi_device_alloc_req() 315 int channel, int target, int lun, in scsi_bus_is_address_free() 384 int lun = -1; in scsi_qdev_realize() local 577 static void store_lun(uint8_t *outbuf, int lun) in store_lun() 822 uint32_t tag, uint32_t lun, void *hba_private) in scsi_req_alloc() 853 SCSIRequest *scsi_req_new(SCSIDevice *d, uint32_t tag, uint32_t lun, in scsi_req_new() 1911 uint32_t lun; in get_scsi_requests() local
|
| /openbmc/ipmitool/src/plugins/free/ |
| H A D | free.c | 206 uint8_t lun = req->msg.lun; in ipmi_free_send_cmd() local
|
| /openbmc/ipmitool/include/ipmitool/ |
| H A D | ipmi_firewall.h | 88 struct lun_support lun[MAX_LUN]; member 92 int lun; member
|
| /openbmc/kcsbridge/src/ |
| H A D | cmd.cpp | 91 uint8_t netfn = in[0] >> 2, lun = in[0] & 3, cmd = in[1]; in read() local
|
| /openbmc/ipmitool/src/plugins/open/ |
| H A D | open.h | 84 unsigned char lun; member 91 unsigned char lun; member
|
| /openbmc/qemu/include/hw/virtio/ |
| H A D | vhost-scsi-common.h | 35 int lun; member
|
| /openbmc/qemu/contrib/vhost-user-scsi/ |
| H A D | vhost-user-scsi.c | 36 VusIscsiLun lun; member 45 static int vus_iscsi_add_lun(VusIscsiLun *lun, char *iscsi_uri) in vus_iscsi_add_lun()
|
| /openbmc/ipmitool/lib/ |
| H A D | ipmi_sdr.c | 455 uint8_t target, uint8_t lun, uint8_t channel) in ipmi_sdr_get_sensor_thresholds() 498 uint8_t target, uint8_t lun, uint8_t channel) in ipmi_sdr_get_sensor_hysteresis() 567 uint8_t target, uint8_t lun, uint8_t channel) in ipmi_sdr_get_sensor_reading_ipmb() 614 uint8_t target, uint8_t lun, uint8_t channel) in ipmi_sdr_get_sensor_event_status() 656 uint8_t target, uint8_t lun, uint8_t channel) in ipmi_sdr_get_sensor_event_enable() 955 uint8_t target, uint8_t lun, uint8_t channel) in ipmi_sdr_print_sensor_event_status() 1168 uint8_t target, uint8_t lun, uint8_t channel) in ipmi_sdr_print_sensor_event_enable() 1539 uint8_t target, lun, channel; in ipmi_sdr_print_sensor_fc() local
|
| H A D | ipmi_sensor.c | 109 uint8_t target, uint8_t lun, uint8_t channel) in ipmi_sensor_set_sensor_thresholds() 477 uint8_t target, uint8_t lun, uint8_t channel) in __ipmi_sensor_set_threshold()
|
| /openbmc/qemu/tests/qtest/ |
| H A D | ufs-test.c | 124 __ufs_send_transfer_request_doorbell(QUfs *ufs, uint8_t lun, in __ufs_send_transfer_request_doorbell() 146 __ufs_send_transfer_request_mcq(QUfs *ufs, uint8_t lun, in __ufs_send_transfer_request_mcq() 175 ufs_send_transfer_request_sync(QUfs *ufs, uint8_t lun, in ufs_send_transfer_request_sync() 253 ufs_send_scsi_command(QUfs *ufs, uint8_t lun, const uint8_t *cdb, in ufs_send_scsi_command()
|
| /openbmc/u-boot/drivers/usb/gadget/ |
| H A D | storage_common.c | 72 #define VLDBG(lun, fmt, args...) do { } while (0) argument 82 #define LDBG(lun, fmt, args...) do { } while (0) argument 83 #define LERROR(lun, fmt, args...) do { } while (0) argument 84 #define LWARN(lun, fmt, args...) do { } while (0) argument 85 #define LINFO(lun, fmt, args...) do { } while (0) argument
|
| /openbmc/qemu/hw/ufs/ |
| H A D | lu.c | 107 for (uint8_t lun = 0; lun < UFS_MAX_LUS; ++lun) { in ufs_emulate_report_luns() local 196 uint8_t lun = lu->lun; in ufs_emulate_scsi_cmd() local
|
| /openbmc/phosphor-net-ipmid/ |
| H A D | command_table.cpp | 67 uint8_t lun = command.lun(); in executeCommand() local
|
| /openbmc/ipmbbridge/ |
| H A D | ipmbbridged.hpp | 91 constexpr uint8_t ipmbNetFnLunSet(uint8_t netFn, uint8_t lun) in ipmbNetFnLunSet() 96 constexpr uint8_t ipmbSeqLunSet(uint8_t seq, uint8_t lun) in ipmbSeqLunSet()
|
| /openbmc/sdbusplus/example/ |
| H A D | asio-example.cpp | 104 constexpr uint8_t lun = 0; in do_start_async_ipmi_call() local 137 uint8_t lun, uint8_t cmd, std::vector<uint8_t>& /*data*/, in ipmiInterface() argument
|
| /openbmc/qemu/pc-bios/s390-ccw/ |
| H A D | virtio-scsi.h | 37 ScsiLun lun; member
|
| /openbmc/intel-ipmi-oem/include/ |
| H A D | bridgingcommands.hpp | 60 constexpr uint8_t ipmbNetFnLunSet(uint8_t netFn, uint8_t lun) in ipmbNetFnLunSet() 65 constexpr uint8_t ipmbSeqLunSet(uint8_t seq, uint8_t lun) in ipmbSeqLunSet()
|
| /openbmc/u-boot/include/linux/ |
| H A D | edd.h | 114 __u8 lun; member 122 __u64 lun; member 136 __u64 lun; member
|