/titanic_50/usr/src/uts/common/krtld/ |
H A D | kobj_bootflags.c | 54 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() 98 boothowto |= RB_DEBUGENTER; in bootflags() 111 boothowto |= RB_FORTHDEBUG; in bootflags() 114 boothowto |= RB_FORTHDEBUGDBP; in bootflags() 117 boothowto |= RB_HALT; in bootflags() 134 boothowto |= RB_KMDB; in bootflags() [all …]
|
H A D | kobj_kdi.c | 151 if (boothowto & RB_DEBUG) in kobj_kdi_mod_notify() 156 if (boothowto & RB_DEBUG) in kobj_kdi_mod_notify()
|
/titanic_50/usr/src/psm/stand/boot/sparc/common/ |
H A D | bootflags.c | 130 boothowto |= RB_ASKNAME; in bootflags() 134 boothowto |= RB_DEBUGENTER; in bootflags() 137 boothowto |= RB_VERBOSE; in bootflags() 140 boothowto |= RB_HALT; in bootflags() 145 boothowto |= RB_KMDB; in bootflags() 188 if (c == '?' || (boothowto & in bootflags() 196 if (boothowto & RB_ASKNAME) in bootflags() 203 if (boothowto & RB_DEBUGENTER) in bootflags() 205 if (boothowto & RB_KMDB) in bootflags() 207 if (boothowto & RB_VERBOSE) in bootflags() [all …]
|
H A D | boot_plat.c | 101 int boothowto = 0; variable 170 if (boothowto & RB_ASKNAME) { in post_mountroot() 179 if (boothowto & RB_HALT) { in post_mountroot() 202 boothowto |= RB_ASKNAME; in post_mountroot() 209 if ((go2 = readfile(fd, boothowto & RB_VERBOSE)) != in post_mountroot() 214 boothowto |= RB_ASKNAME; in post_mountroot() 218 if (boothowto & RB_HALT) { in post_mountroot() 593 boothowto |= RB_KMDB; in main()
|
H A D | inetboot.c | 99 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()
|
/titanic_50/usr/src/stand/lib/fs/nfs/ |
H A D | nfsops.c | 66 #define dprintf if (boothowto & RB_DEBUG) printf 102 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() [all …]
|
H A D | bootparams.c | 71 #define dprintf if (boothowto & RB_DEBUG) printf 153 if (printed_waiting_msg && (boothowto & RB_VERBOSE)) in whoami() 167 if (boothowto & RB_VERBOSE) in whoami() 183 if (boothowto & RB_VERBOSE) in whoami() 312 (boothowto & RB_VERBOSE)) { in getfile()
|
H A D | nfs2ops.c | 49 #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 D | mount.c | 255 if (boothowto & RB_VERBOSE) { in setup_root_vars() 276 if (!(boothowto & RB_DEBUG)) in mnt3_error() 587 if (boothowto & RB_VERBOSE) in boot_nfs_mountroot() 591 if (boothowto & RB_VERBOSE) in boot_nfs_mountroot() 600 if (boothowto & RB_VERBOSE) in boot_nfs_mountroot() 646 if (boothowto & RB_VERBOSE) { in boot_nfs_mountroot()
|
H A D | nfs3ops.c | 49 #define dprintf if (boothowto & RB_DEBUG) printf 158 if ((boothowto & DBFLAGS) == DBFLAGS) in nfs3read() 249 if (!(boothowto & RB_DEBUG)) in nfs3_error()
|
/titanic_50/usr/src/stand/sys/ |
H A D | bootdebug.h | 50 extern int boothowto; /* What boot options are set */ 53 #define dprintf if (boothowto & RB_DEBUG) printf 64 { if ((boothowto & DBFLAGS) == DBFLAGS) printf args; }
|
H A D | bootsyms.h | 82 extern int boothowto;
|
/titanic_50/usr/src/stand/lib/fs/hsfs/ |
H A D | hsfsops.c | 167 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 …]
|
/titanic_50/usr/src/uts/sun4/os/ |
H A D | forthdebug.c | 107 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()
|
/titanic_50/usr/src/uts/common/os/ |
H A D | swapgeneric.c | 263 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 D | panic.c | 349 if (((boothowto & RB_DEBUG) || obpdebug) && in panicsys() 395 } else if (((boothowto & RB_DEBUG) || obpdebug) && !nopanicdebug) { in panicsys()
|
/titanic_50/usr/src/uts/intel/ia32/promif/ |
H A D | prom_enter.c | 50 if (boothowto & RB_DEBUG) in prom_enter_mon()
|
H A D | prom_exit.c | 57 if (boothowto & RB_DEBUG) in prom_exit_to_mon()
|
H A D | prom_panic.c | 51 if (boothowto & RB_DEBUG) in prom_panic()
|
/titanic_50/usr/src/uts/i86pc/os/ |
H A D | mlsetup.c | 360 if (boothowto & RB_DEBUG) in mlsetup() 377 if (boothowto & RB_DEBUGENTER) in mlsetup() 456 if (boothowto & RB_HALT) { in mlsetup()
|
/titanic_50/usr/src/stand/lib/fs/ufs/ |
H A D | lufsboot.c | 221 extern int boothowto; 491 if (boothowto & RB_VERBOSE) in lufs_boot_init() 574 if (boothowto & RB_VERBOSE) in lufs_boot_init() 579 if (boothowto & RB_VERBOSE) in lufs_boot_init() 583 if (boothowto & RB_VERBOSE) in lufs_boot_init()
|
/titanic_50/usr/src/psm/stand/sys/ |
H A D | boot.h | 49 extern int boothowto;
|
/titanic_50/usr/src/uts/sun4u/io/ |
H A D | todmostek.c | 88 } else if (boothowto & RB_DEBUG) { in _init() 187 (boothowto & RB_DEBUG)) in todm_set_watchdog_timer()
|
H A D | pmc.c | 75 extern int boothowto; 163 } else if (boothowto & RB_DEBUG) { in _init()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | reboot.h | 72 extern int boothowto;
|