Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Dfdc.h87 struct fdattr { struct
369 struct fdattr *fj_attr; /* additional diskette attributes */
H A Dfdmedia.h49 static struct fdattr fdtypes[] = {
/titanic_41/usr/src/uts/common/io/
H A Dfd.c177 sizeof (struct fd_char) + sizeof (struct fdattr), 0)) != 0) in _init()
430 fjp->fj_attr = (struct fdattr *)(fjp->fj_chars + 1); in fd_attach()