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

/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dvnode.h712 extern enum vtype iftovt_tab[];
714 #define IFTOVT(mode) (iftovt_tab[((mode) & S_IFMT) >> 12])
/macosx-10.10/xnu-2782.1.97/bsd/vfs/
H A Dkpi_vfs.c1329 return(iftovt_tab[((mode) & S_IFMT) >> 12]);
H A Dvfs_subr.c155 enum vtype iftovt_tab[16] = { variable in typeref:enum:vtype

Completed in 310 milliseconds