Searched refs:myprintf (Results 1 - 7 of 7) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/lto/
H A D20081024_0.c8 myprintf (const char *fmt, ...) function
24 s = myprintf ("%s: %d\n", "foo", 1);
/netbsd-6-1-5-RELEASE/sys/coda/
H A Dcoda_vnops.c98 #define ENTRY if(coda_vnop_print_entry) myprintf(("Entered %s\n",__func__))
158 myprintf(("coda_vop_error: Vnode operation %s called (error).\n",
171 myprintf(("Vnode operation %s called, but unsupported\n",
247 myprintf(("open: dev 0x%llx inode %llu result %d\n",
360 CODADEBUG(CODA_CLOSE, myprintf(("close: result %d\n",error)); )
399 CODADEBUG(CODA_RDWR, myprintf(("coda_rdwr(%d, %p, %lu, %lld)\n", rw,
458 CODADEBUG(CODA_RDWR, myprintf(("indirect rdwr: fid = %s, refcnt = %d\n",
502 CODADEBUG(CODA_IOCTL, myprintf(("in coda_ioctl on %s\n", iap->path));)
510 CODADEBUG(CODA_IOCTL, myprintf(("coda_ioctl error: vp != ctlvp"));)
523 CODADEBUG(CODA_IOCTL, myprintf(("coda_ioct
[all...]
H A Dcoda_namecache.c181 myprintf(("coda_nc_find(dcp %p, name %s, len %d, cred %p, hash %d\n",
230 myprintf(("Enter: dcp %p cp %p name %s cred %p \n",
235 myprintf(("long name enter %s\n",name));)
303 myprintf(("long name lookup %s\n",name));)
347 myprintf(("coda_nc_remove %s from parent %s\n",
390 myprintf(("ZapParent: fid %s\n", coda_f2s(fid))); )
429 myprintf(("Zapfid: fid %s\n", coda_f2s(fid))); )
462 myprintf(("Zapvnode: fid %s cred %p\n",
482 myprintf(("Zapfile: dcp %p name %s \n",
525 myprintf(("ZapDud
[all...]
H A Dcoda_psdev.c98 #define ENTRY if(coda_psdev_print_entry) myprintf(("Entered %s\n",__func__))
240 myprintf(("Error %d unmounting vfs in vcclose(%llu)\n",
269 myprintf(("vcread: error (%d) on uiomove\n", error));
279 myprintf(("vcread: signal msg (%d, %d)\n",
314 myprintf(("vcwrite: error (%d) on uiomove\n", error));
322 myprintf(("vcwrite got a call for %ld.%ld\n", opcode, seq));
331 myprintf(("vcwrite: error (%d) on uiomove (Op %ld seq %ld)\n",
346 myprintf(("vcwrite: msg (%ld, %ld) not found\n", opcode, seq));
360 myprintf(("vcwrite: more data than asked for (%d < %lu)\n",
370 myprintf(("vcwrit
[all...]
H A Dcoda_subr.c228 myprintf(("Live cnode fid %s flags %d count %d\n",
275 myprintf(("Live cnode fid %s count %d\n",
419 CODADEBUG(CODA_ZAPFILE, myprintf((
444 CODADEBUG(CODA_ZAPDIR, myprintf((
477 CODADEBUG(CODA_PURGEFID, myprintf((
502 CODADEBUG(CODA_REPLACE, myprintf((
511 myprintf(("handleDownCall: unknown opcode %d\n", opcode));
H A Dcoda_vfsops.c86 #define ENTRY if(coda_vfsop_print_entry) myprintf(("Entered %s\n",__func__))
294 myprintf(("coda_mount returned %d\n",error)););
421 CODADEBUG( CODA_ROOT, myprintf(("error %d in CODA_ROOT\n", error)); );
526 CODADEBUG(CODA_VGET, myprintf(("vget error %d\n",error));)
530 myprintf(("vget: %s type %d result %d\n",
H A Dcnode.h90 #define myprintf(args) \ macro

Completed in 126 milliseconds