HomeSort by: relevance | last modified time | path
    Searched refs:DevicePathInstance (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/gnu-efi/dist/lib/
dpath.c 51 DevicePathInstance (
81 DEBUG((D_ERROR, "DevicePathInstance: DevicePath %x Size %d", *DevicePath, ((UINT8 *) DevPath) - ((UINT8 *) Start) ));
118 while (DevicePathInstance(&DevicePath, &Size)) {
178 while ((Inst = DevicePathInstance (&Src1, &Size))) {
1225 while ((DevicePathInst = DevicePathInstance (&DevicePath, &Size))) {
1246 DevicePathInst = DevicePathInstance (&Temp, &Size);
  /src/sys/external/bsd/gnu-efi/dist/inc/
efidevp.h 617 IN CONST EFI_DEVICE_PATH_PROTOCOL *DevicePathInstance
623 IN OUT EFI_DEVICE_PATH_PROTOCOL **DevicePathInstance,
efilib.h 840 DevicePathInstance (

Completed in 17 milliseconds