Home | History | Annotate | Download | only in BdsDxe

Lines Matching refs:VariableSize

499   UINTN                     VariableSize;

502 GetEfiGlobalVariable2 (VariableName, (VOID **) &DevicePath, &VariableSize);
503 if ((DevicePath != NULL) && !IsDevicePathValid (DevicePath, VariableSize)) {