HomeSort by relevance Sort by last modified time
    Searched defs:DeviceList (Results 1 - 5 of 5) sorted by null

  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/Opal/OpalPasswordDxe/
OpalDriverPrivate.h 59 OPAL_DRIVER_DEVICE *DeviceList; ///< Linked list of controllers owned by this Driver
  /external/skia/infra/cts/
run_testlab.go 83 fbDevices, deviceList, err := getAvailableDevices()
90 if err := writeDeviceList(*dumpDevFile, deviceList); err != nil {
97 whiteList := deviceList
136 func getAvailableDevices() ([]*DeviceVersions, DeviceList, error) {
155 devList := DeviceList{}
174 func filterDevices(foundDevices []*DeviceVersions, whiteList DeviceList, minAPIVersion, maxAPIVersion int) ([]*DeviceVersions, []*DeviceVersions) {
338 // DeviceList is a simple list of devices, primarily used to define the
340 type DeviceList []*DevInfo
348 func (d DeviceList) find(id string) *DevInfo {
357 func writeDeviceList(fileName string, devList DeviceList) error
    [all...]
  /external/skqp/infra/cts/
run_testlab.go 83 fbDevices, deviceList, err := getAvailableDevices()
90 if err := writeDeviceList(*dumpDevFile, deviceList); err != nil {
97 whiteList := deviceList
136 func getAvailableDevices() ([]*DeviceVersions, DeviceList, error) {
155 devList := DeviceList{}
174 func filterDevices(foundDevices []*DeviceVersions, whiteList DeviceList, minAPIVersion, maxAPIVersion int) ([]*DeviceVersions, []*DeviceVersions) {
338 // DeviceList is a simple list of devices, primarily used to define the
340 type DeviceList []*DevInfo
348 func (d DeviceList) find(id string) *DevInfo {
357 func writeDeviceList(fileName string, devList DeviceList) error
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/
AtaAtapiPassThru.h 102 LIST_ENTRY DeviceList;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/IScsiDxe/
IScsiConfig.c 191 ISCSI_DEVICE_LIST *DeviceList;
229 DeviceList = (ISCSI_DEVICE_LIST *) AllocatePool (DataSize);
230 ASSERT (DeviceList != NULL);
237 DeviceList
247 for (Index = LastDeviceIndex; Index < DeviceList->NumDevice; Index++) {
248 CurMacInfo = &DeviceList->MacInfo[Index];
262 CopyMem (CurMacInfo, &DeviceList->MacInfo[LastDeviceIndex], sizeof (ISCSI_MAC_INFO));
263 CopyMem (&DeviceList->MacInfo[LastDeviceIndex], &TempMacInfo, sizeof (ISCSI_MAC_INFO));
270 if (LastDeviceIndex == DeviceList->NumDevice) {
275 for (Index = LastDeviceIndex; Index < DeviceList->NumDevice; Index++) {
    [all...]

Completed in 97 milliseconds