HomeSort by relevance Sort by last modified time
    Searched defs:Function (Results 151 - 175 of 830) sorted by null

1 2 3 4 5 67 8 91011>>

  /device/linaro/bootloader/edk2/CorebootPayloadPkg/Library/PciHostBridgeLib/
PciHostBridgeSupport.c 157 @param[in] Function PCI function number.
179 IN UINTN Function,
204 PCI_LIB_ADDRESS (Bus, Device, Function, Offset),
259 PCI_LIB_ADDRESS (Bus, Device, Function, Offset),
307 UINT8 Function;
338 for (Function = 0; Function <= PCI_MAX_FUNC; Function++) {
343 Address = PCI_LIB_ADDRESS (PrimaryBus, Device, Function, 0);
    [all...]
  /device/linaro/bootloader/edk2/DuetPkg/PciRootBridgeNoEnumerationDxe/
PcatPciRootBridge.c 54 UINTN Function;
172 for (Function = 0; Function <= PCI_MAX_FUNC; Function++) {
177 Address = EFI_PCI_ADDRESS (PrimaryBusIndex, Device, Function, 0);
189 if ((EFI_ERROR (Status)) || ((VendorId == 0xffff) && (Function == 0))) {
198 // If PCI function != 0, VendorId == 0xFFFF, we continue to search PCI function.
346 Function
409 // If this device is not a multi function device, then skip the rest of this PCI device
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Guid/
SmmVariableCommon.h 31 UINTN Function;
37 // The payload for this function is SMM_VARIABLE_COMMUNICATE_ACCESS_VARIABLE.
41 // The payload for this function is SMM_VARIABLE_COMMUNICATE_GET_NEXT_VARIABLE_NAME.
45 // The payload for this function is SMM_VARIABLE_COMMUNICATE_ACCESS_VARIABLE.
49 // The payload for this function is SMM_VARIABLE_COMMUNICATE_QUERY_VARIABLE_INFO.
53 // It is a notify event, no extra payload for this function.
57 // It is a notify event, no extra payload for this function.
61 // The payload for this function is VARIABLE_INFO_ENTRY. The GUID in EFI_SMM_COMMUNICATE_HEADER
66 // The payload for this function is SMM_VARIABLE_COMMUNICATE_LOCK_VARIABLE
  /device/linaro/bootloader/edk2/MdePkg/Library/DxeExtendedSalLib/
ExtendedSalLib.c 27 This assembly function stores the physical plabel of ESAL entrypoint
46 This function retrives plabel of ESAL entrypoint stored by
65 Constructor function to get Extended SAL Boot Service Protocol, and initializes
68 This function first locates Extended SAL Boot Service Protocol and caches it in global variable.
89 // The protocol contains a function pointer, which is an indirect procedure call.
90 // An indirect procedure call goes through a plabel, and pointer to a function is
111 Registers function of ESAL class and it's associated global.
113 This function registers function of ESAL class, together with its associated global.
114 It is worker function for RegisterEsalClass().
    [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/VirtioGpuDxe/
DriverBinding.c 158 function is calling this function.
165 PCI Segment:Bus:Device.Function location
188 UINTN Segment, Bus, Device, Function;
198 &Function))) {
213 1 + 1 // Function
222 (UINT32)Device, (UINT32)Function);
230 This function adds a BY_CHILD_CONTROLLER reference to ParentBusController's
247 function is calling this function. It is
    [all...]
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/Dxe/SmbiosMiscDxe/
SmbiosMisc.h 62 // Data table entry update function.
78 EFI_MISC_SMBIOS_DATA_FUNCTION *Function;
94 // Data and function Table extern definitions.
98 extern EFI_MISC_SMBIOS_DATA_FUNCTION NAME3 ## Function
108 & NAME2 ## Function \
119 EFI_STATUS EFIAPI NAME2 ## Function( \
  /device/linaro/bootloader/edk2/SignedCapsulePkg/Universal/SystemFirmwareUpdate/
SystemFirmwareDxe.h 116 UINTN Function;
138 This function allows a copy of the current firmware image to be created and saved.
162 package version name. The buffer is allocated by this function with
189 This function allows a copy of the current firmware image to be created and saved.
221 This function updates the hardware with the new firmware image.
222 This function returns EFI_UNSUPPORTED if the firmware image is not updatable.
223 If the firmware image is updatable, the function should perform the following minimal validations
226 IMAGE_ATTRIBUTE_AUTHENTICATION_REQUIRED. The function returns
228 - Validate the image is a supported image for this device. The function returns EFI_ABORTED if
229 the image is unsupported. The function can optionally provide more detailed information on
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/FvbRuntimeDxe/
FvbSmmCommon.h 41 UINTN Function;
53 /// Size of SMM FVB communicate function header, without including the payload.
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/Guid/
AlertStandardFormat.h 78 UINT8 Function;
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PciPlatform/
PciPlatform.c 199 UINTN Function;
253 PciIo->GetLocation (PciIo, &Segment, &Bus, &Device, &Function);
  /external/clang/test/Misc/
integer-literal-printing.cpp 5 template <short T> void Function1(Type1<T>& x) {} // expected-note{{candidate function [with T = -42] not viable: expects an l-value for 1st argument}}
8 template <unsigned short T> void Function2(Type2<T>& x) {} // expected-note{{candidate function [with T = 42] not viable: expects an l-value for 1st argument}}
67 void Function() {
68 Function1(Type1<-42>()); // expected-error{{no matching function for call to 'Function1'}}
69 Function2(Type2<42>()); // expected-error{{no matching function for call to 'Function2'}}
  /external/deqp/framework/randomshaders/
rsgShader.hpp 39 class Function
42 Function (void);
43 Function (const char* name);
44 ~Function (void);
100 Function& getMain (void) { return m_mainFunction; }
101 Function& allocateFunction (void);
126 std::vector<Function*> m_functions;
127 Function m_mainFunction;
  /external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
is_destructible.pass.cpp 72 typedef void (Function) ();
123 test_is_not_destructible<Function>();
  /external/libedit/src/editline/
readline.h 40 typedef int Function(const char *, int);
65 Function *function; member in struct:_keymap_entry
111 extern Function *rl_completion_entry_function;
120 extern Function *rl_pre_input_hook;
121 extern Function *rl_startup_hook;
197 int rl_add_defun(const char *, Function *, int);
  /external/python/cpython2/Mac/Modules/dlg/
dlgsupport.py 3 # It execs the file dlggen.py which contain the function definitions
237 Function = OSErrWeakLinkFunctionGenerator
  /external/python/cpython2/Mac/Modules/list/
listsupport.py 3 # The function specifications are generated by scanning the mamager's header file,
166 Function = FunctionGenerator
174 # Function to convert any handle to a list and vv.
175 ##f = Function(ListHandle, 'as_List', (Handle, 'h', InMode))
  /external/python/cpython2/Mac/Modules/menu/
menusupport.py 3 # The function specifications are generated by scanning the mamager's header file,
93 Function = OSErrWeakLinkFunctionGenerator
  /external/python/cpython2/Mac/Modules/osa/
osasupport.py 3 # The function specifications are generated by scanning the mamager's header file,
87 Function = OSErrWeakLinkFunctionGenerator
  /external/python/cpython2/Mac/Modules/te/
tesupport.py 3 # The function specifications are generated by scanning the mamager's header file,
195 Function = OSErrWeakLinkFunctionGenerator
204 f = Function(TEHandle, 'as_TE', (Handle, 'h', InMode))
  /external/python/cpython2/Tools/framer/framer/
function.py 124 class Function:
135 def p(templ, vars=None): # helper function to generate output
171 class Method(Function):
  /external/swiftshader/third_party/LLVM/include/llvm/
DefaultPasses.h 68 Function,
  /external/swiftshader/third_party/subzero/src/
IceThreading.h 147 /// item to be emitted, i.e. a function or a set of global declarations and
167 /// WI_Asm: A function that has already had emitIAS() called on it. The work
195 std::unique_ptr<Assembler> Function;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/XRay/
YAMLXRayRecord.h 37 std::string Function;
56 IO.enumCase(Type, "function-enter", xray::RecordTypes::ENTER);
57 IO.enumCase(Type, "function-exit", xray::RecordTypes::EXIT);
58 IO.enumCase(Type, "function-tail-exit", xray::RecordTypes::TAIL_EXIT);
59 IO.enumCase(Type, "function-enter-arg", xray::RecordTypes::ENTER_ARG);
78 IO.mapOptional("function", Record.Function);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/XRay/
YAMLXRayRecord.h 37 std::string Function;
56 IO.enumCase(Type, "function-enter", xray::RecordTypes::ENTER);
57 IO.enumCase(Type, "function-exit", xray::RecordTypes::EXIT);
58 IO.enumCase(Type, "function-tail-exit", xray::RecordTypes::TAIL_EXIT);
59 IO.enumCase(Type, "function-enter-arg", xray::RecordTypes::ENTER_ARG);
78 IO.mapOptional("function", Record.Function);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/XRay/
YAMLXRayRecord.h 37 std::string Function;
56 IO.enumCase(Type, "function-enter", xray::RecordTypes::ENTER);
57 IO.enumCase(Type, "function-exit", xray::RecordTypes::EXIT);
58 IO.enumCase(Type, "function-tail-exit", xray::RecordTypes::TAIL_EXIT);
59 IO.enumCase(Type, "function-enter-arg", xray::RecordTypes::ENTER_ARG);
78 IO.mapOptional("function", Record.Function);

Completed in 395 milliseconds

1 2 3 4 5 67 8 91011>>