Home
last modified time | relevance | path

Searched refs:boothowto (Results 1 – 25 of 86) sorted by relevance

1234

/illumos-gate/usr/src/uts/common/krtld/
H A Dkobj_bootflags.c54 boothowto |= RB_ASKNAME; in bootflags()
71 boothowto |= RB_KMDB; in bootflags()
89 boothowto |= RB_ASKNAME; in bootflags()
92 boothowto |= RB_NOBOOTRC; in bootflags()
95 boothowto |= RB_CONFIG; in bootflags()
117 boothowto |= RB_HALT; in bootflags()
134 boothowto |= RB_KMDB; in bootflags()
181 boothowto |= RB_RECONFIG; in bootflags()
190 boothowto |= RB_SINGLE; in bootflags()
199 boothowto |= RB_VERBOSE; in bootflags()
[all …]
H A Dkobj_kdi.c149 if (boothowto & RB_DEBUG) in kobj_kdi_mod_notify()
154 if (boothowto & RB_DEBUG) in kobj_kdi_mod_notify()
/illumos-gate/usr/src/psm/stand/boot/sparc/common/
H A Dbootflags.c114 boothowto |= RB_ASKNAME; in bootflags()
118 boothowto |= RB_DEBUGENTER; in bootflags()
121 boothowto |= RB_VERBOSE; in bootflags()
124 boothowto |= RB_HALT; in bootflags()
129 boothowto |= RB_KMDB; in bootflags()
171 if (c == '?' || (boothowto & in bootflags()
179 if (boothowto & RB_ASKNAME) in bootflags()
186 if (boothowto & RB_DEBUGENTER) in bootflags()
188 if (boothowto & RB_KMDB) in bootflags()
190 if (boothowto & RB_VERBOSE) in bootflags()
[all …]
H A Dboot_plat.c102 int boothowto = 0; variable
171 if (boothowto & RB_ASKNAME) { in post_mountroot()
180 if (boothowto & RB_HALT) { in post_mountroot()
203 boothowto |= RB_ASKNAME; in post_mountroot()
210 if ((go2 = readfile(fd, boothowto & RB_VERBOSE)) != in post_mountroot()
215 boothowto |= RB_ASKNAME; in post_mountroot()
219 if (boothowto & RB_HALT) { in post_mountroot()
578 boothowto |= RB_KMDB; in main()
H A Dinetboot.c99 if (boothowto & RB_ASKNAME) { in post_mountroot_nfs()
118 if (boothowto & RB_HALT) { in post_mountroot_nfs()
166 boothowto |= RB_ASKNAME; in post_mountroot_nfs()
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dnfsops.c102 if ((boothowto & DBFLAGS) == DBFLAGS) in boot_nfs_closeall()
162 if ((boothowto & DBFLAGS) == DBFLAGS) in boot_nfs_open()
205 if ((boothowto & DBFLAGS) == DBFLAGS) in boot_nfs_open()
216 if ((boothowto & DBFLAGS) == DBFLAGS) in boot_nfs_open()
232 if ((boothowto & DBFLAGS) == DBFLAGS) in boot_nfs_close()
270 if ((boothowto & DBFLAGS) == DBFLAGS) in boot_nfs_read()
296 if ((boothowto & DBFLAGS) == DBFLAGS) in boot_nfs_read()
312 if ((boothowto & DBFLAGS) == DBFLAGS) in boot_nfs_lseek()
376 if ((boothowto & DBFLAGS) == DBFLAGS) { in boot_nfs_fstat()
427 if ((boothowto & DBFLAGS) == DBFLAGS) in boot_nfs_fstat()
[all …]
H A Dbootparams.c69 #define dprintf if (boothowto & RB_DEBUG) printf
151 if (printed_waiting_msg && (boothowto & RB_VERBOSE)) in whoami()
165 if (boothowto & RB_VERBOSE) in whoami()
181 if (boothowto & RB_VERBOSE) in whoami()
310 (boothowto & RB_VERBOSE)) { in getfile()
H A Dnfs2ops.c49 #define dprintf if (boothowto & RB_DEBUG) printf
154 if ((boothowto & DBFLAGS) == DBFLAGS) in nfsread()
232 if ((boothowto & DBFLAGS) == DBFLAGS) in nfsgetattr()
245 if (!(boothowto & RB_DEBUG)) in nfs_error()
H A Dmount.c253 if (boothowto & RB_VERBOSE) { in setup_root_vars()
274 if (!(boothowto & RB_DEBUG)) in mnt3_error()
585 if (boothowto & RB_VERBOSE) in boot_nfs_mountroot()
589 if (boothowto & RB_VERBOSE) in boot_nfs_mountroot()
598 if (boothowto & RB_VERBOSE) in boot_nfs_mountroot()
644 if (boothowto & RB_VERBOSE) { in boot_nfs_mountroot()
/illumos-gate/usr/src/stand/sys/
H A Dbootdebug.h50 extern int boothowto; /* What boot options are set */
53 #define dprintf if (boothowto & RB_DEBUG) printf
64 { if ((boothowto & DBFLAGS) == DBFLAGS) printf args; }
/illumos-gate/usr/src/boot/i386/libi386/
H A Delf32_freebsd.c58 int boothowto, err, bootdev; in elf32_exec() local
64 err = bi_load32(fp->f_args, &boothowto, &bootdev, &bootinfop, &modulep, &kernend); in elf32_exec()
74 __exec((void *)entry, boothowto, bootdev, 0, 0, 0, bootinfop, modulep, kernend); in elf32_exec()
/illumos-gate/usr/src/stand/lib/fs/hsfs/
H A Dhsfsops.c167 if ((boothowto & RB_DEBUG) && (boothowto & RB_VERBOSE)) in find()
463 if ((boothowto & RB_DEBUG) && (boothowto & RB_VERBOSE)) in boot_hsfs_mountroot()
534 if ((boothowto & RB_DEBUG) && (boothowto & RB_VERBOSE)) { in boot_hsfs_mountroot()
594 if ((boothowto & RB_DEBUG) && (boothowto & RB_VERBOSE)) in boot_hsfs_open()
603 if ((boothowto & RB_DEBUG) && (boothowto & RB_VERBOSE)) in boot_hsfs_open()
678 if ((boothowto & RB_DEBUG) && (boothowto & RB_VERBOSE)) in boot_hsfs_close()
880 if ((boothowto & RB_DEBUG) && in parse_susp()
881 (boothowto & RB_VERBOSE)) in parse_susp()
901 if ((boothowto & RB_DEBUG) && in parse_susp()
902 (boothowto & RB_VERBOSE)) in parse_susp()
[all …]
/illumos-gate/usr/src/boot/efi/loader/arch/i386/
H A Delf32_freebsd.c68 int boothowto, err, bootdev; in elf32_exec() local
75 err = bi_load(fp->f_args, &boothowto, &bootdev, &bootinfop, &modulep, &kernend); in elf32_exec()
87 __exec((void *)entry, boothowto, bootdev, 0, 0, 0, bootinfop, modulep, kernend); in elf32_exec()
/illumos-gate/usr/src/uts/sun4/os/
H A Dforthdebug.c107 forthdebug_dbp |= boothowto & RB_FORTHDEBUGDBP; in forthdebug_init()
108 forthdebug |= (boothowto & RB_FORTHDEBUG) | forthdebug_dbp; in forthdebug_init()
183 if (boothowto & RB_HALT) in forthdebug_init()
/illumos-gate/usr/src/uts/common/os/
H A Dswapgeneric.c263 if (boothowto & RB_ASKNAME) { in getfsname()
515 if (err != 0 && (boothowto & RB_ASKNAME)) in loadrootmodules()
598 if (boothowto & RB_ASKNAME) { in getfstype()
663 boothowto |= RB_ASKNAME | RB_VERBOSE; in getphysdev()
670 if (boothowto & RB_ASKNAME) { in getphysdev()
686 boothowto |= RB_ASKNAME | RB_VERBOSE; in getphysdev()
695 if (boothowto & RB_ASKNAME) in getphysdev()
H A Dpanic.c349 if (((boothowto & RB_DEBUG) || obpdebug) && in panicsys()
382 } else if (((boothowto & RB_DEBUG) || obpdebug) && !nopanicdebug) { in panicsys()
/illumos-gate/usr/src/stand/lib/fs/ufs/
H A Dlufsboot.c219 extern int boothowto;
489 if (boothowto & RB_VERBOSE) in lufs_boot_init()
572 if (boothowto & RB_VERBOSE) in lufs_boot_init()
577 if (boothowto & RB_VERBOSE) in lufs_boot_init()
581 if (boothowto & RB_VERBOSE) in lufs_boot_init()
/illumos-gate/usr/src/uts/i86pc/os/
H A Dmlsetup.c396 if (boothowto & RB_DEBUG) in mlsetup()
418 if (boothowto & RB_DEBUGENTER) in mlsetup()
492 if (boothowto & RB_HALT) { in mlsetup()
/illumos-gate/usr/src/uts/intel/promif/
H A Dprom_enter.c44 if (boothowto & RB_DEBUG) in prom_enter_mon()
H A Dprom_exit.c51 if (boothowto & RB_DEBUG) in prom_exit_to_mon()
/illumos-gate/usr/src/uts/sun4u/io/
H A Dtodmostek.c88 } else if (boothowto & RB_DEBUG) { in _init()
187 (boothowto & RB_DEBUG)) in todm_set_watchdog_timer()
H A Dpmc.c75 extern int boothowto;
163 } else if (boothowto & RB_DEBUG) { in _init()
/illumos-gate/usr/src/uts/i86pc/promif/
H A Dprom_panic.c44 if (boothowto & RB_DEBUG) in prom_panic()
/illumos-gate/usr/src/psm/stand/sys/
H A Dboot.h49 extern int boothowto;
/illumos-gate/usr/src/uts/common/sys/
H A Dreboot.h72 extern int boothowto;

1234