/device/linaro/bootloader/edk2/OvmfPkg/Include/IndustryStandard/Xen/io/ |
D | blkif.h | 542 UINT8 operation; /* BLKIF_OP_??? */ member 556 UINT8 operation; /* BLKIF_OP_DISCARD */ member 567 UINT8 operation; /* BLKIF_OP_INDIRECT */ member 582 UINT8 operation; /* copied from request */ member
|
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/MtrrLib/ |
D | MtrrLib.uni | 2 // MTRR library provides APIs for MTRR operation. 4 // MTRR library provides APIs for MTRR operation. 19 …ing STR_MODULE_ABSTRACT #language en-US "MTRR library provides APIs for MTRR operation" 21 …ng STR_MODULE_DESCRIPTION #language en-US "MTRR library provides APIs for MTRR operation."
|
D | MtrrLib.inf | 2 # MTRR library provides APIs for MTRR operation.
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseS3BootScriptLibNull/ |
D | BaseS3BootScriptLibNull.uni | 2 // BootScriptLib instance that always produces NOP operation. 6 // performing any operation. 21 …LE_ABSTRACT #language en-US "BootScriptLib instance that always produces NOP operation" 23 …S3 resume. All the library interfaces simply return EFI_SUCCESS without performing any operation."
|
D | BaseS3BootScriptLibNull.inf | 2 # BootScriptLib instance that always produces NOP operation. 6 # performing any operation.
|
/device/google/cuttlefish_common/guest/libs/remoter/ |
D | remoter_framework_pkt.h | 43 uint8_t operation; member 114 struct remoter_request_packet* pkt, uint8_t operation, in remoter_request_packet_init() argument 118 pkt->operation = operation; in remoter_request_packet_init()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/ |
D | cursor.c | 451 PyObject* operation; in _pysqlite_query_execute() local 483 if (!PyArg_ParseTuple(args, "OO", &operation, &second_argument)) { in _pysqlite_query_execute() 487 if (!PyString_Check(operation) && !PyUnicode_Check(operation)) { in _pysqlite_query_execute() 505 if (!PyArg_ParseTuple(args, "O|O", &operation, &second_argument)) { in _pysqlite_query_execute() 509 if (!PyString_Check(operation) && !PyUnicode_Check(operation)) { in _pysqlite_query_execute() 544 if (PyString_Check(operation)) { in _pysqlite_query_execute() 545 operation_cstr = PyString_AsString(operation); in _pysqlite_query_execute() 547 operation_bytestr = PyUnicode_AsUTF8String(operation); in _pysqlite_query_execute() 565 Py_INCREF(operation); in _pysqlite_query_execute() 566 if (PyTuple_SetItem(func_args, 0, operation) != 0) { in _pysqlite_query_execute() [all …]
|
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/Library/MtrrLib/ |
D | MtrrLib.uni | 19 "MTRR library provides APIs for MTRR operation" 23 "MTRR library provides APIs for MTRR operation."
|
D | MtrrLib.inf | 2 # MTRR library provides APIs for MTRR operation.
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseS3PciLib/ |
D | BaseS3PciLib.uni | 5 // also enable the PCI operation to be replayed during an S3 resume. 22 … Services that perform PCI Configuration cycles and also enable the PCI operation to be replayed d…
|
D | BaseS3PciLib.inf | 5 # also enable the PCI operation to be replayed during an S3 resume.
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugSupportDxe/ |
D | DebugSupportDxe.uni | 6 // provides debug-agent to periodically gain control during operation of the machine to 23 …, etc. It also provides debug-agent to periodically gain control during operation of the machine t…
|
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Smm/ |
D | Tpm.asl | 80 PPRP, 32, // Physical Presence request operation response 81 PPRQ, 32, // Physical Presence request operation 82 PPRM, 32, // Physical Presence request operation parameter 83 LPPR, 32, // Last Physical Presence request operation 89 UCRQ, 32 // Phyical Presence request operation to Get User Confirmation Status
|
/device/google/marlin/time-services/ |
D | time_genoff.h | 89 time_genoff_opr_type operation; /* Time operation to be done */ member
|
/device/linaro/bootloader/OpenPlatformPkg/Documentation/Marvell/Drivers/ |
D | SpiDriver.txt | 30 return EFI_DEVICE_ERROR Device error, operation failed. 66 return EFI_DEVICE_ERROR Device error, operation failed. 91 return EFI_DEVICE_ERROR Device error, operation failed.
|
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TcgSmm/ |
D | Tpm.asl | 74 PPRP, 32, // Physical Presence request operation response 75 PPRQ, 32, // Physical Presence request operation 76 LPPR, 32, // Last Physical Presence request operation 82 UCRQ, 32 // Phyical Presence request operation to Get User Confirmation Status
|
/device/linaro/bootloader/edk2/OvmfPkg/XenPvBlkDxe/ |
D | BlockFront.c | 465 Request->operation = IsWrite ? BLKIF_OP_WRITE : BLKIF_OP_READ; in XenPvBlockAsyncIo() 536 Request->operation = Operation; in XenPvBlockPushOperation() 605 switch (Response->operation) { in XenPvBlockAsyncIoPoll() 615 Response->operation == BLKIF_OP_READ ? "read" : "write", in XenPvBlockAsyncIoPoll() 642 Response->operation, Status)); in XenPvBlockAsyncIoPoll()
|
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TrEESmm/ |
D | Tpm.asl | 73 PPRP, 32, // Physical Presence request operation response 74 PPRQ, 32, // Physical Presence request operation 75 LPPR, 32, // Last Physical Presence request operation
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/ |
D | README | 87 The normal operation is to run the suite and display the 152 Test minimum average operation overhead 236 # test. An operation is the basic unit of what you want to 238 # operation. Note that in order to raise the measured timings 268 # per operation significantly above the noise level of the 306 # Run test rounds (without actually doing any operation)
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseS3StallLib/ |
D | BaseS3StallLib.uni | 22 …#language en-US "Stall Services that do stall and also enable the Stall operation to be replayed d…
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseS3SmbusLib/ |
D | BaseS3SmbusLib.uni | 22 …3 SMBus Library Services that do SMBus transactions and also enable the operation to be replayed d…
|
/device/linaro/bootloader/OpenPlatformPkg/Documentation/Marvell/PortingGuide/ |
D | Pp2.txt | 15 Indexes used in GOP operation:
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseS3IoLib/ |
D | BaseS3IoLib.uni | 22 …S "S3 I/O and MMIO Library Services that do I/O and also enable the I/O operation to be replayed d…
|
/device/linaro/bootloader/edk2/MdePkg/ |
D | MdePkg.uni | 47 …RemoteConsoleError_HELP #language en-US "Status code value for console operation failure. EFI_PER… 51 …ConsoleReset_HELP #language en-US "Status code value for console reset operation failure. EFI_PER… 55 …leInputError_HELP #language en-US "Status code value for console input operation failure. EFI_PER… 59 …OutputError_HELP #language en-US "Status code value for console output operation failure. EFI_PER… 63 …eMouseInterfaceError_HELP #language en-US "Status code value for mouse operation failure. EFI_PER… 87 …oardReset_HELP #language en-US "Status code value for keyboard operation reset operation. EFI_PER… 91 …ffer_HELP #language en-US "Status code value for keyboard clear buffer operation. EFI_PERIPHERAL_… 111 …seReset_HELP #language en-US "Status code value for mouse device reset operation. EFI_PERIPHERAL_…
|
/device/generic/goldfish/dhcp/common/ |
D | message.cpp | 238 Message::Message(uint8_t operation, in Message() argument 243 dhcpData.op = operation; in Message()
|