Home
last modified time | relevance | path

Searched refs:MaxSize (Results 1 – 5 of 5) sorted by relevance

/dflybsd-src/lib/libefivar/
H A Duefi-dputil.c146 IN UINTN MaxSize in IsDevicePathValid() argument
155 if (MaxSize == 0) { in IsDevicePathValid()
156 MaxSize = MAX_UINTN; in IsDevicePathValid()
162 if (MaxSize < sizeof (EFI_DEVICE_PATH_PROTOCOL)) { in IsDevicePathValid()
180 if (Size > MaxSize - END_DEVICE_PATH_LENGTH ) { in IsDevicePathValid()
/dflybsd-src/stand/contrib/edk2/MdePkg/Include/Library/
H A DDevicePathLib.h37 IN UINTN MaxSize
H A DBaseLib.h253 IN UINTN MaxSize
281 IN UINTN MaxSize
666 IN UINTN MaxSize
692 IN UINTN MaxSize
/dflybsd-src/stand/contrib/edk2/MdePkg/Include/Uefi/
H A DUefiInternalFormRepresentation.h1078 UINT8 MaxSize; member
1088 UINT16 MaxSize; member
/dflybsd-src/nrelease/gui/root/.vim/plugin/
H A Dminibufexpl.vim104 " setting is backwards compatible if you don't use MaxSize.
122 " exceed MaxSize even if you have wider tabs.
132 " This will have no effect unless you also specivy MaxSize.
402 " MaxSize {{{
1719 " space. For example set MaxSize and MinSize to 2
1755 " NOTE: in 6.3.0 we started using MaxSize instead of
1756 " MaxHeight. This will still work if MaxSize is not
1757 " specified, but it is depreciated. Use MaxSize instead.