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

  /src/sys/coda/
coda_subr.h 40 void coda_cacheprint(struct mount *whoIam);
coda_subr.c 54 * 4. coda_cacheprint (under DEBUG) prints names with vnode/cnode address
283 coda_cacheprint(struct mount *whoIam) function in typeref:typename:void
289 printf("coda_cacheprint: coda_ctlvp %p, cp %p", coda_ctlvp, VTOC(coda_ctlvp));
295 printf("coda_cacheprint: vp %p, cp %p", vp, VTOC(vp));
301 printf("coda_cacheprint: count %d\n", count);

Completed in 12 milliseconds