Searched refs:fdctlr (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/sun/io/ |
H A D | fd.c | 115 #define SEC_SIZE_CODE (fdctlr.c_csb->csb_unit]->un_chars->medium ? 3 : 2) 158 static void quiesce_fd_interrupt(struct fdctlr *); 184 static int fd_attach_check_drive(struct fdctlr *fdc); 185 static int fd_attach_det_ctlr(dev_info_t *dip, struct fdctlr *fdc); 186 static int fd_attach_map_regs(dev_info_t *dip, struct fdctlr *fdc); 187 static int fd_attach_register_interrupts(dev_info_t *dip, struct fdctlr *fdc, 191 static int fdcheckdisk(struct fdctlr *fdc, int unit); 193 static void fd_cleanup(dev_info_t *dip, struct fdctlr *fdc, int hard, 195 static void fdeject(struct fdctlr *, int unit); 196 static int fdexec(struct fdctlr *fdc, int flags); [all …]
|
H A D | fd_offsets.in | 38 fdctlr FDCTRLR_SIZE
|
/illumos-gate/usr/src/uts/sun/sys/ |
H A D | fdvar.h | 269 struct fdctlr { struct 270 struct fdctlr *c_next; /* next in a linked list */ argument
|