/src/tools/compat/ |
dprintf.c | 1 /* $NetBSD: dprintf.c,v 1.2 2013/03/05 16:29:09 christos Exp $ */ 46 dprintf(int fd, const char *fmt, ...) function in typeref:typename:int 74 dprintf(1, "Hello %s\n", "world");
|
/src/usr.bin/fstat/ |
fstat.h | 54 #define dprintf if (vflg) warnx macro
|
/src/usr.bin/shlock/ |
shlock.c | 101 #define dprintf if (Debug) printf macro 136 dprintf("%s: temporary filename: %s\n", Pname, tempname); 183 dprintf("%s: process %jd is ", Pname, (intmax_t)pid); 185 dprintf("invalid\n"); 191 dprintf("dead %jd\n", (intmax_t)pid); 194 dprintf("alive\n"); 197 dprintf("state unknown: %s\n", strerror(errno)); 201 dprintf("alive\n"); 228 dprintf("%s: checking extant lock <%s>\n", Pname, file); 246 dprintf("%s: lock file format error\n", Pname) [all...] |
/src/sbin/restore/ |
restore.h | 164 #define dprintf if (dflag) fprintf macro
|
/src/sys/arch/amiga/stand/bootblock/elf2bb/ |
elf2bb.c | 67 #define dprintf(x) if (debug) printf x macro 69 #define dprintf(x) macro 149 dprintf(("%04x sections, offset %08x\n", be16toh(eh->e_shnum), 165 dprintf((" name type flags" 170 dprintf(("%2d: %08x %-16s %08x %08x %08x %08x %08x %08x\n", i, 204 dprintf(("tsz = 0x%x, dsz = 0x%x, bsz = 0x%x, total 0x%x\n", 210 dprintf(("%d relocs\n", trsz / 12)); 257 dprintf(("vaddr 0x%04x size 0x%04x offset 0x%04x section %s\n", 342 dprintf(("reloc %04x info %04x (type %d sym %d) add 0x%x val %x\n", 377 dprintf(("%d PC-relative relocations, %d 32-bit relocations\n" [all...] |
/src/sys/arch/mips/cavium/dev/ |
if_cnmacvar.h | 5 #define dprintf printf macro 7 #define dprintf(...) macro
|
octeon_gmx.c | 74 #define dprintf(...) macro 584 dprintf("accept broadcast\n"); 588 dprintf("promiscuous (reject cam)\n"); 591 dprintf("not promiscuous (accept cam)\n"); 605 dprintf("%d: lo(%02x:%02x:%02x:%02x:%02x:%02x) - " 615 dprintf("all multicast\n"); 646 dprintf("cam%d = 0x%016lx\n", i, 660 dprintf("accept all multicast\n"); 665 dprintf("use cam\n"); 670 dprintf("reject all multicast\n") [all...] |
/src/sys/dev/sbus/ |
magmareg.h | 29 #define dprintf(x) printf x macro 31 #define dprintf(x) macro
|
/src/sys/arch/amiga/dev/ |
amidisplaycc.c | 129 static void dprintf(const char *fmt, ...); 1055 dprintf("amidisplaycc: WSDISPLAYIO_SVIDEO %s\n", 1061 dprintf("amidisplaycc: WSDISPLAYIO_GVIDEO\n"); 1157 dprintf("amidisplaycc: switching to %s mode.\n", 1208 dprintf("amidisplaycc_mmap: Not in mapped mode\n"); 1221 dprintf("amidisplaycc_mmap: Offset out of range\n"); 1401 dprintf("amidisplaycc: allocated screen; %dx%dx%d; font=%s\n", 1463 dprintf("amidisplaycc_show_screen: adp==NULL\n"); 1467 dprintf("amidisplaycc_show_screen: scr==NULL\n"); 1472 dprintf("amidisplaycc: Screen shift while in gfx mode?") 1986 dprintf(const char *fmt, ...) function in typeref:typename:void [all...] |
/src/sys/fs/ntfs/ |
ntfs.h | 310 #define DPRINTF(X, Y) do { if(ntfs_debug >= (X)) printf Y; } while(0) 311 #define dprintf(a) DPRINTF(1, a) macro 312 #define ddprintf(a) DPRINTF(2, a) 314 #define DPRINTF(X, Y) 315 #define dprintf(a) macro
|
/src/sys/arch/mips/sibyte/dev/ |
sbmac.c | 110 #define dprintf(x) printf x macro 112 #define dprintf(x) macro
|