HomeSort by: relevance | last modified time | path
    Searched refs:myprintf (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/coda/
coda_vnops.c 98 #define ENTRY if(coda_vnop_print_entry) myprintf(("Entered %s\n",__func__))
165 myprintf(("%s: Vnode operation %s called (error).\n",
178 myprintf(("Vnode operation %s called, but unsupported\n",
254 CODADEBUG(CODA_OPEN, myprintf((
368 CODADEBUG(CODA_CLOSE, myprintf(("%s: result %d\n", __func__, error)); )
407 CODADEBUG(CODA_RDWR, myprintf(("coda_rdwr(%d, %p, %lu, %lld)\n", rw,
470 CODADEBUG(CODA_RDWR, myprintf(("%s: fid = %s, refcnt = %d\n", __func__,
514 CODADEBUG(CODA_IOCTL, myprintf(("in coda_ioctl on %s\n", iap->path));)
522 CODADEBUG(CODA_IOCTL, myprintf(("%s error: vp != ctlvp", __func__));)
535 CODADEBUG(CODA_IOCTL, myprintf(("%s error: lookup returns %d\n"
    [all...]
coda_namecache.c 177 myprintf(("coda_nc_find(dcp %p, name %s, len %d, cred %p, hash %d\n",
226 myprintf(("Enter: dcp %p cp %p name %s cred %p \n",
231 myprintf(("long name enter %s\n",name));)
299 myprintf(("long name lookup %s\n",name));)
343 myprintf(("coda_nc_remove %s from parent %s\n",
386 myprintf(("ZapParent: fid %s\n", coda_f2s(fid))); )
425 myprintf(("Zapfid: fid %s\n", coda_f2s(fid))); )
458 myprintf(("Zapvnode: fid %s cred %p\n",
478 myprintf(("Zapfile: dcp %p name %s \n",
521 myprintf(("ZapDude: uid %x\n", uid));
    [all...]
coda_subr.c 221 myprintf(("Live cnode fid %s count %d\n",
370 CODADEBUG(CODA_ZAPFILE, myprintf((
394 CODADEBUG(CODA_ZAPDIR, myprintf((
427 CODADEBUG(CODA_PURGEFID, myprintf((
460 CODADEBUG(CODA_REPLACE, myprintf((
470 myprintf(("handleDownCall: unknown opcode %d\n", opcode));
514 myprintf(("ref %d\tuid %d\n", kauth_cred_getrefcnt(cred),
519 myprintf(("\tgroup %d: (%d)\n", i, kauth_cred_group(cred, i)));
520 myprintf(("\n"));
coda_psdev.c 94 #define ENTRY if(coda_psdev_print_entry) myprintf(("Entered %s\n",__func__))
245 myprintf(("Error %d unmounting vfs in vcclose(%llu)\n",
274 myprintf(("vcread: error (%d) on uiomove\n", error));
284 myprintf(("vcread: signal msg (%d, %d)\n",
319 myprintf(("vcwrite: error (%d) on uiomove\n", error));
327 myprintf(("vcwrite got a call for %ld.%ld\n", opcode, seq));
336 myprintf(("vcwrite: error (%d) on uiomove (Op %ld seq %ld)\n",
351 myprintf(("vcwrite: msg (%ld, %ld) not found\n", opcode, seq));
365 myprintf(("vcwrite: more data than asked for (%d < %lu)\n",
375 myprintf(("vcwrite: error (%d) on uiomove (op %ld seq %ld)\n"
    [all...]
coda_vfsops.c 74 #define ENTRY if(coda_vfsop_print_entry) myprintf(("Entered %s\n",__func__))
280 myprintf(("coda_mount returned %d\n",error)););
414 CODADEBUG( CODA_ROOT, myprintf(("error %d in CODA_ROOT\n", error)); );
544 CODADEBUG(CODA_VGET, myprintf(("vget error %d\n",error));)
548 myprintf(("vget: %s type %d result %d\n",
cnode.h 90 #define myprintf(args) \ macro

Completed in 33 milliseconds