HomeSort by: relevance | last modified time | path
    Searched defs:bp_len (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/shark/ofw/
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);
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);

Completed in 23 milliseconds