Searched refs:bc_nvl (Results 1 – 2 of 2) sorted by relevance
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()[all …]
115 nvlist_t *bc_nvl; /* The nvpair list representation */ member