Home
last modified time | relevance | path

Searched refs:NCPVNDEBUG (Results 1 – 4 of 4) sorted by relevance

/freebsd-9-stable/sys/fs/nwfs/
Dnwfs_vnops.c125 NCPVNDEBUG("\n");
160 NCPVNDEBUG("%s,%d\n", np->n_name, np->opened);
221 NCPVNDEBUG("name=%s,pid=%d,c=%d\n", np->n_name, ap->a_td->td_proc->p_pid,
268 NCPVNDEBUG("%lx:%d: '%s' %d\n", (long)vp, nmp->n_volume, np->n_name, (vp->v_vflag & VV_ROOT) != 0);
271 NCPVNDEBUG("not in cache\n");
281 NCPVNDEBUG("error %d\n", error);
307 NCPVNDEBUG("\n");
361 NCPVNDEBUG("nwfs_read:\n");
382 NCPVNDEBUG("%d,ofs=%d,sz=%d\n", vp->v_type, (int)uio->uio_offset, uio->uio_resid);
418 NCPVNDEBUG("\n");
[all …]
Dnwfs_io.c80 NCPVNDEBUG("dirname='%s'\n",np->n_name); in nwfs_readvdir()
89 NCPVNDEBUG("cannot initialize search, error=%d",error); in nwfs_readvdir()
206 NCPVNDEBUG("ofs=%d,resid=%d\n",(int)uiop->uio_offset, uiop->uio_resid);
235 NCPVNDEBUG("after: ofs=%d,resid=%d\n",(int)uiop->uio_offset, uiop->uio_resid);
536 NCPVNDEBUG("ofs=%d,resid=%d\n",(int)uio.uio_offset, uio.uio_resid);
540 NCPVNDEBUG("paged write done: %d\n", error);
Dnwfs_node.c259 NCPVNDEBUG("%s,%d\n", np->n_name, vrefcnt(vp));
270 NCPVNDEBUG("%s: has no parent ?\n",np->n_name);
300 NCPVNDEBUG("%s: %d\n", VTONW(vp)->n_name, vrefcnt(vp));
/freebsd-9-stable/sys/netncp/
Dncp_subr.h74 #define NCPVNDEBUG(format, args...) printf("%s: "format, __func__ ,## args) macro
76 #define NCPVNDEBUG(format, args...) macro