gui_mode_flag      40 platform/g10/sub/102a/boot.c int gui_mode, gui_mode_flag = GUI_MODE_NONE ;
gui_mode_flag      51 platform/g10/sub/102a/boot.c             if(( (gui_mode == GUI_MODE_ALT)  && (gui_mode_flag != GUI_MODE_ALT) ) || ( (gui_mode == GUI_MODE_NONE)  && (gui_mode_flag != GUI_MODE_NONE) ) )
gui_mode_flag      53 platform/g10/sub/102a/boot.c                 gui_mode_flag = gui_mode ;
gui_mode_flag      40 platform/g10/sub/103b/boot.c int gui_mode, gui_mode_flag = GUI_MODE_NONE ;
gui_mode_flag      51 platform/g10/sub/103b/boot.c             if(( (gui_mode == GUI_MODE_ALT)  && (gui_mode_flag != GUI_MODE_ALT) ) || ( (gui_mode == GUI_MODE_NONE)  && (gui_mode_flag != GUI_MODE_NONE) ) )
gui_mode_flag      53 platform/g10/sub/103b/boot.c                 gui_mode_flag = gui_mode ;
gui_mode_flag      40 platform/g10/sub/104a/boot.c int gui_mode, gui_mode_flag = GUI_MODE_NONE ;
gui_mode_flag      51 platform/g10/sub/104a/boot.c             if(( (gui_mode == GUI_MODE_ALT)  && (gui_mode_flag != GUI_MODE_ALT) ) || ( (gui_mode == GUI_MODE_NONE)  && (gui_mode_flag != GUI_MODE_NONE) ) )
gui_mode_flag      53 platform/g10/sub/104a/boot.c                 gui_mode_flag = gui_mode ;
gui_mode_flag      37 platform/g10/sub/boot_hdr.c int gui_mode, gui_mode_flag = GUI_MODE_NONE ;
gui_mode_flag      48 platform/g10/sub/boot_hdr.c             if(( (gui_mode == GUI_MODE_ALT)  && (gui_mode_flag != GUI_MODE_ALT) ) || ( (gui_mode == GUI_MODE_NONE)  && (gui_mode_flag != GUI_MODE_NONE) ) )
gui_mode_flag      50 platform/g10/sub/boot_hdr.c                 gui_mode_flag = gui_mode ;