Searched refs:ofw_getprop (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/boot/sys/boot/sparc64/boot1/
H A Dboot1.c89 static int ofw_getprop(ofwh_t, const char *, void *, size_t);
113 ofw_getprop(chosenh, "stdin", &stdinh, sizeof(stdinh));
114 ofw_getprop(chosenh, "stdout", &stdouth, sizeof(stdouth));
115 ofw_getprop(chosenh, "bootargs", bootargs, sizeof(bootargs));
116 ofw_getprop(chosenh, "bootpath", bootpath, sizeof(bootpath));
157 ofw_getprop(ofwh_t ofwh, const char *name, void *buf, size_t len) function
171 printf("ofw_getprop: ofwh=0x%x buf=%p len=%u\n",

Completed in 77 milliseconds