Lines Matching defs:cmd
152 uint8_t cmd, uint8_t completionCode, 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