Searched defs:bootops (Results 1 – 7 of 7) sorted by relevance
/titanic_52/usr/src/uts/intel/sys/ |
H A D | bootconf.h | 97 typedef struct bootops { struct 111 caddr_t (*bsys_alloc)(struct bootops *, caddr_t virthint, size_t size, argument 118 void (*bsys_free)(struct bootops *, caddr_t virt, size_t size); argument 123 int (*bsys_getproplen)(struct bootops *, const char *); argument 128 int (*bsys_getprop)(struct bootops *, const char *, void *); argument 134 char *(*bsys_nextprop)(struct bootops *, cha argument 139 bsys_printfbootops global() argument 144 bsys_dointbootops global() argument 149 bsys_eallocbootops global() argument [all...] |
/titanic_52/usr/src/uts/intel/amd64/krtld/ |
H A D | kobj_boot.c | 55 struct bootops *bootops, in _kobj_boot() argument
|
/titanic_52/usr/src/uts/intel/ia32/krtld/ |
H A D | kobj_boot.c | 57 struct bootops *bootops, in _kobj_boot() argument
|
/titanic_52/usr/src/uts/sun/sys/ |
H A D | bootconf.h | 72 typedef struct bootops { struct 92 bsys_printfbootops global() argument
|
/titanic_52/usr/src/psm/stand/boot/sparc/common/ |
H A D | bootops.c | 46 struct bootops bootops; variable
|
/titanic_52/usr/src/uts/sparc/os/ |
H A D | bootops.c | 46 struct bootops *bootops; variable [all...] |
/titanic_52/usr/src/uts/i86pc/os/ |
H A D | startup.c | 264 struct bootops *bootops = 0; /* passed in from boot */ variable [all...] |