bootprop
char *bootprop = NULL;
"bootpath", &bootprop) >= 0) {
(void) printf("%s\n", bootprop);
"boot-path", &bootprop) >= 0) {
(void) printf("%s\n", bootprop);
struct bootprop *bp_next;