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

/xnu-2422.115.4/bsd/sys/
H A Dvnode.h669 extern enum vtype iftovt_tab[];
671 #define IFTOVT(mode) (iftovt_tab[((mode) & S_IFMT) >> 12])
/xnu-2422.115.4/bsd/vfs/
H A Dkpi_vfs.c1328 return(iftovt_tab[((mode) & S_IFMT) >> 12]);
H A Dvfs_subr.c153 enum vtype iftovt_tab[16] = { variable in typeref:enum:vtype

Completed in 39 milliseconds