Searched refs:nv (Results 1 – 7 of 7) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | urlparse.py | 383 nv = name_value.split('=', 1) 384 if len(nv) != 2: 389 nv.append('') 392 if len(nv[1]) or keep_blank_values: 393 name = unquote(nv[0].replace('+', ' ')) 394 value = unquote(nv[1].replace('+', ' '))
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
D | urlparse.py | 414 nv = name_value.split('=', 1) 415 if len(nv) != 2: 420 nv.append('') 423 if len(nv[1]) or keep_blank_values: 424 name = unquote(nv[0].replace('+', ' ')) 425 value = unquote(nv[1].replace('+', ' '))
|
/device/linaro/bootloader/arm-trusted-firmware/docs/spd/ |
D | tlk-dispatcher.rst | 51 TLK is hosted by NVIDIA on http://nv-tegra.nvidia.com under the
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/ |
D | lparser.c | 1140 struct LHS_assign nv; in assignment() local 1141 nv.prev = lh; in assignment() 1142 suffixedexp(ls, &nv.v); in assignment() 1143 if (nv.v.k != VINDEXED) in assignment() 1144 check_conflict(ls, lh, &nv.v); in assignment() 1147 assignment(ls, &nv, nvars+1); in assignment()
|
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/ |
D | Tpm20.h | 807 UINT32 nv : 1; member 1209 TPMS_NV_CERTIFY_INFO nv; member
|
/device/linaro/bootloader/arm-trusted-firmware/ |
D | readme.rst | 210 .. _NVidia Trusted Little Kernel: http://nv-tegra.nvidia.com/gitweb/?p=3rdparty/ote_partner/tlk.git…
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/ |
D | UefiShellDebug1CommandsLib.uni | 786 "SETVAR variable-name [-guid guid][-bs][-rt][-nv] [=data]\r\n" 796 " -nv - Indicates that the variable is non-volatile. If not present,\r\n" 816 " 5. -bs, -rt and -nv are only useful if the variable does not exist.\r\n"
|