Lines Matching +full:net +full:- +full:ipmid
5 #include <ipmid/api.h>
29 return netFnLun() & ((1 << (lunBits + 1)) - 1); in lun()
40 * phosphor-net-ipmid. This would take the request part of the command as a
50 * Command details is used to register commands supported in phosphor-net-ipmid.
107 * registering commands to phosphor-net-ipmid, the session related commands and
126 * @param[in] commandData - Request Data for the command
127 * @param[in] handler - Reference to the Message Handler
162 * phosphor-net-ipmid. The RAKP commands, session commands and user management
182 * @param[in] commandData - Request Data for the command
183 * @param[in] handler - Reference to the Message Handler
220 // Command Table is a singleton so copy, copy-assignment, move and
249 * @param[in] inCommand - Command ID
250 * @param[in] entry - Command Entry
264 * @param[in] inCommand - Command ID to execute.
265 * @param[in] commandData - Request Data for the command
266 * @param[in] handler - Reference to the Message Handler