Symbol: fdctlr
usr/src/uts/sun/io/fd.c
1123
fd_attach_check_drive(struct fdctlr *fdc)
usr/src/uts/sun/io/fd.c
115
#define SEC_SIZE_CODE (fdctlr.c_csb->csb_unit]->un_chars->medium ? 3 : 2)
usr/src/uts/sun/io/fd.c
1236
fd_cleanup(dev_info_t *dip, struct fdctlr *fdc, int hard, int locks)
usr/src/uts/sun/io/fd.c
1351
struct fdctlr *fdc = fd_getctlr(instance << FDINSTSHIFT);
usr/src/uts/sun/io/fd.c
1408
register struct fdctlr *fdc;
usr/src/uts/sun/io/fd.c
1442
struct fdctlr *fdc;
usr/src/uts/sun/io/fd.c
1479
struct fdctlr *fdc;
usr/src/uts/sun/io/fd.c
158
static void quiesce_fd_interrupt(struct fdctlr *);
usr/src/uts/sun/io/fd.c
1654
register struct fdctlr *fdc;
usr/src/uts/sun/io/fd.c
1699
struct fdctlr *fdc;
usr/src/uts/sun/io/fd.c
184
static int fd_attach_check_drive(struct fdctlr *fdc);
usr/src/uts/sun/io/fd.c
1849
struct fdctlr *fdc = arg;
usr/src/uts/sun/io/fd.c
185
static int fd_attach_det_ctlr(dev_info_t *dip, struct fdctlr *fdc);
usr/src/uts/sun/io/fd.c
186
static int fd_attach_map_regs(dev_info_t *dip, struct fdctlr *fdc);
usr/src/uts/sun/io/fd.c
187
static int fd_attach_register_interrupts(dev_info_t *dip, struct fdctlr *fdc,
usr/src/uts/sun/io/fd.c
1888
struct fdctlr *fdc;
usr/src/uts/sun/io/fd.c
191
static int fdcheckdisk(struct fdctlr *fdc, int unit);
usr/src/uts/sun/io/fd.c
193
static void fd_cleanup(dev_info_t *dip, struct fdctlr *fdc, int hard,
usr/src/uts/sun/io/fd.c
195
static void fdeject(struct fdctlr *, int unit);
usr/src/uts/sun/io/fd.c
196
static int fdexec(struct fdctlr *fdc, int flags);
usr/src/uts/sun/io/fd.c
197
static void fdexec_turn_on_motor(struct fdctlr *fdc, int flags, uint_t unit);
usr/src/uts/sun/io/fd.c
198
static int fdformat(struct fdctlr *fdc, int unit, int cyl, int hd);
usr/src/uts/sun/io/fd.c
200
static struct fdctlr *fd_getctlr(dev_t);
usr/src/uts/sun/io/fd.c
201
static void fdgetcsb(struct fdctlr *);
usr/src/uts/sun/io/fd.c
202
static int fdgetlabel(struct fdctlr *fdc, int unit);
usr/src/uts/sun/io/fd.c
203
enum dkio_state fd_get_media_state(struct fdctlr *, int);
usr/src/uts/sun/io/fd.c
210
static int fdrawioctl(struct fdctlr *, int, intptr_t, int);
usr/src/uts/sun/io/fd.c
211
static int fdrecalseek(struct fdctlr *fdc, int unit, int arg, int execflg);
usr/src/uts/sun/io/fd.c
212
static int fdrecover(struct fdctlr *);
usr/src/uts/sun/io/fd.c
213
static void fdretcsb(struct fdctlr *);
usr/src/uts/sun/io/fd.c
214
static int fdreset(struct fdctlr *);
usr/src/uts/sun/io/fd.c
215
static int fdrw(struct fdctlr *fdc, int, int, int, int, int, caddr_t, uint_t);
usr/src/uts/sun/io/fd.c
216
static void fdselect(struct fdctlr *fdc, int unit, int onoff);
usr/src/uts/sun/io/fd.c
217
static int fdsensedrv(struct fdctlr *fdc, int unit);
usr/src/uts/sun/io/fd.c
218
static int fdsense_chng(struct fdctlr *, int unit);
usr/src/uts/sun/io/fd.c
219
static void fdstart(struct fdctlr *);
usr/src/uts/sun/io/fd.c
220
static int fdstart_dma(register struct fdctlr *fdc, caddr_t addr, uint_t len);
usr/src/uts/sun/io/fd.c
223
static int fd_unbind_handle(struct fdctlr *);
usr/src/uts/sun/io/fd.c
225
static void set_rotational_speed(struct fdctlr *, int);
usr/src/uts/sun/io/fd.c
227
static int fd_pm_lower_power(struct fdctlr *fdc);
usr/src/uts/sun/io/fd.c
228
static int fd_pm_raise_power(struct fdctlr *fdc);
usr/src/uts/sun/io/fd.c
230
static void set_data_count_register(struct fdctlr *fdc, uint32_t count);
usr/src/uts/sun/io/fd.c
231
static uint32_t get_data_count_register(struct fdctlr *fdc);
usr/src/uts/sun/io/fd.c
232
static void reset_dma_controller(struct fdctlr *fdc);
usr/src/uts/sun/io/fd.c
233
static void set_data_address_register(struct fdctlr *fdc, uint32_t address);
usr/src/uts/sun/io/fd.c
234
static uint32_t get_dma_control_register(struct fdctlr *fdc);
usr/src/uts/sun/io/fd.c
235
static void set_dma_mode(struct fdctlr *fdc, int val);
usr/src/uts/sun/io/fd.c
236
static void set_dma_control_register(struct fdctlr *fdc, uint32_t val);
usr/src/uts/sun/io/fd.c
237
static void release_sb_dma(struct fdctlr *fdc);
usr/src/uts/sun/io/fd.c
2566
fdrawioctl(struct fdctlr *fdc, int unit, intptr_t arg, int mode)
usr/src/uts/sun/io/fd.c
271
struct fdctlr *fdctlrs; /* linked list of controllers */
usr/src/uts/sun/io/fd.c
2950
fdformat(struct fdctlr *fdc, int unit, int cyl, int hd)
usr/src/uts/sun/io/fd.c
3085
fdstart(struct fdctlr *fdc)
usr/src/uts/sun/io/fd.c
3429
fdstart_dma(struct fdctlr *fdc, caddr_t addr, uint_t len)
usr/src/uts/sun/io/fd.c
3542
fd_unbind_handle(struct fdctlr *fdc)
usr/src/uts/sun/io/fd.c
3602
fdexec(struct fdctlr *fdc, int flags)
usr/src/uts/sun/io/fd.c
3950
fdexec_turn_on_motor(struct fdctlr *fdc, int flags, uint_t unit)
usr/src/uts/sun/io/fd.c
4003
fdrecover(struct fdctlr *fdc)
usr/src/uts/sun/io/fd.c
4160
struct fdctlr *fdc;
usr/src/uts/sun/io/fd.c
4604
struct fdctlr *fdc = (struct fdctlr *)arg;
usr/src/uts/sun/io/fd.c
4666
struct fdctlr *fdc = arg;
usr/src/uts/sun/io/fd.c
4719
fdgetcsb(struct fdctlr *fdc)
usr/src/uts/sun/io/fd.c
4735
fdretcsb(struct fdctlr *fdc)
usr/src/uts/sun/io/fd.c
4768
fdreset(struct fdctlr *fdc)
usr/src/uts/sun/io/fd.c
4927
fdrecalseek(struct fdctlr *fdc, int unit, int arg, int execflg)
usr/src/uts/sun/io/fd.c
4987
fdsensedrv(struct fdctlr *fdc, int unit)
usr/src/uts/sun/io/fd.c
5023
fdcheckdisk(struct fdctlr *fdc, int unit)
usr/src/uts/sun/io/fd.c
5092
fdselect(struct fdctlr *fdc, int unit, int on)
usr/src/uts/sun/io/fd.c
5128
fdeject(struct fdctlr *fdc, int unit)
usr/src/uts/sun/io/fd.c
5181
fdsense_chng(struct fdctlr *fdc, int unit)
usr/src/uts/sun/io/fd.c
5239
fdgetlabel(struct fdctlr *fdc, int unit)
usr/src/uts/sun/io/fd.c
5443
fdrw(struct fdctlr *fdc, int unit, int rw, int cyl, int head,
usr/src/uts/sun/io/fd.c
5634
static struct fdctlr *
usr/src/uts/sun/io/fd.c
5638
struct fdctlr *fdc = fdctlrs;
usr/src/uts/sun/io/fd.c
5934
set_rotational_speed(struct fdctlr *fdc, int unit)
usr/src/uts/sun/io/fd.c
599
struct fdctlr *fdc;
usr/src/uts/sun/io/fd.c
6008
struct fdctlr *fdc;
usr/src/uts/sun/io/fd.c
6040
fd_get_media_state(struct fdctlr *fdc, int unit)
usr/src/uts/sun/io/fd.c
6063
struct fdctlr *fdc;
usr/src/uts/sun/io/fd.c
6158
struct fdctlr *fdc;
usr/src/uts/sun/io/fd.c
6190
fd_pm_lower_power(struct fdctlr *fdc)
usr/src/uts/sun/io/fd.c
6226
fd_pm_raise_power(struct fdctlr *fdc)
usr/src/uts/sun/io/fd.c
6296
set_data_count_register(struct fdctlr *fdc, uint32_t count)
usr/src/uts/sun/io/fd.c
6342
get_data_count_register(struct fdctlr *fdc)
usr/src/uts/sun/io/fd.c
6388
reset_dma_controller(struct fdctlr *fdc)
usr/src/uts/sun/io/fd.c
6412
get_dma_control_register(struct fdctlr *fdc)
usr/src/uts/sun/io/fd.c
6430
set_data_address_register(struct fdctlr *fdc, uint32_t address)
usr/src/uts/sun/io/fd.c
6500
set_dma_mode(struct fdctlr *fdc, int val)
usr/src/uts/sun/io/fd.c
6540
set_dma_control_register(struct fdctlr *fdc, uint32_t val)
usr/src/uts/sun/io/fd.c
6550
release_sb_dma(struct fdctlr *fdc)
usr/src/uts/sun/io/fd.c
6561
quiesce_fd_interrupt(struct fdctlr *fdc)
usr/src/uts/sun/io/fd.c
809
fd_attach_map_regs(dev_info_t *dip, struct fdctlr *fdc)
usr/src/uts/sun/io/fd.c
876
fd_attach_det_ctlr(dev_info_t *dip, struct fdctlr *fdc)
usr/src/uts/sun/io/fd.c
987
fd_attach_register_interrupts(dev_info_t *dip, struct fdctlr *fdc, int *hard)
usr/src/uts/sun/sys/fdvar.h
270
struct fdctlr *c_next; /* next in a linked list */