Home
last modified time | relevance | path

Searched refs:nv (Results 1 – 8 of 8) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Durlparse.py383 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/
Durlparse.py414 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/
Dtlk-dispatcher.rst51 TLK is hosted by NVIDIA on http://nv-tegra.nvidia.com under the
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlparser.c1140 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/google/coral-sepolicy/vendor/qcom/common/
Dfile.te183 # dynamic nv files
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
DTpm20.h807 UINT32 nv : 1; member
1209 TPMS_NV_CERTIFY_INFO nv; member
/device/linaro/bootloader/arm-trusted-firmware/
Dreadme.rst210 .. _NVidia Trusted Little Kernel: http://nv-tegra.nvidia.com/gitweb/?p=3rdparty/ote_partner/tlk.git…
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
DUefiShellDebug1CommandsLib.uni786 "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"