/openbmc/ipmbbridge/ |
H A D | ipmbbridged.hpp | 91 constexpr uint8_t ipmbNetFnLunSet(uint8_t netFn, uint8_t lun) in ipmbNetFnLunSet() 106 constexpr uint8_t ipmbRespNetFn(uint8_t netFn) in ipmbRespNetFn() 168 uint8_t netFn; member 194 uint8_t netFn; member
|
H A D | ipmbbridged.cpp | 56 IpmbRequest::IpmbRequest(uint8_t address, uint8_t netFn, uint8_t rsLun, in IpmbRequest() 157 IpmbResponse::IpmbResponse(uint8_t address, uint8_t netFn, uint8_t rqLun, in IpmbResponse() 406 uint8_t netFn = ipmbNetFnGet(ipmbFrame->Header.Req.rsNetFnLUN); in processI2cEvent() local 946 uint8_t reqChannel, netFn, lun, cmd; in addSendBroadcastHandler() local
|
/openbmc/ipmitool/src/plugins/serial/ |
H A D | serial_terminal.c | 75 unsigned char netFn; /* NET FN | RS LUN */ member 97 unsigned char netFn; member 109 unsigned char netFn; member 118 uint8_t netFn; member 726 int rv, netFn, rqSeq; in serial_term_get_message() local
|
H A D | serial_basic.c | 77 unsigned char netFn; /* NET FN | RS LUN */ member 99 unsigned char netFn; member 141 uint8_t netFn; member 754 int msg_len, netFn, rqSeq; in serial_bm_wait_response() local 830 int rv, netFn, rqSeq; in serial_bm_get_message() local
|
/openbmc/intel-ipmi-oem/src/ |
H A D | bridgingcommands.cpp | 150 IpmbResponse::IpmbResponse(uint8_t address, uint8_t netFn, uint8_t rqLun, in IpmbResponse() 199 static constexpr unsigned int makeCmdKey(unsigned int netFn, unsigned int cmd) in makeCmdKey() 204 static constexpr bool isMeCmdAllowed(uint8_t netFn, uint8_t cmd) in isMeCmdAllowed() 320 uint8_t netFn = 0, lun = 0, cmd = 0, cc = 0; in handleIpmbChannel() local
|
H A D | manufacturingcommands.cpp | 829 static constexpr unsigned int makeCmdKey(unsigned int netFn, unsigned int cmd) in makeCmdKey()
|
H A D | oemcommands.cpp | 847 uint2_t reserved2, uint8_t targetAddr, uint8_t netFn, uint8_t cmd, in ipmiOEMSlotIpmb()
|
/openbmc/intel-ipmi-oem/include/ |
H A D | bridgingcommands.hpp | 60 constexpr uint8_t ipmbNetFnLunSet(uint8_t netFn, uint8_t lun) in ipmbNetFnLunSet() 146 uint8_t netFn; member 162 uint8_t netFn; member
|
/openbmc/phosphor-host-ipmid/ |
H A D | ipmid-new.cpp | 129 bool registerHandler(int prio, NetFn netFn, Cmd cmd, Privilege priv, in registerHandler() 324 NetFn netFn = request->ctx->netFn; in executeIpmiCommand() local 483 NetFn netFn, uint8_t lun, Cmd cmd, ipmi::SecureBuffer& data, in executionEntry() 683 void ipmi_register_callback(ipmi_netfn_t netFn, ipmi_cmd_t cmd, in ipmi_register_callback() 765 unsigned char seq = 0, netFn = 0, lun = 0, cmd = 0; in handleLegacyIpmiCommand() local
|
/openbmc/dbus-sensors/src/ipmb/ |
H A D | IpmbSensor.hpp | 61 constexpr uint8_t netFn = 0x04; variable 88 constexpr uint8_t netFn = 0x2e; variable
|
/openbmc/sdbusplus/example/ |
H A D | asio-example.cpp | 103 constexpr uint8_t netFn = 6; in do_start_async_ipmi_call() local 136 auto ipmiInterface(boost::asio::yield_context /*yield*/, uint8_t netFn, in ipmiInterface()
|
/openbmc/phosphor-net-ipmid/ |
H A D | command_table.cpp | 68 uint8_t netFn = command.netFn(); in executeCommand() local
|
H A D | command_table.hpp | 23 uint8_t netFn() const in netFn() function
|
/openbmc/fb-ipmi-oem/src/ |
H A D | usb-dbg.cpp | 550 int sendBicCmd(uint8_t netFn, uint8_t cmd, uint8_t bicAddr, in sendBicCmd() 579 int sendMeCmd(uint8_t netFn, uint8_t cmd, std::vector<uint8_t>& cmdData, in sendMeCmd()
|
/openbmc/phosphor-host-ipmid/include/ipmid/ |
H A D | handler.hpp | 575 bool registerHandler(int prio, NetFn netFn, Cmd cmd, Privilege priv, in registerHandler()
|
H A D | message.hpp | 57 NetFn netFn; member
|
/openbmc/ipmitool/src/plugins/imb/ |
H A D | imbapi.h | 317 BYTE netFn; member 490 unsigned char netFn; member
|