Lines Matching full:commands
39 * CommandFunctor is the functor register for commands defined in
50 * Command details is used to register commands supported in phosphor-net-ipmid.
64 * Function clusters IPMI commands into different sets.
106 * This is the base class for registering IPMI commands. There are two ways of
107 * registering commands to phosphor-net-ipmid, the session related commands and
108 * provider commands
110 * Every commands has a privilege level which mentions the minimum session
161 * NetIpmidEntry is used to register commands that are consumed only in
162 * phosphor-net-ipmid. The RAKP commands, session commands and user management
163 * commands are examples of this.
165 * There are certain IPMI commands that can be executed before session can be
167 * and RAKP commands.
207 * Command ID as the unique key. It has interfaces for registering commands