Searched defs:NVRAM (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Main/src-client/
H A DNvram.cpp3 * VBox NVRAM COM Class implementation.
45 typedef struct NVRAM NVRAM; typedef in typeref:struct:NVRAM
46 typedef struct NVRAM *PNVRAM;
51 struct NVRAM struct
55 /** The NVRAM connector interface we provide to DevEFI. */
59 * This node has one child node per NVRAM variable. */
73 /** The default NVRAM attribute value (non-volatile, boot servier access,
76 /** The CFGM overlay path of the NVRAM variables. */
139 PNVRAM pThis = RT_FROM_MEMBER(pInterface, NVRAM, INvramConnecto
[all...]
/vbox/src/VBox/Devices/EFI/
H A DDevEFI.cpp65 * EFI NVRAM variable.
88 /** Pointer to an EFI NVRAM variable. */
90 /** Pointer to a const EFI NVRAM variable. */
92 /** Pointer to an EFI NVRAM variable pointer. */
96 * NVRAM state.
115 /** Variable buffered used both when adding and querying NVRAM variables.
229 /** NVRAM state variables. */
230 NVRAMDESC NVRAM; member in struct:DEVEFI
233 * NVRAM port - LUN\#0.
237 /** The base interface we provide the NVRAM drive
[all...]

Completed in 45 milliseconds