Searched refs:dprintf (Results 51 - 73 of 73) sorted by relevance

123

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzap.c194 dprintf("copied block %llu of %llu\n",
207 dprintf("finished; numblocks now %llu (%lluk entries)\n",
223 dprintf("storing %llx at index %llx\n", val, idx);
H A Dzap_micro.c538 dprintf("upgrading obj %llu: num_entries=%u\n",
631 dprintf("upgrading obj=%llu with %u chunks\n",
642 dprintf("adding %s=%llu\n",
1217 dprintf("upgrading obj %llu: intsz=%u numint=%llu name=%s\n",
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 Dzfs_vfsops.c149 dprintf("%s(%d): quotaobj lookup failed\n", __FUNCTION__, __LINE__);
159 dprintf("%s(%d): usedobj failed; %d\n", __FUNCTION__, __LINE__, error);
2380 dprintf("getting %llu [%u mask %llx]\n", object, fid_gen, gen_mask);
2391 dprintf("znode gen (%u) != fid gen (%u)\n", zp_gen, fid_gen);
H A Ddsl_scan.c1143 dprintf("current scan memory usage: %llu bytes\n", (longlong_t)mused);
1208 dprintf("suspending at bookmark %llx/%llx/%llx/%llx\n",
1217 dprintf("suspending at at DDT bookmark "
1619 dprintf("resuming at %llx/%llx/%llx/%llx\n",
2435 dprintf("visiting ddb=%llu/%llu/%llu/%llx\n",
3438 /* 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.c619 dprintf("found txh type %x beginblk=%llx endblk=%llx\n",
H A Ddnode.c554 dprintf("os=%p obj=%llu txg=%llu blocksize=%d ibs=%d\n", dn->dn_objset,
1891 dprintf("probing object %llu offset %llx level %d of %u\n",
H A Darc.c1757 dprintf("hdr_recl called\n");
6494 dprintf("failing, arc_tempreserve=%lluK anon_meta=%lluK "
H A Ddsl_dataset.c641 dprintf("looking for snapshot '%s'\n", snapname);
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Ddsl_dataset.h438 dprintf("ds=%s " fmt, __ds_name, __VA_ARGS__); \
H A Dspa.h945 dprintf(fmt " %s\n", __VA_ARGS__, __blkbuf); \
/freebsd-11-stable/contrib/smbfs/lib/smb/
H A Drcfile.c169 dprintf(STDERR_FILENO, "warning: section name [%s] contains lower-case letters\n", sectname);
/freebsd-11-stable/include/
H A Dstdio.h380 * Every programmer and his dog wrote functions called getline() and dprintf()
413 int (dprintf)(int, const char * __restrict, ...) __printflike(2, 3);
/freebsd-11-stable/contrib/file/src/
H A Dfile.h595 int dprintf(int, const char *, ...);
H A Dcompress.c86 dprintf(tty, __VA_ARGS__); \
892 dprintf(STDERR_FILENO, "exec `%s' failed, %s",
/freebsd-11-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-11-stable/sys/arm/versatile/
H A Dversatile_clcd.c109 #define dprintf(fmt, args...) do { printf("%s(): ", __func__); \ macro
112 #define dprintf(fmt, args...) macro
/freebsd-11-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-11-stable/sys/arm/broadcom/bcm2835/
H A Dbcm2835_gpio.c61 #define dprintf(fmt, args...) do { printf("%s(): ", __func__); \ macro
64 #define dprintf(fmt, args...) macro
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzpool/common/
H A Dkernel.c976 dprintf("physmem = %llu pages (%.2f GB)\n", physmem,
/freebsd-11-stable/sys/arm/arm/
H A Dpmap-v4.c182 #define dprintf printf macro
188 #define dprintf(x, arg...) macro
1707 dprintf("pmap_debug: level=%d\n", pmap_debug_level);
2362 dprintf("pmap_release()\n");
H A Dpmap-v6.c162 #define dprintf printf macro
166 #define dprintf(x, arg...) macro
343 dprintf("pmap_debug: level=%d\n", pmap_debug_level);

Completed in 359 milliseconds

123