Lines Matching refs:bc_nvl
263 handle->bc_nvl = nvl; in parse_bootconf()
278 nvlist_t *nvl = handle->bc_nvl; in valid_encryption()
313 nvlist_t *nvl = handle->bc_nvl; in valid_signature()
348 nvlist_t *nvl = handle->bc_nvl; in valid_client_authentication()
382 nvlist_t *nvl = handle->bc_nvl; in valid_server_authentication()
416 nvlist_t *nvl = handle->bc_nvl; in valid_root_server()
462 nvlist_t *nvl = handle->bc_nvl; in valid_boot_logger()
562 if (handle->bc_nvl != NULL) { in bootconf_end()
563 nvlist_free(handle->bc_nvl); in bootconf_end()
564 handle->bc_nvl = NULL; in bootconf_end()
578 handle->bc_nvl = NULL; in bootconf_init()
619 if (handle->bc_nvl != NULL && in bootconf_get()
620 nvlist_lookup_string(handle->bc_nvl, (char *)name, &strval) == 0) { in bootconf_get()