Searched refs:speclisth (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/miscfs/specfs/
H A Dspecdev.h120 extern struct vnode *speclisth[SPECHSZ];
H A Dspec_vnops.c99 struct vnode *speclisth[SPECHSZ]; variable in typeref:struct:vnode
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_subr.c1388 vpp = &speclisth[SPECHASH(nvp_rdev)];
2398 for (vp = speclisth[SPECHASH(dev)]; vp; vp = vp->v_specnext) {

Completed in 36 milliseconds