Home
last modified time | relevance | path

Searched refs:operation (Results 1 – 25 of 123) sorted by relevance

12345

/device/linaro/bootloader/edk2/OvmfPkg/Include/IndustryStandard/Xen/io/
Dblkif.h542 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/
DMtrrLib.uni2 // 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."
DMtrrLib.inf2 # MTRR library provides APIs for MTRR operation.
/device/linaro/bootloader/edk2/MdePkg/Library/BaseS3BootScriptLibNull/
DBaseS3BootScriptLibNull.uni2 // 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."
DBaseS3BootScriptLibNull.inf2 # BootScriptLib instance that always produces NOP operation.
6 # performing any operation.
/device/google/cuttlefish_common/guest/libs/remoter/
Dremoter_framework_pkt.h43 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/
Dcursor.c451 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/
DMtrrLib.uni19 "MTRR library provides APIs for MTRR operation"
23 "MTRR library provides APIs for MTRR operation."
DMtrrLib.inf2 # MTRR library provides APIs for MTRR operation.
/device/linaro/bootloader/edk2/MdePkg/Library/BaseS3PciLib/
DBaseS3PciLib.uni5 // 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…
DBaseS3PciLib.inf5 # also enable the PCI operation to be replayed during an S3 resume.
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugSupportDxe/
DDebugSupportDxe.uni6 // 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/
DTpm.asl80 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/
Dtime_genoff.h89 time_genoff_opr_type operation; /* Time operation to be done */ member
/device/linaro/bootloader/OpenPlatformPkg/Documentation/Marvell/Drivers/
DSpiDriver.txt30 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/
DTpm.asl74 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/
DBlockFront.c465 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/
DTpm.asl73 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/
DREADME87 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/
DBaseS3StallLib.uni22 …#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/
DBaseS3SmbusLib.uni22 …3 SMBus Library Services that do SMBus transactions and also enable the operation to be replayed d…
/device/linaro/bootloader/OpenPlatformPkg/Documentation/Marvell/PortingGuide/
DPp2.txt15 Indexes used in GOP operation:
/device/linaro/bootloader/edk2/MdePkg/Library/BaseS3IoLib/
DBaseS3IoLib.uni22 …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/
DMdePkg.uni47 …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/
Dmessage.cpp238 Message::Message(uint8_t operation, in Message() argument
243 dhcpData.op = operation; in Message()

12345