bhnd_nvstore_get_path
sc->root_path = bhnd_nvstore_get_path(sc, BHND_NVSTORE_ROOT_PATH,
top = bhnd_nvstore_get_path(sc, path, strlen(path));
return (bhnd_nvstore_get_path(sc, info->path.str.value,
if (bhnd_nvstore_get_path(sc, path_str, path_len) != NULL)
path = bhnd_nvstore_get_path(sc, path_str, path_len);
path = bhnd_nvstore_get_path(sc, path_str, path_len);
bhnd_nvstore_path *bhnd_nvstore_get_path(struct bhnd_nvram_store *sc,