iPXE
|
Quiesce system. More...
#include <ipxe/tables.h>
Go to the source code of this file.
Data Structures | |
struct | quiescer |
A quiescer. More... | |
Macros | |
#define | QUIESCERS __table ( struct quiescer, "quiescers" ) |
Quiescer table. More... | |
#define | __quiescer __table_entry ( QUIESCERS, 01 ) |
Declare a quiescer. More... | |
Functions | |
FILE_LICENCE (GPL2_OR_LATER_OR_UBDL) | |
void | quiesce (void) |
Quiesce system. More... | |
void | unquiesce (void) |
Unquiesce system. More... | |
Quiesce system.
Definition in file quiesce.h.
#define __quiescer __table_entry ( QUIESCERS, 01 ) |
FILE_LICENCE | ( | GPL2_OR_LATER_OR_UBDL | ) |
void quiesce | ( | void | ) |
Quiesce system.
Definition at line 36 of file quiesce.c.
References for_each_table_entry, quiescer::quiesce, and QUIESCERS.
Referenced by sandev_write().
void unquiesce | ( | void | ) |
Unquiesce system.
Definition at line 46 of file quiesce.c.
References for_each_table_entry, QUIESCERS, and quiescer::unquiesce.
Referenced by sandev_command(), and sandev_reopen().