Lines Matching full:manager

3  *  PS3 System Manager.
22 * ps3_sys_manager - PS3 system manager driver.
24 * The system manager provides an asynchronous system event notification
28 * The actual system manager is implemented as an application running in the
29 * system policy module in lpar_1. Guests communicate with the system manager
36 * struct ps3_sys_manager_header - System manager message header.
70 * Currently all messages received from the system manager are either
115 * The guest tells the system manager which events it is interested in receiving
116 * notice of by sending the system manager a logical OR of notification
130 * enum ps3_sys_manager_event - External event type, reported by system manager.
202 * enum ps3_sys_manager_cmd - Command from system manager to guest.
250 * ps3_sys_manager_send_attr - Send a 'set attribute' to the system manager.
282 * ps3_sys_manager_send_next_op - Send a 'set next op' to the system manager.
284 * Tell the system manager what to do after this lpar is destroyed.
321 * ps3_sys_manager_send_request_shutdown - Send 'request' to the system manager.
324 * manager. The reply is a command message from the system manager. In the
326 * the command is then communicated back to the system manager with a response
362 * ps3_sys_manager_send_response - Send a 'response' to the system manager.
365 * The guest sends this message to the system manager to acnowledge success or
366 * failure of a command sent by the system manager.
482 * The system manager sends this in reply to a 'request' message from the guest.
601 * the shutdown command sent from the system manager. Soon after the
626 * the shutdown command sent from the system manager. Soon after the
755 MODULE_DESCRIPTION("PS3 System Manager");