Searched refs:dprintf (Results 76 - 95 of 95) sorted by relevance

1234

/freebsd-12-stable/include/
H A Dstdio.h382 int dprintf(int, const char * __restrict, ...) __printflike(2, 3);
/freebsd-12-stable/usr.sbin/prometheus_sysctl_exporter/
H A Dprometheus_sysctl_exporter.c637 dprintf(STDOUT_FILENO,
/freebsd-12-stable/contrib/one-true-awk/
H A Db.c347 dprintf( ("cclenter: in = |%s|, out = |%s|\n", op, buf) );
627 dprintf( ("reparse <%s>\n", p) );
/freebsd-12-stable/contrib/file/src/
H A Dcompress.c86 dprintf(tty, __VA_ARGS__); \
892 dprintf(STDERR_FILENO, "exec `%s' failed, %s",
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddnode_sync.c60 dprintf("os=%p obj=%llu, increase to %d\n", dn->dn_objset,
119 dprintf("ds=%p obj=%llx num=%d\n", ds, dn->dn_object, num);
H A Dzap.c224 dprintf("copied block %llu of %llu\n",
237 dprintf("finished; numblocks now %llu (%lluk entries)\n",
253 dprintf("storing %llx at index %llx\n", val, idx);
H A Dzfs_vfsops.c153 dprintf("%s(%d): quotaobj lookup failed\n", __FUNCTION__, __LINE__);
163 dprintf("%s(%d): usedobj failed; %d\n", __FUNCTION__, __LINE__, error);
2447 dprintf("getting %llu [%u mask %llx]\n", object, fid_gen, gen_mask);
2458 dprintf("znode gen (%u) != fid gen (%u)\n", zp_gen, fid_gen);
H A Ddsl_scan.c1135 dprintf("current scan memory usage: %llu bytes\n", (longlong_t)mused);
1200 dprintf("suspending at bookmark %llx/%llx/%llx/%llx\n",
1209 dprintf("suspending at at DDT bookmark "
1612 dprintf("resuming at %llx/%llx/%llx/%llx\n",
2430 dprintf("visiting ddb=%llu/%llu/%llu/%llx\n",
3433 /* calculate and dprintf the current memory usage */
H A Ddsl_dir.c453 dprintf("looking up %s in obj%lld\n",
486 dprintf("next=%p (%s) tail=%p\n", next, next?next:"", tailp);
H A Ddmu_tx.c620 dprintf("found txh type %x beginblk=%llx endblk=%llx\n",
H A Ddnode.c597 dprintf("os=%p obj=%" PRIu64 " txg=%" PRIu64
2236 dprintf("probing object %llu offset %llx level %d of %u\n",
H A Darc.c1846 dprintf("hdr_recl called\n");
6846 dprintf("failing, arc_tempreserve=%lluK anon_meta=%lluK "
H A Ddsl_dataset.c645 dprintf("looking for snapshot '%s'\n", snapname);
/freebsd-12-stable/sys/arm/versatile/
H A Dversatile_clcd.c108 #define dprintf(fmt, args...) do { printf("%s(): ", __func__); \ macro
111 #define dprintf(fmt, args...) macro
/freebsd-12-stable/lib/libdpv/
H A Ddprompt.c32 #define _BSD_SOURCE /* to get dprintf() prototype in stdio.h below */
723 dprintf(fd, "XXX\n%s%s%s%s\nXXX\n%i\n", use_color ? "\\Zn" : "",
/freebsd-12-stable/sys/arm/broadcom/bcm2835/
H A Dbcm2835_gpio.c60 #define dprintf(fmt, args...) do { printf("%s(): ", __func__); \ macro
63 #define dprintf(fmt, args...) macro
/freebsd-12-stable/cddl/contrib/opensolaris/lib/libzpool/common/
H A Dkernel.c990 dprintf("physmem = %llu pages (%.2f GB)\n", physmem,
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dspa.h955 dprintf(fmt " %s\n", __VA_ARGS__, __blkbuf); \
/freebsd-12-stable/sys/arm/arm/
H A Dpmap-v4.c183 #define dprintf printf macro
189 #define dprintf(x, arg...) macro
1508 dprintf("pmap_debug: level=%d\n", pmap_debug_level);
2163 dprintf("pmap_release()\n");
H A Dpmap-v6.c161 #define dprintf printf macro
165 #define dprintf(x, arg...) macro
346 dprintf("pmap_debug: level=%d\n", pmap_debug_level);

Completed in 463 milliseconds

1234