Searched refs:bop_getprop (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/sparc/os/ |
H A D | bootops.c | 408 bop_getprop(const char *name, void *value) function 600 if (bop_getprop("elfheader-address", (caddr_t)&eadr) == -1 || 601 bop_getprop("elfheader-length", (caddr_t)&esize) == -1)
|
/illumos-gate/usr/src/uts/sun/sys/ |
H A D | bootconf.h | 103 extern int bop_getprop(const char *name, void *value); 123 #define BOP_GETPROP(bop, name, buf) bop_getprop(name, buf)
|
/illumos-gate/usr/src/uts/sun4/os/ |
H A D | mlsetup.c | 407 if (bop_getprop("elfheader-address", (caddr_t)&eadr) == -1) 487 (void) bop_getprop("impl-arch-name", platname);
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | strplumb.c | 517 if (bop_getprop("fstype", fstype) == -1)
|
Completed in 61 milliseconds