Home
last modified time | relevance | path

Searched refs:myprintf (Results 1 – 8 of 8) sorted by relevance

/netbsd/src/sys/coda/
Dcoda_vnops.c98 #define ENTRY if(coda_vnop_print_entry) myprintf(("Entered %s\n",__func__))
165 myprintf(("%s: Vnode operation %s called (error).\n", in coda_vop_error()
178 myprintf(("Vnode operation %s called, but unsupported\n", in coda_vop_nop()
254 CODADEBUG(CODA_OPEN, myprintf(( in coda_open()
368 CODADEBUG(CODA_CLOSE, myprintf(("%s: result %d\n", __func__, error)); ) in coda_close()
407 CODADEBUG(CODA_RDWR, myprintf(("coda_rdwr(%d, %p, %lu, %lld)\n", rw, in coda_rdwr()
470 CODADEBUG(CODA_RDWR, myprintf(("%s: fid = %s, refcnt = %d\n", __func__, in coda_rdwr()
514 CODADEBUG(CODA_IOCTL, myprintf(("in coda_ioctl on %s\n", iap->path));) in coda_ioctl()
522 CODADEBUG(CODA_IOCTL, myprintf(("%s error: vp != ctlvp", __func__));) in coda_ioctl()
535 CODADEBUG(CODA_IOCTL, myprintf(("%s error: lookup returns %d\n", in coda_ioctl()
[all …]
Dcoda_namecache.c177 myprintf(("coda_nc_find(dcp %p, name %s, len %d, cred %p, hash %d\n", in coda_nc_find()
226 myprintf(("Enter: dcp %p cp %p name %s cred %p \n", in coda_nc_enter()
231 myprintf(("long name enter %s\n",name));) in coda_nc_enter()
299 myprintf(("long name lookup %s\n",name));) in coda_nc_lookup()
343 myprintf(("coda_nc_remove %s from parent %s\n", in coda_nc_remove()
386 myprintf(("ZapParent: fid %s\n", coda_f2s(fid))); ) in coda_nc_zapParentfid()
425 myprintf(("Zapfid: fid %s\n", coda_f2s(fid))); ) in coda_nc_zapfid()
458 myprintf(("Zapvnode: fid %s cred %p\n", in coda_nc_zapvnode()
478 myprintf(("Zapfile: dcp %p name %s \n", in coda_nc_zapfile()
521 myprintf(("ZapDude: uid %x\n", uid)); ) in coda_nc_purge_user()
[all …]
Dcoda_psdev.c94 #define ENTRY if(coda_psdev_print_entry) myprintf(("Entered %s\n",__func__))
245 myprintf(("Error %d unmounting vfs in vcclose(%llu)\n", in vc_nb_close()
274 myprintf(("vcread: error (%d) on uiomove\n", error)); in vc_nb_read()
284 myprintf(("vcread: signal msg (%d, %d)\n", in vc_nb_read()
319 myprintf(("vcwrite: error (%d) on uiomove\n", error)); in vc_nb_write()
327 myprintf(("vcwrite got a call for %ld.%ld\n", opcode, seq)); in vc_nb_write()
336 myprintf(("vcwrite: error (%d) on uiomove (Op %ld seq %ld)\n", in vc_nb_write()
351 myprintf(("vcwrite: msg (%ld, %ld) not found\n", opcode, seq)); in vc_nb_write()
365 myprintf(("vcwrite: more data than asked for (%d < %lu)\n", in vc_nb_write()
375 myprintf(("vcwrite: error (%d) on uiomove (op %ld seq %ld)\n", in vc_nb_write()
[all …]
Dcoda_subr.c221 myprintf(("Live cnode fid %s count %d\n", in coda_testflush_selector()
370 CODADEBUG(CODA_ZAPFILE, myprintf(( in handleDownCall()
394 CODADEBUG(CODA_ZAPDIR, myprintf(( in handleDownCall()
427 CODADEBUG(CODA_PURGEFID, myprintf(( in handleDownCall()
460 CODADEBUG(CODA_REPLACE, myprintf(( in handleDownCall()
470 myprintf(("handleDownCall: unknown opcode %d\n", opcode)); in handleDownCall()
514 myprintf(("ref %d\tuid %d\n", kauth_cred_getrefcnt(cred), in coda_print_cred()
519 myprintf(("\tgroup %d: (%d)\n", i, kauth_cred_group(cred, i))); in coda_print_cred()
520 myprintf(("\n")); in coda_print_cred()
Dcoda_vfsops.c74 #define ENTRY if(coda_vfsop_print_entry) myprintf(("Entered %s\n",__func__))
280 myprintf(("coda_mount returned %d\n",error));); in coda_mount()
414 CODADEBUG( CODA_ROOT, myprintf(("error %d in CODA_ROOT\n", error)); ); in coda_root()
544 CODADEBUG(CODA_VGET, myprintf(("vget error %d\n",error));) in coda_fhtovp()
548 myprintf(("vget: %s type %d result %d\n", in coda_fhtovp()
Dcnode.h90 #define myprintf(args) \ macro
/netbsd/src/external/gpl3/gcc/dist/gcc/doc/
Dextend.texi676 extern int myprintf (FILE *f, const char *format, ...);
678 myprintf (FILE *f, const char *format, ...)
680 int r = fprintf (f, "myprintf: ");
Dgcc.info33018 extern int myprintf (FILE *f, const char *format, ...);
33020 myprintf (FILE *f, const char *format, ...)
33022 int r = fprintf (f, "myprintf: ");