ofw.c | 520 int bp_len; local in function:ofw_getbootinfo 529 bp_len = OF_getproplen(chosen, "bootpath"); 531 if (bp_len < 0 || ba_len < 0) 534 bootpathv = (char *)ofw_malloc(bp_len); 537 if (bp_len) 538 OF_getprop(chosen, "bootpath", bootpathv, bp_len);
|