Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dfile.h59 #define DTYPE_NONE 0 /* not yet initialized */ macro
/f-stack/freebsd/kern/
H A Dvfs_vnops.c340 if (fp->f_type != DTYPE_NONE && fp->f_type != DTYPE_VNODE) in vn_open_vnode_advlock()