/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/MnpDxe/ |
MnpIo.c | 22 @param[in] Instance Pointer to the Mnp instance context data.
30 IN MNP_INSTANCE_DATA *Instance,
40 MnpServiceData = Instance->MnpServiceData;
306 Try to deliver the received packet to the instance.
308 @param[in, out] Instance Pointer to the mnp instance context data.
318 IN OUT MNP_INSTANCE_DATA *Instance
328 MnpDeviceData = Instance->MnpServiceData->MnpDeviceData;
331 if (NetMapIsEmpty (&Instance->RxTokenMap) || IsListEmpty (&Instance->RcvdPacketQueue)) { [all...] |
MnpDriver.c | 83 @param[in] This Protocol instance pointer.
140 @param[in] This Protocol instance pointer.
300 @param[in] This Protocol instance pointer.
423 @param[in] This Protocol instance pointer.
445 MNP_INSTANCE_DATA *Instance;
456 // Allocate buffer for the new instance.
458 Instance = AllocateZeroPool (sizeof (MNP_INSTANCE_DATA));
459 if (Instance == NULL) {
460 DEBUG ((EFI_D_ERROR, "MnpServiceBindingCreateChild: Faild to allocate memory for the new instance.\n"));
466 // Init the instance data. [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/ |
MemoryStatusCodeWorker.c | 56 @param Instance The enumeration of a hardware or software entity within
57 the system. Valid instance numbers start with 1.
71 IN UINT32 Instance,
89 Record->Instance = Instance;
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/StatusCodeHandler/Smm/ |
MemoryStatusCodeWorker.c | 49 @param Instance The enumeration of a hardware or software entity within
50 the system. Valid instance numbers start with 1.
64 IN UINT32 Instance,
82 Record->Instance = Instance;
|
/external/clang/test/SemaCXX/ |
vtable-instantiation.cpp | 36 static Target<T> Instance; 40 Target<T> Provider<T>::Instance; // expected-note{{in instantiation of}} 44 Target<int*>* traits = &Provider<int*>::Instance; // expected-note{{requested here}}
|
/frameworks/base/core/java/android/gesture/ |
Instance.java | 21 * An instance represents a sample if the label is available or a query if the 24 class Instance { 41 // the id of the instance 44 private Instance(long id, float[] sample, String sampleName) { 66 * create a learning instance for a single stroke gesture 70 * @return the instance 72 static Instance createInstance(int sequenceType, int orientationType, Gesture gesture, String label) { 74 Instance instance; local 77 instance = new Instance(gesture.getID(), pts, label) [all...] |
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Platform/Generic/RuntimeDxe/StatusCode/Lib/Include/ |
RtMemoryStatusCodeLib.h | 48 IN UINT32 Instance,
61 IN UINT32 Instance,
|
BsDataHubStatusCodeLib.h | 48 IN UINT32 Instance,
|
BsSerialStatusCodeLib.h | 48 IN UINT32 Instance,
|
RtLedStatusCodeLib.h | 43 IN UINT32 Instance,
|
RtPlatformStatusCodeLib.h | 49 IN UINT32 Instance,
|
RtPort80StatusCodeLib.h | 38 IN UINT32 Instance,
|
/device/linaro/bootloader/edk2/EmulatorPkg/Include/Library/ |
ThunkProtocolList.h | 32 OUT EMU_IO_THUNK_PROTOCOL **Instance
|
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Pei/StatusCode/ |
StatusCode.c | 25 @param Instance Instance Number of this status code.
39 IN UINT32 Instance,
62 Instance,
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/ |
Ip4Config2Impl.h | 45 #define IP4_SERVICE_FROM_IP4_CONFIG2_INSTANCE(Instance) \
46 CR ((Instance), \
69 @param[in] Instance The pointer to the IP4 config2 instance data.
82 IN IP4_CONFIG2_INSTANCE *Instance,
90 @param[in] Instance The pointer to the IP4 config2 instance data.
106 IN IP4_CONFIG2_INSTANCE *Instance,
216 Start the DHCP configuration for this IP service instance.
220 @param[in] Instance The IP4 config2 instance to configure. [all...] |
/external/google-benchmark/src/ |
benchmark_api_internal.h | 16 struct Benchmark::Instance { 36 std::vector<Benchmark::Instance>* benchmarks,
|
/external/libcxx/utils/google-benchmark/src/ |
benchmark_api_internal.h | 16 struct Benchmark::Instance { 34 std::vector<Benchmark::Instance>* benchmarks,
|
/hardware/intel/common/wrs_omxil_core/core/src/ |
pv_omx_interface.cpp | 43 static PVOMXInterface* Instance() 79 return PVOMXInterface::Instance();
|
/device/linaro/bootloader/edk2/ArmPlatformPkg/FileSystem/BootMonFs/ |
BootMonFsDir.c | 24 BOOTMON_FS_INSTANCE *Instance;
26 Instance = BOOTMON_FS_FROM_FS_THIS (This);
27 if (Instance == NULL) {
31 Instance->RootFile->Info->Attribute = EFI_FILE_READ_ONLY | EFI_FILE_DIRECTORY;
33 *Root = &Instance->RootFile->File;
81 * File->Instance->Media->BlockSize;
123 IN BOOTMON_FS_INSTANCE *Instance,
136 + StrSize (Instance->FsInfo.VolumeLabel);
139 CopyMem (&Label->VolumeLabel, &Instance->FsInfo.VolumeLabel, Size);
156 IN BOOTMON_FS_INSTANCE *Instance
[all...] |
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Ppi/StatusCodeMemory/ |
StatusCodeMemory.h | 38 UINT32 Instance;
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Platform/Generic/RuntimeDxe/StatusCode/Lib/RtPlatformStatusCode/Nt32/ |
RtPlatformStatusCode.c | 56 IN UINT32 Instance,
76 RtMemoryReportStatusCode (CodeType, Value, Instance, CallerId, Data);
84 BsDataHubReportStatusCode (CodeType, Value, Instance, CallerId, Data);
91 return mPeiReportStatusCode (CodeType, Value, Instance, CallerId, Data);
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Platform/Generic/RuntimeDxe/StatusCode/Lib/RtPort80StatusCode/ |
RtPort80StatusCode.c | 33 IN UINT32 Instance,
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Include/Guid/ |
DataHubStatusCodeRecord.h | 44 /// the system. Valid instance numbers start with 1.
46 UINT32 Instance;
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/StatusCode/Pei/ |
StatusCodePei.c | 40 @param Instance The enumeration of a hardware or software entity within
42 pairing. The instance differentiates between them. An instance of 0 indicates
43 that instance information is unavailable, not meaningful, or not relevant.
44 Valid instance numbers start with 1.
59 IN UINT32 Instance,
68 Instance,
77 Instance
87 Instance,
|
/device/linaro/bootloader/edk2/MdeModulePkg/Include/Guid/ |
MemoryStatusCodeRecord.h | 76 /// the system. Valid instance numbers start with the number 1.
78 UINT32 Instance;
|