Home
last modified time | relevance | path

Searched refs:fdntype (Results 1 – 2 of 2) sorted by relevance

/original-bsd/sys/miscfs/fdesc/
H A Dfdesc.h35 } fdntype; typedef
40 fdntype fd_type; /* Type of this node */
52 extern int fdesc_allocvp __P((fdntype, int, struct mount *, struct vnode **));
H A Dfdesc_vnops.c69 fdntype ftype; in fdesc_allocvp()