prep_nvram_get_var
printf("Boot device: %s\n", prep_nvram_get_var("fw-boot-device"));
strncpy(bootpath, prep_nvram_get_var("fw-boot-device"), 256);
np = prep_nvram_get_var(name);
char *prep_nvram_get_var(const char *);