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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/h/
H A Derr.h959 zzsave_mode_stack( int modeStack[], int *modeLevel ) argument
961 zzsave_mode_stack( modeStack, modeLevel )
962 int modeStack[];
967 memcpy(modeStack, zzmstk, sizeof(zzmstk));
976 zzrestore_mode_stack( int modeStack[], int *modeLevel ) argument
978 zzrestore_mode_stack( modeStack, modeLevel )
979 int modeStack[];
985 memcpy(zzmstk, modeStack, sizeof(zzmstk));

Completed in 44 milliseconds