Home
last modified time | relevance | path

Searched refs:fdtypes (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/uts/common/sys/
H A Dfdmedia.h49 static struct fdattr fdtypes[] = { variable
118 static int nfdtypes = sizeof (fdtypes) / sizeof (fdtypes[0]);
/titanic_44/usr/src/uts/common/io/
H A Dfd.c483 *fjp->fj_attr = fdtypes[fdp->d_deffdtype]; in fd_attach()
486 fjp->fj_rotspd = fdtypes[fdp->d_deffdtype].fda_rotatespd; in fd_attach()
837 *fjp->fj_attr = fdtypes[fdp->d_curfdtype]; in fdgetlabel()
1624 *fjp->fj_attr = fdtypes[fdp->d_curfdtype]; in fd_ioctl()
/titanic_44/usr/src/uts/sun/io/
H A Dfd.c314 static struct fd_char fdtypes[] = { variable
354 static int nfdtypes = sizeof (fdtypes) / sizeof (fdtypes[0]);
768 *fdc->c_un->un_chars = fdtypes[fdc->c_un->un_curfdtype]; in fd_attach()
5292 *(un->un_chars) = fdtypes[un->un_curfdtype]; in fdgetlabel()
5327 *(un->un_chars) = fdtypes[un->un_curfdtype]; in fdgetlabel()
5340 *(un->un_chars) = fdtypes[un->un_curfdtype]; in fdgetlabel()