Home
last modified time | relevance | path

Searched defs:bootops (Results 1 – 7 of 7) sorted by relevance

/titanic_52/usr/src/uts/intel/sys/
H A Dbootconf.h97 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 Dkobj_boot.c55 struct bootops *bootops, in _kobj_boot() argument
/titanic_52/usr/src/uts/intel/ia32/krtld/
H A Dkobj_boot.c57 struct bootops *bootops, in _kobj_boot() argument
/titanic_52/usr/src/uts/sun/sys/
H A Dbootconf.h72 typedef struct bootops { struct
92 bsys_printfbootops global() argument
/titanic_52/usr/src/psm/stand/boot/sparc/common/
H A Dbootops.c46 struct bootops bootops; variable
/titanic_52/usr/src/uts/sparc/os/
H A Dbootops.c46 struct bootops *bootops; variable
[all...]
/titanic_52/usr/src/uts/i86pc/os/
H A Dstartup.c264 struct bootops *bootops = 0; /* passed in from boot */ variable
[all...]