Searched refs:vcount (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.1-release/libexec/rtld-elf/
H A Drtld.h132 int vcount; member in struct:Struct_Sym_Match_Result
H A Drtld.c3864 result->vcount++;
3920 matchres.vcount = 0;
3933 if (matchres.vcount == 1) {
3954 matchres.vcount = 0;
3983 if (matchres.vcount == 1) {
/freebsd-10.1-release/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_pool.c2913 uint_t c, children, newchildren, lastlog = 0, vcount, found = 0; local
2952 vcount = 0;
2987 lastlog = vcount;
2988 varray[vcount++] = vdev;
3016 if (nvlist_dup(vdev, &varray[vcount++], 0) != 0)
3042 lastlog == 0 ? vcount : lastlog) != 0)
3090 for (v = 0; v < vcount; v++)
/freebsd-10.1-release/sys/compat/svr4/
H A Dsvr4_fcntl.c302 if (vcount(vp) > 1)
/freebsd-10.1-release/share/man/man9/
H A DMakefile277 vcount.9 \
1446 MLINKS+=vcount.9 count_dev.9
/freebsd-10.1-release/sys/sys/
H A Dvnode.h646 int vcount(struct vnode *vp);
/freebsd-10.1-release/sys/kern/
H A Dvfs_subr.c2834 vcount(struct vnode *vp) function
H A Dvfs_syscalls.c4184 if (vcount(vp) > 1)

Completed in 127 milliseconds