Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/sun/io/
H A Dfd.c113 #define SEC_SIZE_CODE (fdctlr.c_csb->csb_unit]->un_chars->medium ? 3 : 2)
156 static void quiesce_fd_interrupt(struct fdctlr *);
182 static int fd_attach_check_drive(struct fdctlr *fdc);
183 static int fd_attach_det_ctlr(dev_info_t *dip, struct fdctlr *fdc);
184 static int fd_attach_map_regs(dev_info_t *dip, struct fdctlr *fdc);
185 static int fd_attach_register_interrupts(dev_info_t *dip, struct fdctlr *fdc,
189 static int fdcheckdisk(struct fdctlr *fdc, int unit);
191 static void fd_cleanup(dev_info_t *dip, struct fdctlr *fdc, int hard,
193 static void fdeject(struct fdctlr *, int unit);
194 static int fdexec(struct fdctlr *fdc, int flags);
[all …]
H A Dfd_offsets.in38 fdctlr FDCTRLR_SIZE
/titanic_50/usr/src/uts/sun/sys/
H A Dfdvar.h269 struct fdctlr { struct
270 struct fdctlr *c_next; /* next in a linked list */ argument