Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/sys/
H A Dbootconf.h101 typedef struct bootops { struct
115 caddr_t (*bsys_alloc)(struct bootops *, caddr_t virthint, size_t size, argument
122 void (*bsys_free)(struct bootops *, caddr_t virt, size_t size); argument
127 int (*bsys_getproplen)(struct bootops *, const char *); argument
132 int (*bsys_getprop)(struct bootops *, const char *, void *); argument
138 char *(*bsys_nextprop)(struct bootops *, char *prevprop); argument
148 void (*bsys_doint)(struct bootops *, int, struct bop_regs *); argument
153 caddr_t (*bsys_ealloc)(struct bootops *, caddr_t virthint, size_t size, argument
/illumos-gate/usr/src/uts/sun/sys/
H A Dbootconf.h72 typedef struct bootops { struct
92 } bootops_t; argument
/illumos-gate/usr/src/uts/intel/amd64/krtld/
H A Dkobj_boot.c53 struct bootops *bootops, in _kobj_boot()
/illumos-gate/usr/src/psm/stand/boot/sparc/common/
H A Dbootops.c46 struct bootops bootops; variable
/illumos-gate/usr/src/uts/sparc/os/
H A Dbootops.c46 struct bootops *bootops; variable
/illumos-gate/usr/src/uts/i86pc/os/
H A Dstartup.c247 struct bootops *bootops = 0; /* passed in from boot */ variable