Searched defs:Ready (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Main/include/
H A DObjectState.h44 * [*] ---> NotReady ----> (InInit) -----> Ready -----> (InUninit) ----+
51 * The object is fully operational only when its state is Ready. The Limited
59 * The NotReady->InInit->Ready, NotReady->InInit->Limited and
63 * The Limited->InInit->Ready, Limited->InInit->Limited and
67 * The Ready->InUninit->NotReady and InitFailed->InUninit->NotReady
87 enum State { NotReady, Ready, InInit, InUninit, InitFailed, Limited }; enumerator in enum:ObjectState::State
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/include/
H A Dpxe_api.h1579 UINT16_t Ready; /**< Indication of readiness */ member in struct:s_PXENV_FILE_SELECT
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/main/
H A Dmtypes.h2080 GLboolean Ready; /* result is ready */ member in struct:gl_query_object

Completed in 52 milliseconds