Lines Matching full:handler
26 handler has been registered.
42 This function registers a handler that is to be invoked when the watchdog
47 the watchdog handler is unregistered. If a watchdog handler is registered,
48 then EFI_SUCCESS is returned. If an attempt is made to register a handler
49 when a handler is already registered, then EFI_ALREADY_STARTED is returned.
50 If an attempt is made to uninstall a handler when a handler is not installed,
55 is NULL, then the handler will be unregistered.
57 @retval EFI_SUCCESS The watchdog timer handler was registered or
59 @retval EFI_ALREADY_STARTED NotifyFunction is not NULL, and a handler is already
61 @retval EFI_INVALID_PARAMETER NotifyFunction is NULL, and a handler was not
121 /// a handler that is invoked when the watchdog timer fires. This protocol can
124 /// will be passed to a handler if one has been registered. If no handler has
125 /// been registered, or the registered handler returns, then the system will be