HomeSort by relevance Sort by last modified time
    Searched full:specified (Results 376 - 400 of 36314) sorted by null

<<11121314151617181920>>

  /device/linaro/bootloader/edk2/MdePkg/Library/DxeIoLibEsal/
IoHighLevel.c 21 Reads the 8-bit I/O port specified by Port, performs a bitwise OR
22 between the read result and the value specified by OrData, and writes the
23 result to the 8-bit I/O port specified by Port. The value written to the I/O
49 Reads the 8-bit I/O port specified by Port, performs a bitwise AND between
50 the read result and the value specified by AndData, and writes the result to
51 the 8-bit I/O port specified by Port. The value written to the I/O port is
77 Reads the 8-bit I/O port specified by Port, performs a bitwise AND between
78 the read result and the value specified by AndData, performs a bitwise OR
79 between the result of the AND operation and the value specified by OrData,
80 and writes the result to the 8-bit I/O port specified by Port. The value
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/PeiIoLibCpuIo/
IoHighLevel.c 30 Reads the 8-bit I/O port specified by Port, performs a bitwise OR
31 between the read result and the value specified by OrData, and writes the
32 result to the 8-bit I/O port specified by Port. The value written to the I/O
58 Reads the 8-bit I/O port specified by Port, performs a bitwise AND between
59 the read result and the value specified by AndData, and writes the result to
60 the 8-bit I/O port specified by Port. The value written to the I/O port is
86 Reads the 8-bit I/O port specified by Port, performs a bitwise AND between
87 the read result and the value specified by AndData, performs a bitwise OR
88 between the result of the AND operation and the value specified by OrData,
89 and writes the result to the 8-bit I/O port specified by Port. The value
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/SmmIoLibSmmCpuIo2/
IoHighLevel.c 30 Reads the 8-bit I/O port specified by Port, performs a bitwise OR
31 between the read result and the value specified by OrData, and writes the
32 result to the 8-bit I/O port specified by Port. The value written to the I/O
58 Reads the 8-bit I/O port specified by Port, performs a bitwise AND between
59 the read result and the value specified by AndData, and writes the result to
60 the 8-bit I/O port specified by Port. The value written to the I/O port is
86 Reads the 8-bit I/O port specified by Port, performs a bitwise AND between
87 the read result and the value specified by AndData, performs a bitwise OR
88 between the result of the AND operation and the value specified by OrData,
89 and writes the result to the 8-bit I/O port specified by Port. The value
    [all...]
  /external/e2fsprogs/misc/
blkid.8.in 71 Look up one device that matches the search parameter specified using
74 option. If there are multiple devices that match the specified search
78 block devices. If this option is not specified,
85 output using the specified format. The
103 For each (specified) device, show only the tags that match
107 options. If no tag is specified, then all tokens are shown for all
108 (specified) devices.
126 If there are no devices specified on the command line, all block devices
127 will be searched; otherwise only the specified devices are searched.
139 If not specified it will be the same file as that given by th
    [all...]
  /external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/core/command/
AbstractCommandHandlerTestCase.java 68 * Verify that the CommandHandler contains the specified number of invocation records
88 * Verify that the InvocationRecord contains exactly one data element, with the specified key
102 * Verify that the InvocationRecord contains exactly two data element, with the specified keys
179 * Return the test-specific reply text for the specified reply code
182 * @return the reply text for the specified reply code
189 * Return the test-specific parameterized reply text for the specified reply code
192 * @return the reply text for the specified reply code
199 * Return the test-specific parameterized reply text for the specified messageKey
202 * @return the reply text for the specified messageKey
209 * Return the test-specific reply text for the specified reply code and message parameter
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetCallingConv.td 29 /// CCIfType - If the current argument is one of the specified types, apply
50 /// the specified action.
54 /// the specified action.
58 /// the specified action.
62 /// the specified action.
68 /// CCAssignToReg - This action matches if there is a register in the specified
84 /// stack slot of the specified size and alignment on the stack. If size is
107 /// CCPromoteToType - If applied, this promotes the specified current value to
108 /// the specified type.
113 /// CCBitConvertToType - If applied, this bitconverts the specified curren
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Library/
S3PciLib.h 40 Reads and returns the 8-bit PCI configuration register specified by Address,
63 Writes the 8-bit PCI configuration register specified by Address with the
64 value specified by Value. Value is returned. This function must guarantee
87 Reads the 8-bit PCI configuration register specified by Address, performs a
88 bitwise OR between the read result and the value specified by
90 specified by Address. The value written to the PCI configuration register is
114 Reads the 8-bit PCI configuration register specified by Address, performs a
115 bitwise AND between the read result and the value specified by AndData, and
116 writes the result to the 8-bit PCI configuration register specified by
142 Reads the 8-bit PCI configuration register specified by Address, performs a
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
Ip4Config2.h 174 to register an event on the specified configuration data. Once the event is signaled, the caller can call
185 @retval EFI_SUCCESS The specified configuration data for the EFI IPv4 network stack is set
192 @retval EFI_WRITE_PROTECTED The specified configuration data is read-only or the specified configuration
194 @retval EFI_ACCESS_DENIED Another set operation on the specified configuration data is already in process.
195 @retval EFI_NOT_READY An asynchronous process is invoked to set the specified configuration data and
217 The caller is responsible for allocating the buffer usedto return the specified configuration data and
219 EFI_NOT_READY is returned if the specified configuration data is not ready due to an already in
221 register an event on the specified configuration data. Once the asynchronous configuration process is
222 finished, the event will be signaled and a subsequent GetData() call will return the specified
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseS3PciLib/
S3PciLib.c 92 Reads and returns the 8-bit PCI configuration register specified by Address.
117 Writes the 8-bit PCI configuration register specified by Address with the
118 value specified by Value. Value is returned. This function must guarantee
144 Reads the 8-bit PCI configuration register specified by Address, performs a
145 bitwise OR between the read result and the value specified by
147 specified by Address. The value written to the PCI configuration register is
174 Reads the 8-bit PCI configuration register specified by Address, performs a
175 bitwise AND between the read result and the value specified by AndData, and
176 writes the result to the 8-bit PCI configuration register specified by
205 Reads the 8-bit PCI configuration register specified by Address, performs a
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/
UsbMassImpl.h 164 Writes a specified number of blocks to the device.
167 It writes a specified number of blocks to the device.
226 Unicode string. If the driver specified by This has a user readable name in
227 the language specified by Language, then a pointer to the driver name is
228 returned in DriverName, and EFI_SUCCESS is returned. If the driver specified
229 by This does not support the language specified by Language,
238 languages specified in SupportedLanguages. The
240 to the driver writer. Language is specified
244 driver specified by This in the language
245 specified by Language.
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/ConPlatformDxe/
ConPlatform.h 217 Uninstall the specified protocol.
221 @param ProtocolGuid The specified protocol need to be uninstalled.
320 Unicode string. If the driver specified by This has a user readable name in
321 the language specified by Language, then a pointer to the driver name is
322 returned in DriverName, and EFI_SUCCESS is returned. If the driver specified
323 by This does not support the language specified by Language,
332 languages specified in SupportedLanguages. The
334 to the driver writer. Language is specified
338 driver specified by This in the language
339 specified by Language.
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Disk/DiskIoDxe/
DiskIo.h 256 Reads a specified number of bytes from a device.
289 Writes a specified number of bytes to a device.
350 Unicode string. If the driver specified by This has a user readable name in
351 the language specified by Language, then a pointer to the driver name is
352 returned in DriverName, and EFI_SUCCESS is returned. If the driver specified
353 by This does not support the language specified by Language,
363 languages specified in SupportedLanguages. The
365 to the driver writer. Language is specified
370 driver specified by This in the language
371 specified by Language.
    [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/BlockMmioToBlockIoDxe/
BlockIo.h 181 Writes a specified number of blocks to the device.
184 It writes a specified number of blocks to the device.
239 Unicode string. If the driver specified by This has a user readable name in
240 the language specified by Language, then a pointer to the driver name is
241 returned in DriverName, and EFI_SUCCESS is returned. If the driver specified
242 by This does not support the language specified by Language,
251 languages specified in SupportedLanguages. The
253 to the driver writer. Language is specified
257 driver specified by This in the language
258 specified by Language.
    [all...]
  /external/selinux/libsepol/src/
assertion.c 91 if ((neverallow->specified == AVRULE_XPERMS_IOCTLFUNCTION)
92 && (allow->specified == AVTAB_XPERMS_IOCTLFUNCTION)) {
95 } else if ((neverallow->specified == AVRULE_XPERMS_IOCTLFUNCTION)
96 && (allow->specified == AVTAB_XPERMS_IOCTLDRIVER)) {
98 } else if ((neverallow->specified == AVRULE_XPERMS_IOCTLDRIVER)
99 && (allow->specified == AVTAB_XPERMS_IOCTLFUNCTION)) {
101 } else if ((neverallow->specified == AVRULE_XPERMS_IOCTLDRIVER)
102 && (allow->specified == AVTAB_XPERMS_IOCTLDRIVER)) {
115 if ((neverallow->specified == AVRULE_XPERMS_IOCTLFUNCTION)
116 && (allow->specified == AVTAB_XPERMS_IOCTLFUNCTION))
    [all...]
  /libcore/ojluni/src/main/java/java/security/cert/
CertStore.java 135 * match the specified selector. If no {@code Certificate}s
155 * match the specified selector (never {@code null})
165 * match the specified selector. If no {@code CRL}s
185 * match the specified selector (never {@code null})
194 * Returns a {@code CertStore} object that implements the specified
195 * {@code CertStore} type and is initialized with the specified
202 * Provider that supports the specified type is returned.
208 * specified {@code CertStoreParameters}. The type of parameters
210 * Note that the specified {@code CertStoreParameters} object is
221 * @return a {@code CertStore} object that implements the specified
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/NvmExpressDxe/
NvmExpress.h 309 Unicode string. If the driver specified by This has a user readable name in
310 the language specified by Language, then a pointer to the driver name is
311 returned in DriverName, and EFI_SUCCESS is returned. If the driver specified
312 by This does not support the language specified by Language,
322 languages specified in SupportedLanguages. The
324 to the driver writer. Language is specified
329 driver specified by This in the language
330 specified by Language.
332 @retval EFI_SUCCESS The Unicode string for the Driver specified by
333 This and the language specified by Language was
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/BasePcdLibNull/
PcdLib.c 25 Sets the current SKU in the PCD database to the value specified by SkuId. SkuId is returned.
47 Returns the 8-bit value for the token specified by TokenNumber.
51 @return Returns the 8-bit value for the token specified by TokenNumber.
70 Returns the 16-bit value for the token specified by TokenNumber.
74 @return Returns the 16-bit value for the token specified by TokenNumber.
93 Returns the 32-bit value for the token specified by TokenNumber.
97 @return Returns the 32-bit value for the token specified by TokenNumber.
116 Returns the 64-bit value for the token specified by TokenNumber.
120 @return Returns the 64-bit value for the token specified by TokenNumber.
139 Returns the pointer to the buffer of the token specified by TokenNumber.
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/DxePcdLib/
DxePcdLib.c 127 Sets the current SKU in the PCD database to the value specified by SkuId. SkuId is returned.
151 Returns the 8-bit value for the token specified by TokenNumber.
155 @return Returns the 8-bit value for the token specified by TokenNumber.
172 Returns the 16-bit value for the token specified by TokenNumber.
176 @return Returns the 16-bit value for the token specified by TokenNumber.
193 Returns the 32-bit value for the token specified by TokenNumber.
197 @return Returns the 32-bit value for the token specified by TokenNumber.
214 Returns the 64-bit value for the token specified by TokenNumber.
218 @return Returns the 64-bit value for the token specified by TokenNumber.
235 Returns the pointer to the buffer of the token specified by TokenNumber.
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/PeiPcdLib/
PeiPcdLib.c 126 Sets the current SKU in the PCD database to the value specified by SkuId. SkuId is returned.
150 Returns the 8-bit value for the token specified by TokenNumber.
154 @return Returns the 8-bit value for the token specified by TokenNumber.
171 Returns the 16-bit value for the token specified by TokenNumber.
175 @return Returns the 16-bit value for the token specified by TokenNumber.
192 Returns the 32-bit value for the token specified by TokenNumber.
196 @return Returns the 32-bit value for the token specified by TokenNumber.
213 Returns the 64-bit value for the token specified by TokenNumber.
217 @return Returns the 64-bit value for the token specified by TokenNumber.
234 Returns the pointer to the buffer of the token specified by TokenNumber.
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/Keyboard/VirtualKeyboardDxe/
VirtualKeyboard.h 189 Unicode string. If the driver specified by This has a user readable name in
190 the language specified by Language, then a pointer to the driver name is
191 returned in DriverName, and EFI_SUCCESS is returned. If the driver specified
192 by This does not support the language specified by Language,
202 languages specified in SupportedLanguages. The
204 to the driver writer. Language is specified
209 driver specified by This in the language
210 specified by Language.
212 @retval EFI_SUCCESS The Unicode string for the Driver specified by
213 This and the language specified by Language was
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Conf/
target.template 30 # If the line is missing or no value is specified, all
31 # valid targets specified in the platform description file
39 # Multiple values can be specified on a single line, using
47 # If not specified, then all valid architectures specified
53 # the tools to use for the build. If not specified,
58 # If not specified, all applicable TagName tools will be
69 # when generating Makefiles. If not specified, the file:
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/DxeIoLibCpuIo/
DxeCpuIoLibInternal.h 31 Reads the I/O port specified by Port with registers width specified by Width.
52 Writes the I/O port specified by Port with registers width and value specified by Width
75 Reads the MMIO registers specified by Address with registers width specified by Width.
96 Writes the MMIO registers specified by Address with registers width and value specified by Width
IoLib.c 60 Reads the I/O port specified by Port with registers width specified by Width.
90 Writes the I/O port specified by Port with registers width and value specified by Width
121 Reads the MMIO registers specified by Address with registers width specified by Width.
151 Writes the MMIO registers specified by Address with registers width and value specified by Width
181 Reads the 8-bit I/O port specified by Port. The 8-bit read value is returned.
204 Writes the 8-bit I/O port specified by Port with the value specified by Value
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Library/DxeIoLibCpuIo/
DxeCpuIoLibInternal.h 37 Reads the I/O port specified by Port with registers width specified by Width.
58 Writes the I/O port specified by Port with registers width and value specified by Width
81 Reads the MMIO registers specified by Address with registers width specified by Width.
102 Writes the MMIO registers specified by Address with registers width and value specified by Width
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Scsi/ScsiBusDxe/
ScsiBus.h 204 Unicode string. If the driver specified by This has a user readable name in
205 the language specified by Language, then a pointer to the driver name is
206 returned in DriverName, and EFI_SUCCESS is returned. If the driver specified
207 by This does not support the language specified by Language,
217 languages specified in SupportedLanguages. The
219 to the driver writer. Language is specified
224 driver specified by This in the language
225 specified by Language.
227 @retval EFI_SUCCESS The Unicode string for the Driver specified by
228 This and the language specified by Language was
    [all...]

Completed in 1685 milliseconds

<<11121314151617181920>>