Searched defs:DevId (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/EfiRom/
H A DEfiRom.h95 UINT16 DevId; member in struct:__anon9968
251 UINT16 DevId,
265 DevId - device ID as required in the option ROM header
H A DEfiRom.c153 Status = ProcessEfiFile (FptrOut, FList, mOptions.VendId, mOptions.DevId, &Size);
414 UINT16 DevId,
428 DevId - device ID as required in the option ROM header
604 PciDs23.DeviceId = DevId;
619 PciDs30.DeviceId = DevId;
949 Options->DevId = (UINT16) TempValue;
410 ProcessEfiFile( FILE *OutFptr, FILE_LIST *InFile, UINT16 VendId, UINT16 DevId, UINT32 *Size ) argument
/vbox/include/VBox/
H A Dusblib-win.h265 USBSUP_DEVID DevId; member in struct:__anon288
/vbox/src/VBox/HostDrivers/VBoxNetFlt/solaris/
H A DVBoxNetFlt-solaris.c2059 ldi_ident_t DevId; local
2060 DevId = ldi_ident_from_anon();
2084 int rc = ldi_open_by_name(szDev, FREAD | FWRITE, kcred, &pThis->u.s.hIface, DevId);
2092 rc = ldi_open_by_name(szDev, FREAD | FWRITE, kcred, &pThis->u.s.hIface, DevId);
2100 rc = vboxNetFltSolarisOpenStyle2(pThis, &DevId);
2107 ldi_ident_release(DevId);

Completed in 45 milliseconds