Home
last modified time | relevance | path

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

/titanic_44/usr/src/common/net/wanboot/
H A Dbootinfo.c193 static nvlist_t *bi_nvl = NULL; variable
278 if (nvlist_lookup_byte_array(bi_nvl, (char *)bip->bi_name, in bi_getval_bootmisc()
298 return (nvlist_add_byte_array(bi_nvl, (char *)name, in bi_put_bootmisc()
328 if (bi_nvl != NULL) { in bootinfo_end()
329 nvlist_free(bi_nvl); in bootinfo_end()
330 bi_nvl = NULL; in bootinfo_end()
341 if (bi_nvl == NULL && in bootinfo_init()
342 nvlist_alloc(&bi_nvl, NV_UNIQUE_NAME, 0) == 0) { in bootinfo_init()
344 nvlist_free(bi_nvl); in bootinfo_init()
345 bi_nvl = NULL; in bootinfo_init()
[all …]