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

/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm_upgrade.c55 int dboot; local
78 dboot = 0;
84 if (strcmp(buf, "dboot") == 0) {
85 BAM_DPRINTF(("%s: dboot capability present\n", fcn));
86 dboot = 1;
90 assert(dboot);
120 /* there is no non dboot sparc new-boot */
173 * a multiboot header, then it is a 'dboot' kernel. Otherwise,
338 * This function is only called to convert a multiboot entry to a dboot entry
361 * We only convert multiboot to dboot an
[all...]

Completed in 61 milliseconds