HomeSort by relevance Sort by last modified time
    Searched refs:bootops (Results 1 - 25 of 54) sorted by null

1 2 3

  /onnv/onnv-gate/usr/src/psm/stand/lib/boot/
inc.flg 30 echo_file usr/src/uts/sparc/os/bootops.c
  /onnv/onnv-gate/usr/src/uts/common/sys/
kmdb.h 46 struct bootops;
54 typedef int kctl_boot_activate_f(struct bootops *, void *, size_t,
reboot.h 81 struct bootops;
82 extern void bootflags(struct bootops *);
kobj_impl.h 155 struct bootops;
164 struct bootops *bootvec, val_t *bootaux);
169 extern struct bootops *ops;
  /onnv/onnv-gate/usr/src/uts/sparc/zfs/
spa_boot.c 37 proplen = BOP_GETPROPLEN(bootops, propname);
42 if (BOP_GETPROP(bootops, propname, value) == -1) {
  /onnv/onnv-gate/usr/src/uts/intel/amd64/krtld/
kobj_boot.c 55 struct bootops *bootops,
71 kobj_init(syscallp, dvec, bootops, bootaux);
kobj_crt.s 61 /holds address of bootops structure
  /onnv/onnv-gate/usr/src/uts/intel/ia32/krtld/
kobj_boot.c 57 struct bootops *bootops,
73 kobj_init(syscallp, dvec, bootops, bootaux);
kobj_crt.s 67 /holds address of bootops structure
  /onnv/onnv-gate/usr/src/uts/intel/sys/
bootconf.h 67 /* return values for the newer bootops */
89 * and older kernels. If you want to change the struct bootops,
91 * "bootops-extensions" mechanism described below.
93 #define BO_VERSION 10 /* bootops interface revision # */
95 typedef struct bootops { struct
109 caddr_t (*bsys_alloc)(struct bootops *, caddr_t virthint, size_t size,
116 void (*bsys_free)(struct bootops *, caddr_t virt, size_t size);
121 int (*bsys_getproplen)(struct bootops *, const char *);
126 int (*bsys_getprop)(struct bootops *, const char *, void *);
132 char *(*bsys_nextprop)(struct bootops *, char *prevprop)
    [all...]
  /onnv/onnv-gate/usr/src/uts/sparc/os/
iscsi_boot.c 78 proplen = BOP_GETPROPLEN(bootops, BP_ISCSI_TARGET_IP);
80 if (BOP_GETPROP(bootops, BP_ISCSI_TARGET_IP,
96 proplen = BOP_GETPROPLEN(bootops, BP_ISCSI_PORT);
98 if (BOP_GETPROP(bootops, BP_ISCSI_PORT,
114 proplen = BOP_GETPROPLEN(bootops, BP_ISCSI_LUN);
116 if (BOP_GETPROP(bootops, BP_ISCSI_LUN,
132 proplen = BOP_GETPROPLEN(bootops, BP_ISCSI_TPGT);
134 if (BOP_GETPROP(bootops, BP_ISCSI_TPGT,
151 proplen = BOP_GETPROPLEN(bootops, BP_ISCSI_TARGET_NAME);
153 if (BOP_GETPROP(bootops, BP_ISCSI_TARGET_NAME
    [all...]
bootops.c 29 * 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 *)NULL
    [all...]
  /onnv/onnv-gate/usr/src/psm/stand/boot/sparc/common/
bootops.c 48 struct bootops bootops; variable in typeref:struct:bootops
53 prom_panic("bootops is gone, it should not be called");
59 bootops.bsys_version = BO_VERSION;
60 bootops.bsys_1275_call = (uint64_t)boot_fail;
61 bootops.bsys_printf = (uint32_t)boot_fail;
boot_plat.h 51 /* bootops.c */
52 extern struct bootops bootops;
bootprop.c 44 uint64_t memlistextent; /* replacement for old member of bootops */
119 bgetproplen(struct bootops *bop, char *name)
169 bgetprop(struct bootops *bop, char *name, void *buf)
241 bnextprop(struct bootops *bop, char *prev)
  /onnv/onnv-gate/usr/src/uts/i86pc/os/
biosdisk.c 132 extern struct bootops *bootops;
139 BOP_DOINT(bootops, 0x13, &rp);
161 extern struct bootops *bootops;
184 BOP_DOINT(bootops, 0x13, &rp);
216 BOP_DOINT(bootops, 0x13, &rp);
237 BOP_DOINT(bootops, 0x13, &rp);
272 BOP_DOINT(bootops, 0x13, &rp);
297 extern struct bootops *bootops
    [all...]
startup.c 252 struct bootops *bootops = 0; /* passed in from boot */ variable in typeref:struct:bootops
253 struct bootops **bootopsp;
641 mem = BOP_ALLOC(bootops, (caddr_t)valloc_base, valloc_sz, valloc_align);
723 (void) check_boot_version(BOP_GETVERSION(bootops));
728 if (BOP_GETPROPLEN(bootops, "prom_debug") >= 0) {
882 mem = BOP_ALLOC(bootops, (caddr_t)DEBUG_INFO_VA, MMU_PAGESIZE,
969 bootops->boot_mem->physinstalled);
970 installed_top_size(bootops->boot_mem->physinstalled, &physmax,
982 bootops->boot_mem->rsvdmem)
    [all...]
graphics.c 101 if (BOP_GETPROPLEN(bootops, "console") != sizeof ("graphics"))
103 (void) BOP_GETPROP(bootops, "console", cons);
  /onnv/onnv-gate/usr/src/uts/common/os/
autoconf.c 150 size = (size_t)BOP_GETPROPLEN(bootops, "mfg-name") + 1;
152 (void) BOP_GETPROP(bootops, "mfg-name", rootname);
191 (void) BOP_GETPROP(bootops, "impl-arch-name", platform);
197 size = (size_t)BOP_GETPROPLEN(bootops, "bootpath");
200 (void) BOP_GETPROP(bootops, "bootpath", bootpath_prop);
204 size = (size_t)BOP_GETPROPLEN(bootops, "fstype");
207 (void) BOP_GETPROP(bootops, "fstype", fstype_prop);
swapgeneric.c 446 * bootops disappears we need to save the value of this property
450 proplen = BOP_GETPROPLEN(bootops, "bootp-response");
453 if (BOP_GETPROP(bootops, "bootp-response", dhcack) == -1) {
466 proplen = BOP_GETPROPLEN(bootops, "netdev-path");
469 if (BOP_GETPROP(bootops, "netdev-path",
592 if (BOP_GETPROP(bootops, "bootarchive", bootpath) == -1)
600 if ((BOP_GETPROP(bootops, "bootpath", bootpath) == -1) ||
602 if (BOP_GETPROP(bootops,
620 return (BOP_GETPROP(bootops, prop, fstype));
922 proplen = BOP_GETPROPLEN(bootops, BP_ISCSI_NETWORK_BOOTPATH)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/mdb/common/kmdb/kctl/
kctl.h 72 struct bootops *kctl_boot_ops; /* Boot operations (during init only) */
89 struct bootops;
  /onnv/onnv-gate/usr/src/uts/sun/sys/
bootconf.h 65 #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;
  /onnv/onnv-gate/usr/src/cmd/mdb/intel/kmdb/kctl/
kctl_isadep.c 44 struct bootops *ops = kctl.kctl_boot_ops;
  /onnv/onnv-gate/usr/src/uts/common/krtld/
bootrd.c 38 extern struct bootops *ops;
  /onnv/onnv-gate/usr/src/psm/stand/lib/boot/sparc/
Makefile.com 49 CMNSRCS = bootops.c

Completed in 3659 milliseconds

1 2 3