Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/efi/libefi/
H A Denv.c1146 CHAR16 *newnm; in command_efi_show() local
1257 newnm = realloc(varname, varalloc); in command_efi_show()
1258 if (newnm == NULL) { in command_efi_show()
1264 varname = newnm; in command_efi_show()