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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dvnode.h408 extern enum vtype iftovt_tab[];
410 #define IFTOVT(mode) (iftovt_tab[((mode) & S_IFMT) >> 12])
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dkpi_vfs.c1372 return(iftovt_tab[((mode) & S_IFMT) >> 12]);
H A Dvfs_subr.c138 enum vtype iftovt_tab[16] = { variable in typeref:enum:vtype

Completed in 52 milliseconds