Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dfdmedia.h47 static struct fdattr fdtypes[] = { variable
116 static int nfdtypes = sizeof (fdtypes) / sizeof (fdtypes[0]);
/illumos-gate/usr/src/uts/common/io/
H A Dfd.c488 *fjp->fj_attr = fdtypes[fdp->d_deffdtype]; in fd_attach()
491 fjp->fj_rotspd = fdtypes[fdp->d_deffdtype].fda_rotatespd; in fd_attach()
843 *fjp->fj_attr = fdtypes[fdp->d_curfdtype]; in fdgetlabel()
1630 *fjp->fj_attr = fdtypes[fdp->d_curfdtype]; in fd_ioctl()
/illumos-gate/usr/src/uts/sun/io/
H A Dfd.c316 static struct fd_char fdtypes[] = { variable
356 static int nfdtypes = sizeof (fdtypes) / sizeof (fdtypes[0]);
770 *fdc->c_un->un_chars = fdtypes[fdc->c_un->un_curfdtype]; in fd_attach()
5295 *(un->un_chars) = fdtypes[un->un_curfdtype]; in fdgetlabel()
5330 *(un->un_chars) = fdtypes[un->un_curfdtype]; in fdgetlabel()
5343 *(un->un_chars) = fdtypes[un->un_curfdtype]; in fdgetlabel()