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

/illumos-gate/usr/src/uts/intel/amd64/krtld/
H A Dkobj_boot.c55 struct bootops *bootops,
71 kobj_init(syscallp, dvec, bootops, bootaux);
52 _kobj_boot( struct boot_syscalls *syscallp, void *dvec, struct bootops *bootops, Boot *ebp) argument
/illumos-gate/usr/src/uts/intel/ia32/krtld/
H A Dkobj_boot.c57 struct bootops *bootops,
73 kobj_init(syscallp, dvec, bootops, bootaux);
54 _kobj_boot( struct boot_syscalls *syscallp, void *dvec, struct bootops *bootops, Boot *ebp) argument
/illumos-gate/usr/src/psm/stand/boot/sparc/common/
H A Dbootops.c46 struct bootops bootops; variable in typeref:struct:bootops
51 prom_panic("bootops is gone, it should not be called");
57 bootops.bsys_version = BO_VERSION;
58 bootops.bsys_1275_call = (uint64_t)boot_fail;
59 bootops.bsys_printf = (uint32_t)(uintptr_t)boot_fail;
/illumos-gate/usr/src/uts/intel/sys/
H A Dbootconf.h68 /* return values for the newer bootops */
90 * and older kernels. If you want to change the struct bootops,
92 * "bootops-extensions" mechanism described below.
94 #define BO_VERSION 10 /* bootops interface revision # */
96 typedef struct bootops { struct
110 caddr_t (*bsys_alloc)(struct bootops *, caddr_t virthint, size_t size,
117 void (*bsys_free)(struct bootops *, caddr_t virt, size_t size);
122 int (*bsys_getproplen)(struct bootops *, const char *);
127 int (*bsys_getprop)(struct bootops *, const char *, void *);
133 char *(*bsys_nextprop)(struct bootops *, cha
[all...]
/illumos-gate/usr/src/uts/sun/sys/
H A Dbootconf.h65 #define BO_VERSION 9 /* bootops interface revision # */
70 typedef struct bootops { struct
141 * 1275-like boot service replacement for bootops.
220 extern struct bootops *bootops;
/illumos-gate/usr/src/uts/sparc/os/
H A Dbootops.c29 * successors.) This interface replaces the bootops (BOP) implementation
46 struct bootops *bootops; variable in typeref:struct:bootops
47 struct bootops kbootops;
105 /* fake bootops - it needs to point to non-NULL */
106 bootops = &kbootops;
609 /* Simple message to indicate that the bootops pointer has been zeroed */
614 prom_printf("The bootops vec is zeroed now!\n");
627 bootops = (struct bootops *)NUL
[all...]
/illumos-gate/usr/src/uts/i86pc/os/
H A Dstartup.c265 struct bootops *bootops = 0; /* passed in from boot */ variable in typeref:struct:bootops
266 struct bootops **bootopsp;
672 mem = BOP_ALLOC(bootops, (caddr_t)valloc_base, valloc_sz, valloc_align);
811 (void) check_boot_version(BOP_GETVERSION(bootops));
816 if (BOP_GETPROPLEN(bootops, "prom_debug") >= 0) {
970 mem = BOP_ALLOC(bootops, (caddr_t)DEBUG_INFO_VA, MMU_PAGESIZE,
1057 bootops->boot_mem->physinstalled);
1058 installed_top_size_ex(bootops->boot_mem->physinstalled, &physmax,
1088 bootops
[all...]

Completed in 102 milliseconds