HomeSort by: relevance | last modified time | path
    Searched refs:dprintf (Results 1 - 25 of 37) sorted by relevancy

1 2

  /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/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/
ntfs.c 43 #undef dprintf
61 dprintf("can't read fnode at %p for pid %d", VTOF(vp), Pid);
65 dprintf("can't read ntnode at %p for pid %d", FTONT(&fn), Pid);
69 dprintf("can't read ntfsmount at %p for pid %d",
zfs.c 54 dprintf("can't read inode at %p for pid %d", VTOZ(vp), Pid);
58 dprintf("can't read mount at %p for pid %d",
ptyfs.c 65 dprintf("can't read ptyfs_node at %p for pid %d",
70 dprintf("can't read mount at %p for pid %d",
82 dprintf("can't read specnode at %p for pid %d",
tmpfs.c 54 dprintf("can't read tmpfs_node at %p for pid %d",
59 dprintf("can't read mount at %p for pid %d",
misc.c 133 dprintf("can't read bpf at %p for pid %d", f->f_data, Pid);
138 dprintf("can't read bpf interface at %p for pid %d",
142 dprintf("can't read net interfsace"
177 dprintf("can't read sem at %p for pid %d", f->f_data, Pid);
188 dprintf("can't read sem name at %p for pid %d",
207 dprintf("can't read mqueue at %p for pid %d", f->f_data, Pid);
221 dprintf("can't read kqueue at %p for pid %d", f->f_data, Pid);
237 dprintf("can't read audio_file at %p for pid %d",
285 dprintf("can't read memfd at %p for pid %d", f->f_data, Pid);
fstat.h 54 #define dprintf if (vflg) warnx macro
isofs.c 53 dprintf("can't read inode at %p for pid %d", VTOI(vp), Pid);
fstat.c 472 dprintf("filedesc corrupted at %p for pid %d",
500 dprintf("can't read file structures at %p for pid %d",
518 dprintf("can't read file %d at %p for pid %d",
523 dprintf("null ff_file for %d at %p for pid %d",
528 dprintf("can't read file %d at %p for pid %d",
556 dprintf("unknown file type %d for file %d of pid %d",
644 dprintf("can't read vnode at %p for pid %d", vp, Pid);
762 dprintf("can't read inode at %p for pid %d", VTOI(vp), Pid);
767 dprintf("can't read ufsmount at %p for pid %d", inode.i_ump, Pid);
775 dprintf("can't read dinode at %p for pid %d"
    [all...]
  /src/lib/libc/stdio/
dprintf.c 1 /* $NetBSD: dprintf.c,v 1.2 2013/04/19 15:22:25 joerg Exp $ */
37 __RCSID("$NetBSD: dprintf.c,v 1.2 2013/04/19 15:22:25 joerg Exp $");
52 dprintf(int fd, const char * __restrict fmt, ...)
  /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/fs/ntfs/
ntfs_vnops.c 96 dprintf(("ntfs_bmap: vn: %p, blk: %d\n", ap->a_vp,(u_int32_t)ap->a_bn));
123 dprintf(("ntfs_read: ino: %llu, off: %qd resid: %qd\n",
127 dprintf(("ntfs_read: filesize: %qu",(long long)fp->f_size));
135 dprintf((", toread: %qu\n",(long long)toread));
158 dprintf(("ntfs_bypass: %s\n", ap->a_desc->vdesc_name));
176 dprintf(("ntfs_getattr: %llu, flags: %d\n",
215 dprintf(("ntfs_inactive: vnode: %p, ntnode: %llu\n", vp,
241 dprintf(("ntfs_reclaim: vnode: %p, ntnode: %llu\n", vp,
301 dprintf(("ntfs_strategy: blkno: %d, lblkno: %d\n",
305 dprintf(("strategy: bcount: %u flags: 0x%x\n"
    [all...]
ntfs_compr.c 57 dprintf(("ntfs_uncompblock: block length: %d + 3, 0x%x,0x%04x\n",
62 dprintf(("ntfs_uncompblock: len: %x instead of %d\n",
ntfs_subr.c 101 dprintf(("%s: ino: %llu, type: 0x%x\n", __func__,
119 dprintf(("%s: node not loaded, ino: %llu\n", __func__,
171 dprintf(("%s: ino: %llu, type: 0x%x, name: %s, vcn: %qu\n",
176 dprintf(("%s: ino: %llu, type: 0x%x, vcn: %qu\n", __func__,
187 dprintf(("%s: NON-EXISTENT ATTRIBUTE: "
206 dprintf(("%s: attrlist: ino: %d, attr: 0x%x, vcn: %qu\n",
222 dprintf(("%s: attribute in ino: %d\n", __func__,
243 dprintf(("%s: NON-EXISTENT ATTRIBUTE: ino: %llu, type: 0x%x, "
265 dprintf(("%s: loading ino: %llu\n", __func__,
278 dprintf(("%s: read system node\n", __func__))
    [all...]
ntfs_vfsops.c 300 dprintf(("ntfs_superblock_validate: invalid boot block\n"));
304 dprintf(("ntfs_superblock_validate: invalid bytes per sector\n"));
308 dprintf(("ntfs_superblock_validate: invalid sectors per cluster\n"));
358 dprintf(("ntfs_mountfs(): bps: %d, spc: %d, media: %x, mftrecsz: %d (%d sects)\n",
361 dprintf(("ntfs_mountfs(): mftcn: 0x%x|0x%x\n",
378 dprintf(("ntfs_mountfs(): case-%s,%s uid: %d, gid: %d, mode: %o\n",
512 dprintf(("ntfs_unmount: unmounting...\n"));
519 dprintf(("ntfs_unmount: vflushing...\n"));
522 dprintf(("ntfs_unmount: vflush failed: %d\n",error));
565 dprintf(("ntfs_umount: freeing memory...\n"))
    [all...]
  /src/usr.sbin/faithd/
ftp.c 503 return dprintf(src,
556 return dprintf(dst,
566 return dprintf(dst,
662 return dprintf(src, "501 %s disallowed in EPSV ALL\r\n",
674 return dprintf(src,
693 return dprintf(src,
734 return dprintf(dst, "PORT %d,%d,%d,%d,%d,%d\r\n",
752 return dprintf(src, "501 %s disallowed in EPSV ALL\r\n",
763 return dprintf(src,
782 return dprintf(src
    [all...]
  /src/sbin/restore/
restore.c 82 dprintf(stdout, "%s: not on the tape\n", name);
184 dprintf(stdout, "%s: REMOVE\n", myname(ep));
274 dprintf(stdout, "name/inode conflict, mktempname %s\n",
302 dprintf(stdout, "[%s] %s: %s\n", keyval(key), name,
338 dprintf(stdout, "[%s] %s: %s\n", keyval(key), name,
362 dprintf(stdout, "[%s] %s: %s\n", keyval(key), name,
375 dprintf(stdout, "[%s] %s: %s|LINK\n", keyval(key), name,
392 dprintf(stdout, "[%s] %s: %s|LINK\n", keyval(key), name,
399 dprintf(stdout, "[%s] %s: %s\n", keyval(key), name,
442 dprintf(stdout, "[%s] %s: %s\n", keyval(key), name
    [all...]
restore.h 164 #define dprintf if (dflag) fprintf macro
  /src/sys/dev/sbus/
magmareg.h 29 #define dprintf(x) printf x macro
31 #define dprintf(x) macro
  /src/sys/external/bsd/libnv/dist/
nvlist.c 450 dprintf(fd, "%*serror: %d\n", level * 4, "",
475 dprintf(fd, "%*s%s (%s):", level * 4, "", nvpair_name(nvp),
479 dprintf(fd, " null\n");
482 dprintf(fd, " %s\n", nvpair_get_bool(nvp) ?
486 dprintf(fd, " %ju (%jd) (0x%jx)\n",
492 dprintf(fd, " [%s]\n", nvpair_get_string(nvp));
495 dprintf(fd, "\n");
508 dprintf(fd, " %d\n", nvpair_get_descriptor(nvp));
517 dprintf(fd, " %zu ", size);
519 dprintf(fd, "%02hhx", binary[ii])
    [all...]
  /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/lib/libutil/
pidfile.c 225 dprintf(pidfile_fd, "%d\n", pidfile_pid) == -1)

Completed in 26 milliseconds

1 2