HomeSort by: relevance | last modified time | path
    Searched defs:VPRINTF (Results 1 - 25 of 38) sorted by relevancy

1 2

  /src/sys/arch/arm/arm32/
arm32_boot.c 158 #define VPRINTF(...) printf(__VA_ARGS__)
160 #define VPRINTF(...) __nothing
169 VPRINTF("nfreeblocks = %u, free_pages = %d (%#x)\n",
199 VPRINTF("bootstrap done.\n");
201 VPRINTF("vectors");
203 VPRINTF(" %#"PRIxVADDR"\n", vector_page);
213 VPRINTF("init subsystems: stacks ");
232 VPRINTF("vectors ");
238 VPRINTF("undefined ");
243 VPRINTF("vfp ")
    [all...]
arm32_kvminit.c 164 #define VPRINTF(...) printf(__VA_ARGS__)
166 #define VPRINTF(...) __nothing
222 VPRINTF("%s: kern_vtopdiff=%#lx\n", __func__, kern_vtopdiff);
229 VPRINTF("%s: kstartva=%#lx, kernelstart=%#lx\n", __func__, kstartva, kernelstart);
242 VPRINTF("%s: memstart=%#lx, memsize=%#lx\n", __func__,
244 VPRINTF("%s: kernelstart=%#lx, kernelend=%#lx\n", __func__,
254 VPRINTF("%s: memsize shrunk by a page to avoid ending at 4GB\n",
272 VPRINTF("%s: kernel phys start %#lx end %#lx\n", __func__, kernelstart,
286 VPRINTF("%s: adding %lu free pages: [%#lx..%#lx] (VA %#lx)\n",
299 VPRINTF("%s: adding %lu free pages: [%#lx..%#lx] (VA %#lx)\n"
    [all...]
  /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;
205 VPRINTF(("%s: pwctl %d\n", device_xname(self), vsc->sc_pwctl));
vrled.c 50 #define VPRINTF(arg) if (bootverbose||vrleddebug) printf arg;
53 #define VPRINTF(arg) if (bootverbose) printf arg;
vrc4172pwm.c 54 #define VPRINTF(arg) if (bootverbose||vrc4172pwmdebug) printf arg;
58 #define VPRINTF(arg) if (bootverbose) printf arg;
167 VPRINTF(("vrc4172pwmprobe: check platid\n"));
183 VPRINTF(("vrc4172pwmprobe:"
187 VPRINTF(("vrc4172pwmprobe: VRC2_PWM_LCDDUTYEN"
195 VPRINTF(("vrc4172pwmprobe: return %d\n", ret));
  /src/sys/arch/arm/arm/
cpu_subr.c 47 #define VPRINTF(...) printf(__VA_ARGS__)
49 #define VPRINTF(...) __nothing
82 VPRINTF("%s: starting secondary processors\n", __func__);
108 VPRINTF("%s: secondary processors hatched\n", __func__);
armv6_start.S 59 #define VPRINTF(string) bl generic_vprint; .asciz string; .align 2
63 #define VPRINTF(string) /* nothing */
124 VPRINTF("\n\rpc : ")
127 VPRINTF("\n\roff : ")
130 VPRINTF("\n\rsp : ")
141 VPRINTF("\n\rfdt : ")
148 VPRINTF("\n\rmidr : ")
151 VPRINTF("\n\rrevidr: ")
154 VPRINTF("\n\rmpidr : ")
157 VPRINTF("\n\rttb0 : "
    [all...]
  /src/sbin/fsck_v7fs/
fsck_v7fs.c 59 #define VPRINTF(fmt, args...) { if (verbose) printf(fmt, ##args); }
176 VPRINTF("partition=%d size=%d offset=%d fstype=%d secsize=%d\n",
  /src/sbin/newfs_v7fs/
main.c 57 #define VPRINTF(lv, fmt, args...) { if (v7fs_newfs_verbose >= lv) \
174 VPRINTF(4, "\nlast freeblock #%d\n",
181 VPRINTF(4, "last freeblock contains #%d\n",
211 VPRINTF(4, "Zero clear ilist.\n");
222 VPRINTF(4, "\n");
231 VPRINTF(4, "Setup inode cache.\n");
238 VPRINTF(4, "Setup free block cache.\n");
255 VPRINTF(4, "Setup whole freeblock list.\n");
265 VPRINTF(4, "done.\n");
287 VPRINTF(1, "volume size=%d, ilist size=%d, endian=%d, NAME_MAX=%d\n"
    [all...]
  /src/sys/arch/hpcarm/dev/
sed_saip.c 64 #define VPRINTF(arg) do { if (bootverbose) aprint_normal arg; } while (0)
66 #define VPRINTF(arg) /* nothing */
374 VPRINTF(("sed1356_ioctl: GET:BACKLIGHT\n"));
377 VPRINTF(("sed1356_ioctl: GET:(real)BACKLIGHT %d\n",
388 VPRINTF(("sed1356_ioctl: GET:BACKLIGHT:%d(%s)\n",
394 VPRINTF(("sed1356_ioctl: GET:CONTRAST\n"));
400 VPRINTF(("sed1356_ioctl: GET:CONTRAST max=%d,"
405 VPRINTF(("sed1356_ioctl: GET:CONTRAST EINVAL\n"));
409 VPRINTF(("sed1356_ioctl: GET:BRIGHTNESS\n"));
415 VPRINTF(("sed1356_ioctl: GET:BRIGHTNESS max=%d,
    [all...]
  /src/sys/dev/hpc/
pwctl.c 66 #define VPRINTF(arg) if (bootverbose) printf arg;
69 #define VPRINTF(arg) if (bootverbose) printf arg;
182 VPRINTF(("pwctl hardpower: port %d %s: %s(%d)\n", sc->sc_port,
bivideo.c 67 #define VPRINTF(arg) do { if (bootverbose) printf arg; } while (0)
69 #define VPRINTF(arg) /* nothing */
445 VPRINTF(("bivideo_ioctl: GET:BACKLIGHT\n"));
448 VPRINTF(("bivideo_ioctl: GET:(real)BACKLIGHT %d\n",
457 VPRINTF(("bivideo_ioctl: GET:BACKLIGHT:%d(%s)\n",
463 VPRINTF(("bivideo_ioctl: GET:CONTRAST\n"));
469 VPRINTF(("bivideo_ioctl: GET:CONTRAST max=%d, current=%d\n", sc->sc_max_contrast, sc->sc_contrast));
472 VPRINTF(("bivideo_ioctl: GET:CONTRAST EINVAL\n"));
477 VPRINTF(("bivideo_ioctl: GET:BRIGHTNESS\n"));
483 VPRINTF(("bivideo_ioctl: GET:BRIGHTNESS max=%d, current=%d\n", sc->sc_max_brightness, sc->sc_brightness))
    [all...]
  /src/usr.sbin/makefs/v7fs/
v7fs_estimate.c 63 #define VPRINTF(fmt, args...) { if (v7fs_newfs_verbose) printf(fmt, ##args); }
185 VPRINTF("datablock:%d ilistblock:%d total:%d\n", geom->ndatablock,
198 VPRINTF("size=%lld inodes=%lld fd=%d superb=%p onlyspec=%d\n",
201 VPRINTF("minsize=%lld maxsize=%lld freefiles=%lld freefilepc=%d "
v7fs_populate.c 64 #define VPRINTF(fmt, args...) { if (v7fs_newfs_verbose) printf(fmt, ##args); }
207 VPRINTF("%x\n", cur->flags & S_IFMT);
  /src/sys/arch/cats/cats/
cats_machdep.c 92 #define VPRINTF(...) printf(__VA_ARGS__)
94 #define VPRINTF(...) __nothing
281 VPRINTF("bootinfo @ %p\n", arm_bootargs);
282 VPRINTF("bt_magic = 0x%08x\n", ebsabootinfo.bt_magic);
283 VPRINTF("bt_vargp = 0x%08x\n", ebsabootinfo.bt_vargp);
284 VPRINTF("bt_pargp = 0x%08x\n", ebsabootinfo.bt_pargp);
285 VPRINTF("bt_args @ %p, contents = \"%s\"\n", ebsabootinfo.bt_args, ebsabootinfo.bt_args);
286 VPRINTF("bt_l1 = %p\n", ebsabootinfo.bt_l1);
288 VPRINTF("bt_memstart = 0x%08x\n", ebsabootinfo.bt_memstart);
289 VPRINTF("bt_memend = 0x%08x\n", ebsabootinfo.bt_memend)
    [all...]
  /src/sys/arch/aarch64/aarch64/
pmapboot.c 156 #define VPRINTF(fmt, args...) \
159 #define VPRINTF(fmt, args...) __nothing
241 VPRINTF("pmapboot_enter: va=0x%lx, pa=0x%lx, size=0x%lx, "
280 VPRINTF("pmapboot_enter: "
325 VPRINTF("pmapboot_enter: "
369 VPRINTF("pmapboot_enter: "
489 VPRINTF("Creating L3 tables: %016lx-%016lx : %016lx-%016lx\n",
502 VPRINTF("Creating L2 tables: %016lx-%016lx : %016lx-%016lx\n",
513 VPRINTF("Creating L1 tables: %016lx-%016lx : %016lx-%016lx\n",
524 VPRINTF("Creating L2 tables: %016lx-%016lx : %016lx-%016lx\n"
    [all...]
pmap_machdep.c 58 #define VPRINTF(...) printf(__VA_ARGS__)
60 #define VPRINTF(...) __nothing
428 VPRINTF("common ");
431 VPRINTF("tlb0 ");
435 VPRINTF("kcpusets ");
445 VPRINTF("nkmempages ");
483 VPRINTF("\nlimits: %" PRIxVADDR " - %" PRIxVADDR "\n", vstart, vend);
488 VPRINTF("kva : %" PRIxVADDR " - %" PRIxVADDR "\n", kvmstart,
517 VPRINTF("done\n");
cpu.c 71 #define VPRINTF(...) printf(__VA_ARGS__)
73 #define VPRINTF(...) __nothing
  /src/sys/arch/arm/nxp/
imx6_platform.c 74 #define VPRINTF(...) printf(__VA_ARGS__)
76 #define VPRINTF(...) __nothing
203 VPRINTF("timer already present\n");
206 VPRINTF("creating timer fdt@%p", fdt_data);
208 VPRINTF(" soc_node %d", soc_node);
212 VPRINTF(" timer_node %d\n", timer_node);
  /src/sys/arch/hpcmips/dev/
ite8181.c 67 #define VPRINTF(arg) if (bootverbose || ite8181_debug) printf arg
72 #define VPRINTF(arg) if (bootverbose) printf arg
233 VPRINTF(("ite8181_probe: vendor id=%04lx product id=%04lx\n",
334 VPRINTF(("ite8171_lcd_control_disable!: %s\n", on?"on":"off"));
691 VPRINTF(("ite8181_ioctl: GET:BACKLIGHT\n"));
694 VPRINTF(("ite8181_ioctl: GET:(real)BACKLIGHT %d\n",
705 VPRINTF(("ite8181_ioctl: GET:BACKLIGHT:%d(%s)\n",
711 VPRINTF(("ite8181_ioctl: GET:CONTRAST\n"));
717 VPRINTF(("ite8181_ioctl: GET:CONTRAST max=%d,"
722 VPRINTF(("ite8181_ioctl:
    [all...]
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)
  /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;
257 VPRINTF(("ISA IRQ %d -> %s port %d, %s\n",
  /src/sys/arch/evbarm/bcm53xx/
bcm53xx_machdep.c 118 #define VPRINTF(...) printf(__VA_ARGS__)
120 #define VPRINTF(...) __nothing
282 VPRINTF("devmap\n");
286 VPRINTF("bootstrap\n");
297 VPRINTF("consinit ");
299 VPRINTF("ok\n");
  /src/sys/arch/riscv/riscv/
pmap_machdep.c 51 #define VPRINTF(...) printf(__VA_ARGS__)
53 #define VPRINTF(...) __nothing
311 VPRINTF("common ");
315 VPRINTF("cpusets ");
320 VPRINTF("bs_pde %p ", bootstrap_pde);
337 VPRINTF("ASID max %x ", pmap_tlb0_info.ti_asid_max);
340 VPRINTF("kcpusets ");
351 VPRINTF("nkmempages ");
390 VPRINTF("limits: %" PRIxVADDR " - %" PRIxVADDR "\n", vstart, vend);
395 VPRINTF("kva : %" PRIxVADDR " - %" PRIxVADDR "\n", kvmstart
    [all...]
cpu_subr.c 55 #define VPRINTF(...) printf(__VA_ARGS__)
57 #define VPRINTF(...) __nothing
107 VPRINTF("%s: starting secondary processors\n", __func__);
136 VPRINTF("%s: secondary processors hatched. %d running\n", __func__,

Completed in 22 milliseconds

1 2