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

  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_log_interface.cc 36 // We use a linked list of Mode to XRayLogImpl mappings. This is a linked list
41 const char *Mode;
65 __xray_log_register_mode(const char *Mode,
72 // First, look for whether the mode already has a registered implementation.
74 if (!internal_strcmp(Mode, it->Mode))
79 NewModeImpl->Mode = internal_strdup(Mode);
86 __xray_log_select_mode(const char *Mode) XRAY_NEVER_INSTRUMENT {
89 if (!internal_strcmp(Mode, it->Mode))
    [all...]
  /src/sys/external/bsd/gnu-efi/dist/inc/
efipoint.h 66 EFI_SIMPLE_POINTER_MODE *Mode;
114 EFI_ABSOLUTE_POINTER_MODE *Mode;
efiser.h 131 SERIAL_IO_MODE *Mode;
efinet.h 339 EFI_SIMPLE_NETWORK_MODE *Mode;
eficon.h 132 INT32 Mode;
153 // Current mode
154 SIMPLE_TEXT_OUTPUT_MODE *Mode;
efipxebc.h 219 // PXE Base Code Mode structure
415 EFI_PXE_BASE_CODE_MODE *Mode;
efiprot.h 870 Return the current video mode information.
873 @param ModeNumber The mode number to return information on.
877 @retval EFI_SUCCESS Mode information returned.
879 @retval EFI_DEVICE_ERROR A hardware error occurred trying to retrieve the video mode.
895 Return the current video mode information.
898 @param ModeNumber The mode number to be set.
900 @retval EFI_SUCCESS Graphics mode was changed.
957 The BltBuffer and Delta are not used in this mode.
993 UINT32 Mode;
1004 EFI_GRAPHICS_OUTPUT_PROTOCOL_MODE *Mode;
    [all...]
  /src/sys/external/bsd/gnu-efi/dist/inc/protocol/
efidbg.h 206 DEBUGPORT_16550_CONFIG_DATA *Mode;
  /src/sys/external/bsd/gnu-efi/dist/inc/ia32/
pe.h 539 UINT8 Mode[8]; // File member mode - octal.
  /src/sys/external/bsd/gnu-efi/dist/inc/ia64/
pe.h 545 UINT8 Mode[8]; // File member mode - octal.
  /src/sys/external/bsd/gnu-efi/dist/inc/x86_64/
pe.h 539 UINT8 Mode[8]; // File member mode - octal.
  /src/sys/external/bsd/acpica/dist/include/
acrestyp.h 785 UINT8 Mode;
  /src/sys/external/bsd/acpica/dist/include/platform/
acefiex.h 357 INT32 Mode;
378 ACPI_SIMPLE_TEXT_OUTPUT_MODE *Mode;
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/
display_mode_vba.h 163 enum self_refresh_affinity AllowDRAMSelfRefreshOrDRAMClockChangeInVblank; // Mode Support only
169 enum mpc_combine_affinity WhenToDoMPCCombine; // Mode Support only
195 double PercentOfIdealDRAMFabricAndSDPPortBWReceivedAfterUrgLatencyPixelDataOnly; // Mode Support
196 double PercentOfIdealDRAMFabricAndSDPPortBWReceivedAfterUrgLatencyPixelMixedWithVMData; // Mode Support
197 double PercentOfIdealDRAMFabricAndSDPPortBWReceivedAfterUrgLatencyVMDataOnly; // Mode Support
198 double MaxAveragePercentOfIdealSDPPortBWDisplayCanUseInNormalSystemOperation; // Mode Support
199 double MaxAveragePercentOfIdealDRAMBWDisplayCanUseInNormalSystemOperation; // Mode Support
392 /* vba mode support */
447 unsigned int Mode;
449 double ForcedOutputLinkBPP[DC__NUM_DPP__MAX]; // Mode Support onl
    [all...]

Completed in 22 milliseconds