OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bootverbose
(Results
1 - 25
of
45
) sorted by relevancy
1
2
/src/sys/arch/ia64/ia64/
sal.c
113
if (
bootverbose
)
117
if (
bootverbose
)
161
if (
bootverbose
)
machdep.c
185
if (
bootverbose
) {
364
if (
bootverbose
) {
/src/sys/dev/ic/
aic7xxx_seeprom.c
62
#include <sys/reboot.h> /* for AB_* needed by
bootverbose
*/
133
if (
bootverbose
)
148
if (
bootverbose
) {
198
if (
bootverbose
)
234
if (
bootverbose
)
402
if (
bootverbose
)
410
if (
bootverbose
)
436
if (
bootverbose
449
if (
bootverbose
)
496
if (
bootverbose
) {
[
all
...]
aic7xxx.c
1988
if (
bootverbose
) {
2058
if (
bootverbose
) {
2413
if (
bootverbose
) {
2465
if (
bootverbose
) {
2485
if (
bootverbose
) {
2512
if (
bootverbose
) {
3071
if (
bootverbose
) {
3101
if (
bootverbose
3144
if (
bootverbose
) {
3172
if (
bootverbose
[
all
...]
/src/sys/arch/hpcmips/dev/
mq200priv.h
91
#define VPRINTF(fmt, args...) do { if (
bootverbose
|| mq200_debug) printf("mq200: " fmt, ##args); } while(0)
94
#define VPRINTF(fmt, args...) do { if (
bootverbose
) printf("mq200: " fmt, ##args); } while(0)
ite8181.c
67
#define VPRINTF(arg) if (
bootverbose
|| ite8181_debug) printf arg
68
#define VPRINTFN(n, arg) if (
bootverbose
|| ite8181_debug > (n)) printf arg
72
#define VPRINTF(arg) if (
bootverbose
) printf arg
73
#define VPRINTFN(n, arg) if (
bootverbose
) printf arg
mq200.c
143
if (
bootverbose
) {
197
if (sc->sc_md == NULL ||
bootverbose
) {
/src/sys/arch/hpcmips/vr/
com_vrip.c
75
#define VPRINTF(arg) if (com_vrip_debug ||
bootverbose
) printf arg;
78
#define VPRINTF(arg) if (
bootverbose
) printf arg;
vrgiu.c
77
if (
bootverbose
|| vrgiu_debug & flag) printf arg;
79
if (
bootverbose
|| vrgiu_debug & flag) vrgiu_dump_io(sc);
81
if (
bootverbose
|| vrgiu_debug & flag) vrgiu_dump_iosetting(sc);
86
#define VPRINTF(flag, arg) if (
bootverbose
) printf arg;
87
#define VDUMP_IO(flag, sc) if (
bootverbose
) vrgiu_dump_io(sc);
89
if (
bootverbose
) vrgiu_dump_iosetting(sc);
vrc4172pwm.c
54
#define VPRINTF(arg) if (
bootverbose
||vrc4172pwmdebug) printf arg;
55
#define VDUMPREG(arg) if (
bootverbose
||vrc4172pwmdebug) vrc4172pwm_dumpreg(arg);
58
#define VPRINTF(arg) if (
bootverbose
) printf arg;
59
#define VDUMPREG(arg) if (
bootverbose
) vrc4172pwm_dumpreg(arg);
vrled.c
50
#define VPRINTF(arg) if (
bootverbose
||vrleddebug) printf arg;
53
#define VPRINTF(arg) if (
bootverbose
) printf arg;
vrc4172gpio.c
71
if (
bootverbose
) \
228
if (
bootverbose
|| DBG(DBG_INFO)) {
283
if (
bootverbose
|| DBG(DBG_INFO)) {
656
if (
bootverbose
|| DBG(DBG_INFO))
vrpiu.c
72
#define VPRINTF(arg) if (
bootverbose
|| vrpiu_debug) printf arg;
75
#define VPRINTF(arg) if (
bootverbose
) printf arg;
829
if (
bootverbose
)
/src/sys/dev/hpc/
pwctl.c
66
#define VPRINTF(arg) if (
bootverbose
) printf arg;
69
#define VPRINTF(arg) if (
bootverbose
) printf arg;
/src/sys/arch/ia64/acpi/
madt.c
144
if (
bootverbose
)
158
if (
bootverbose
)
170
if (
bootverbose
)
/src/sys/arch/i386/isa/
ahc_isa.c
441
if (
bootverbose
) {
486
if (
bootverbose
)
493
if(
bootverbose
)
496
} else if (
bootverbose
) {
502
if (
bootverbose
)
/src/sys/dev/pci/bktr/
bktr_audio.c
536
if (
bootverbose
)printf ("%s: Result of autodetect after %dms: %d\n",
549
if (
bootverbose
)printf ("%s: Stereo reg 0x18 a: %d\n",
553
if (
bootverbose
)printf ("%s: Stereo reg 0x18 b: %d\n",
557
if (
bootverbose
)printf ("%s: Stereo reg 0x18 c: %d\n",
567
if (
bootverbose
) printf ("%s: Bilingual mode detected\n",
599
if (
bootverbose
) printf ("%s: Unknown autodetection result value: %d\n",
bktr_os.c
416
if (
bootverbose
) printf("Using 430 FX chipset compatibility mode\n");
421
if (
bootverbose
) printf("Using SiS/VIA chipset compatibility mode\n");
444
if (
bootverbose
) {
455
if (
bootverbose
) {
1007
if (
bootverbose
) printf("Using 430 FX chipset compatibility mode\n");
1012
if (
bootverbose
) printf("Using SiS/VIA chipset compatibility mode\n");
1035
if (
bootverbose
) {
1046
if (
bootverbose
) {
1536
if (
bootverbose
) {
bktr_card.c
582
if (
bootverbose
)
649
if (
bootverbose
)
797
if (
bootverbose
) {
/src/sys/arch/hpcsh/dev/hd64465/
hd64465.c
101
if (
bootverbose
)
/src/sys/arch/hpcmips/isa/
isa_machdep.c
66
#define VPRINTF(arg) if (
bootverbose
|| vrisa_debug) printf arg;
70
#define VPRINTF(arg) if (
bootverbose
) printf arg;
/src/sys/dev/pci/
ahd_pci.c
829
if (
bootverbose
)
838
if (
bootverbose
)
845
if (
bootverbose
)
854
if (
bootverbose
)
877
if (
bootverbose
) {
/src/sys/arch/hpcsh/dev/hd64461/
hd64461.c
104
if (
bootverbose
)
/src/sys/dev/hyperv/
vmbusic.c
201
if (
bootverbose
|| !has_fw_ver || !has_msg_ver) {
/src/sys/fs/nfs/common/
nfs_lock.c
205
if (
bootverbose
)
Completed in 27 milliseconds
1
2
Indexes created Mon Oct 27 04:09:48 GMT 2025