Searched refs:xprintf (Results 26 - 34 of 34) sorted by relevance

12

/fuchsia/zircon/system/ulib/gfx/
H A Dgfx.c28 #define xprintf(fmt...) printf(fmt) macro
30 #define xprintf(fmt...) \ macro
130 xprintf("surface %p, x %u y %u w %u h %u c %u\n", surface, x, y, width, height, color);
471 xprintf("target %p, source %p, srcx %u, srcy %u, width %u, height %u, destx %u, desty %u\n", target, source, srcx, srcy, width, height, destx, desty);
501 xprintf("w %u h %u dstride %u sstride %u\n", width, height, dest_stride_diff, source_stride_diff);
520 xprintf("w %u h %u dstride %u sstride %u\n", width, height, dest_stride_diff, source_stride_diff);
540 xprintf("w %u h %u dstride %u sstride %u\n", width, height, dest_stride_diff, source_stride_diff);
559 xprintf("w %u h %u dstride %u sstride %u\n", width, height, dest_stride_diff, source_stride_diff);
572 xprintf("gfx_surface_blend: unimplemented colorspace combination (source %d target %d)\n", source->format, target->format);
690 xprintf("invali
[all...]
/fuchsia/zircon/system/ulib/fs/
H A Dvfs.cpp30 #define xprintf(args...) fprintf(stderr, args) macro
32 #define xprintf(args...) macro
130 xprintf("VfsOpen: path='%s' flags=%d\n", path.begin(), flags);
212 xprintf("VfsOpen: vn=%p\n", vn.get());
H A Dconnection.cpp96 xprintf("vfs: open: r=%d\n", r);
/fuchsia/zircon/system/host/fvm/include/fvm/
H A Dformat.h24 #define xprintf(fmt...) printf(fmt) macro
26 #define xprintf(fmt...) \ macro
/fuchsia/zircon/system/uapp/hid/
H A Dmain.cpp33 #define xprintf(fmt...) do { if (verbose) printf(fmt); } while (0) macro
414 xprintf("hid: getting report size for id=0x%02x type=%u\n", size_arg.id, size_arg.type);
423 xprintf("hid: report size=%u\n", size);
477 xprintf("hid: getting report size for id=0x%02x type=%u\n", size_arg.id, size_arg.type);
499 xprintf("hid: report size=%u, tx payload size=%u\n", size, payload_size);
/fuchsia/zircon/system/dev/input/pc-ps2/
H A Di8042.c23 #define xprintf(fmt...) do {} while (0) macro
328 xprintf("i8042: timeout reading; got %d bytes\n", i);
341 xprintf("i8042 ctl command 0x%04x\n", command & 0xffff);
371 xprintf("i8042 dev command 0x%04x\n", command & 0xffff);
387 xprintf("i8042 aux command\n");
559 xprintf("i8042 controller register: 0x%02x\n", *ctr);
827 xprintf("initialized i8042 driver\n");
/fuchsia/zircon/system/ulib/fdio/
H A Dremoteio.c506 xprintf("rio (%x,%x) -> %p\n", handle, 0, io);
515 xprintf("rio (%x,%x) -> %p\n", handle, 0, io);
518 xprintf("rio (%x,%x) -> %p\n", handle, info->file.e, io);
528 xprintf("rio (%x,%x) -> %p\n", handle, 0, io);
531 xprintf("rio (%x,%x) -> %p\n", handle, info->device.e, io);
/fuchsia/zircon/system/core/devmgr/
H A Ddevhost-core.cpp31 #define xprintf(fmt...) printf(fmt) macro
33 #define xprintf(fmt...) \ macro
596 xprintf("device: %p: devhost->devmgr remove rpc\n", dev);
/fuchsia/zircon/system/ulib/minfs/
H A Dvnode.cpp30 #define xprintf(args...) fprintf(stderr, args) macro
32 #define xprintf(args...) macro
1034 xprintf("Reading dirent at offset %zd\n", args->offs.off);
1097 xprintf("VnodeMinfs::ValidateFlags(0x%x) vn=%p(#%u)\n", flags, this, ino_);
1189 xprintf("minfs_read() vn=%p(#%u) len=%zd off=%zd\n", this, ino_, len, off);
1269 xprintf("minfs_write() vn=%p(#%u) len=%zd off=%zd\n", this, ino_, len, offset);
1441 xprintf("minfs_getattr() vn=%p(#%u)\n", this, ino_);
1456 xprintf("minfs_setattr() vn=%p(#%u)\n", this, ino_);
1491 xprintf("minfs_readdir() vn=%p(#%u) cookie=%p len=%zd\n", this, ino_, cookie, len);

Completed in 165 milliseconds

12