HomeSort by: relevance | last modified time | path
    Searched defs:Subsystem (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/gnu-efi/dist/inc/ia32/
pe.h 156 UINT16 Subsystem;
208 // Subsystem Values
210 #define IMAGE_SUBSYSTEM_UNKNOWN 0 // Unknown subsystem.
211 #define IMAGE_SUBSYSTEM_NATIVE 1 // Image doesn't require a subsystem.
212 #define IMAGE_SUBSYSTEM_WINDOWS_GUI 2 // Image runs in the Windows GUI subsystem.
213 #define IMAGE_SUBSYSTEM_WINDOWS_CUI 3 // Image runs in the Windows character subsystem.
214 #define IMAGE_SUBSYSTEM_OS2_CUI 5 // image runs in the OS/2 character subsystem.
215 #define IMAGE_SUBSYSTEM_POSIX_CUI 7 // image run in the Posix character subsystem.
  /src/sys/external/bsd/gnu-efi/dist/inc/ia64/
pe.h 175 UINT16 Subsystem;
214 // Subsystem Values
216 #define IMAGE_SUBSYSTEM_UNKNOWN 0 // Unknown subsystem.
217 #define IMAGE_SUBSYSTEM_NATIVE 1 // Image doesn't require a subsystem.
218 #define IMAGE_SUBSYSTEM_WINDOWS_GUI 2 // Image runs in the Windows GUI subsystem.
219 #define IMAGE_SUBSYSTEM_WINDOWS_CUI 3 // Image runs in the Windows character subsystem.
220 #define IMAGE_SUBSYSTEM_OS2_CUI 5 // image runs in the OS/2 character subsystem.
221 #define IMAGE_SUBSYSTEM_POSIX_CUI 7 // image run in the Posix character subsystem.
  /src/sys/external/bsd/gnu-efi/dist/inc/x86_64/
pe.h 156 UINT16 Subsystem;
208 // Subsystem Values
210 #define IMAGE_SUBSYSTEM_UNKNOWN 0 // Unknown subsystem.
211 #define IMAGE_SUBSYSTEM_NATIVE 1 // Image doesn't require a subsystem.
212 #define IMAGE_SUBSYSTEM_WINDOWS_GUI 2 // Image runs in the Windows GUI subsystem.
213 #define IMAGE_SUBSYSTEM_WINDOWS_CUI 3 // Image runs in the Windows character subsystem.
214 #define IMAGE_SUBSYSTEM_OS2_CUI 5 // image runs in the OS/2 character subsystem.
215 #define IMAGE_SUBSYSTEM_POSIX_CUI 7 // image run in the Posix character subsystem.

Completed in 163 milliseconds