Searched refs:boothowto (Results 1 - 25 of 90) sorted by relevance

1234

/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; }
H A Dbootsyms.h82 extern int boothowto;
/illumos-gate/usr/src/uts/common/krtld/
H A Dkobj_bootflags.c54 boothowto |= RB_ASKNAME;
71 boothowto |= RB_KMDB;
89 boothowto |= RB_ASKNAME;
92 boothowto |= RB_NOBOOTRC;
95 boothowto |= RB_CONFIG;
98 boothowto |= RB_DEBUGENTER;
111 boothowto |= RB_FORTHDEBUG;
114 boothowto |= RB_FORTHDEBUGDBP;
117 boothowto |= RB_HALT;
134 boothowto |
[all...]
H A Dkobj_kdi.c151 if (boothowto & RB_DEBUG)
156 if (boothowto & RB_DEBUG)
/illumos-gate/usr/src/psm/stand/boot/sparc/common/
H A Dbootflags.c49 * Parse the boot arguments, adding the options found to the existing boothowto
53 * NOTE: boothowto may already have bits set when this function is called
130 boothowto |= RB_ASKNAME;
134 boothowto |= RB_DEBUGENTER;
137 boothowto |= RB_VERBOSE;
140 boothowto |= RB_HALT;
145 boothowto |= RB_KMDB;
188 if (c == '?' || (boothowto &
196 if (boothowto & RB_ASKNAME)
203 if (boothowto
[all...]
H A Dboot_plat.c101 int boothowto = 0; variable
170 if (boothowto & RB_ASKNAME) {
179 if (boothowto & RB_HALT) {
202 boothowto |= RB_ASKNAME;
209 if ((go2 = readfile(fd, boothowto & RB_VERBOSE)) !=
214 boothowto |= RB_ASKNAME;
218 if (boothowto & RB_HALT) {
593 boothowto |= RB_KMDB;
H A Dinetboot.c99 if (boothowto & RB_ASKNAME) {
118 if (boothowto & RB_HALT) {
166 boothowto |= RB_ASKNAME;
/illumos-gate/usr/src/psm/stand/sys/
H A Dboot.h49 extern int boothowto;
/illumos-gate/usr/src/uts/intel/ia32/promif/
H A Dprom_enter.c50 if (boothowto & RB_DEBUG)
H A Dprom_exit.c57 if (boothowto & RB_DEBUG)
H A Dprom_panic.c51 if (boothowto & RB_DEBUG)
/illumos-gate/usr/src/boot/sys/boot/efi/loader/arch/i386/
H A Delf32_freebsd.c68 int boothowto, err, bootdev; local
74 err = bi_load(fp->f_args, &boothowto, &bootdev, &bootinfop, &modulep, &kernend);
84 __exec((void *)entry, boothowto, bootdev, 0, 0, 0, bootinfop, modulep, kernend);
/illumos-gate/usr/src/boot/sys/boot/i386/libi386/
H A Delf32_freebsd.c59 int boothowto, err, bootdev; local
65 err = bi_load32(fp->f_args, &boothowto, &bootdev, &bootinfop, &modulep, &kernend);
75 __exec((void *)entry, boothowto, bootdev, 0, 0, 0, bootinfop, modulep, kernend);
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dnfsops.c66 #define dprintf if (boothowto & RB_DEBUG) printf
102 if ((boothowto & DBFLAGS) == DBFLAGS)
162 if ((boothowto & DBFLAGS) == DBFLAGS)
205 if ((boothowto & DBFLAGS) == DBFLAGS)
216 if ((boothowto & DBFLAGS) == DBFLAGS)
232 if ((boothowto & DBFLAGS) == DBFLAGS)
270 if ((boothowto & DBFLAGS) == DBFLAGS)
296 if ((boothowto & DBFLAGS) == DBFLAGS)
312 if ((boothowto & DBFLAGS) == DBFLAGS)
376 if ((boothowto
[all...]
H A Dbootparams.c71 #define dprintf if (boothowto & RB_DEBUG) printf
153 if (printed_waiting_msg && (boothowto & RB_VERBOSE))
167 if (boothowto & RB_VERBOSE)
183 if (boothowto & RB_VERBOSE)
312 (boothowto & RB_VERBOSE)) {
H A Dnfs2ops.c49 #define dprintf if (boothowto & RB_DEBUG) printf
154 if ((boothowto & DBFLAGS) == DBFLAGS)
232 if ((boothowto & DBFLAGS) == DBFLAGS)
245 if (!(boothowto & RB_DEBUG))
H A Dpathname.c56 #define dprintf if (boothowto & RB_DEBUG) printf
H A Dmount.c255 if (boothowto & RB_VERBOSE) {
276 if (!(boothowto & RB_DEBUG))
587 if (boothowto & RB_VERBOSE)
591 if (boothowto & RB_VERBOSE)
600 if (boothowto & RB_VERBOSE)
646 if (boothowto & RB_VERBOSE) {
H A Dnfs3ops.c49 #define dprintf if (boothowto & RB_DEBUG) printf
158 if ((boothowto & DBFLAGS) == DBFLAGS)
249 if (!(boothowto & RB_DEBUG))
/illumos-gate/usr/src/boot/sys/boot/userboot/userboot/
H A Delf32_freebsd.c62 int boothowto, err, bootdev; local
70 err = bi_load32(fp->f_args, &boothowto, &bootdev, &bootinfop, &modulep, &kernend);
93 *--sp = boothowto;
/illumos-gate/usr/src/uts/common/sys/
H A Dreboot.h72 extern int boothowto;
/illumos-gate/usr/src/uts/sun4/os/
H A Dforthdebug.c107 forthdebug_dbp |= boothowto & RB_FORTHDEBUGDBP;
108 forthdebug |= (boothowto & RB_FORTHDEBUG) | forthdebug_dbp;
183 if (boothowto & RB_HALT)
/illumos-gate/usr/src/stand/lib/fs/hsfs/
H A Dhsfsops.c167 if ((boothowto & RB_DEBUG) && (boothowto & RB_VERBOSE))
463 if ((boothowto & RB_DEBUG) && (boothowto & RB_VERBOSE))
534 if ((boothowto & RB_DEBUG) && (boothowto & RB_VERBOSE)) {
594 if ((boothowto & RB_DEBUG) && (boothowto & RB_VERBOSE))
603 if ((boothowto & RB_DEBUG) && (boothowto
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Dswapgeneric.c308 if (boothowto & RB_ASKNAME) {
576 if (err != 0 && (boothowto & RB_ASKNAME))
659 if (boothowto & RB_ASKNAME) {
724 boothowto |= RB_ASKNAME | RB_VERBOSE;
731 if (boothowto & RB_ASKNAME) {
747 boothowto |= RB_ASKNAME | RB_VERBOSE;
756 if (boothowto & RB_ASKNAME)
/illumos-gate/usr/src/uts/i86pc/os/
H A Dmlsetup.c363 if (boothowto & RB_DEBUG)
380 if (boothowto & RB_DEBUGENTER)
459 if (boothowto & RB_HALT) {

Completed in 117 milliseconds

1234