Searched defs:fdc (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libbc/libc/sys/common/
H A Dfdlist.c61 struct fd_lst *fdc, *fdnew; local
63 fdc = fdlist;
65 while (fdc != NULL) {
67 if (fdc->fd[i] == -1) {
68 fdc->fd[i] = fd;
69 fdc->fds[i] = fds;
73 fdc = fdc->next;
99 struct fd_lst *fdc = fdlist; local
101 while (fdc !
119 struct fd_lst *fdc = fdlist; local
[all...]
/illumos-gate/usr/src/man/man7d/
H A DMakefile249 fdc.7d \
273 fdc.7d := LINKSRC = fd.7d
/illumos-gate/usr/src/cmd/hal/probing/volume/
H A Dprobe-volume.c433 int fdc; local
508 if (ioctl(rfd, FDGETCHANGE, &fdc) == 0) {
510 if (fdc & FDGC_CURRENT) {
/illumos-gate/usr/src/uts/sun/io/
H A Dfd.c41 * if we ever have > 1 fdc, we'll have to see what that means. This
111 #define KIOIP KSTAT_INTR_PTR(fdc->c_intrstat)
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,
194 static int fdexec(struct fdctlr *fdc, int flags);
195 static void fdexec_turn_on_motor(struct fdctlr *fdc, in
597 struct fdctlr *fdc; local
807 fd_attach_map_regs(dev_info_t *dip, struct fdctlr *fdc) argument
874 fd_attach_det_ctlr(dev_info_t *dip, struct fdctlr *fdc) argument
985 fd_attach_register_interrupts(dev_info_t *dip, struct fdctlr *fdc, int *hard) argument
1121 fd_attach_check_drive(struct fdctlr *fdc) argument
1234 fd_cleanup(dev_info_t *dip, struct fdctlr *fdc, int hard, int locks) argument
1348 struct fdctlr *fdc = fd_getctlr(instance << FDINSTSHIFT); local
1405 register struct fdctlr *fdc; local
1439 struct fdctlr *fdc; local
1476 struct fdctlr *fdc; local
1651 register struct fdctlr *fdc; local
1696 struct fdctlr *fdc; local
1846 struct fdctlr *fdc = arg; local
1885 struct fdctlr *fdc; local
2563 fdrawioctl(struct fdctlr *fdc, int unit, intptr_t arg, int mode) argument
2947 fdformat(struct fdctlr *fdc, int unit, int cyl, int hd) argument
3082 fdstart(struct fdctlr *fdc) argument
3426 fdstart_dma(struct fdctlr *fdc, caddr_t addr, uint_t len) argument
3539 fd_unbind_handle(struct fdctlr *fdc) argument
3599 fdexec(struct fdctlr *fdc, int flags) argument
3947 fdexec_turn_on_motor(struct fdctlr *fdc, int flags, uint_t unit) argument
4000 fdrecover(struct fdctlr *fdc) argument
4157 struct fdctlr *fdc; local
4601 struct fdctlr *fdc = (struct fdctlr *)arg; local
4663 struct fdctlr *fdc = arg; local
4716 fdgetcsb(struct fdctlr *fdc) argument
4732 fdretcsb(struct fdctlr *fdc) argument
4765 fdreset(struct fdctlr *fdc) argument
4924 fdrecalseek(struct fdctlr *fdc, int unit, int arg, int execflg) argument
4984 fdsensedrv(struct fdctlr *fdc, int unit) argument
5020 fdcheckdisk(struct fdctlr *fdc, int unit) argument
5089 fdselect(struct fdctlr *fdc, int unit, int on) argument
5125 fdeject(struct fdctlr *fdc, int unit) argument
5178 fdsense_chng(struct fdctlr *fdc, int unit) argument
5236 fdgetlabel(struct fdctlr *fdc, int unit) argument
5440 fdrw(struct fdctlr *fdc, int unit, int rw, int cyl, int head, int sector, caddr_t bufp, uint_t len) argument
5635 struct fdctlr *fdc = fdctlrs; local
5931 set_rotational_speed(struct fdctlr *fdc, int unit) argument
6005 struct fdctlr *fdc; local
6037 fd_get_media_state(struct fdctlr *fdc, int unit) argument
6060 struct fdctlr *fdc; local
6155 struct fdctlr *fdc; local
6187 fd_pm_lower_power(struct fdctlr *fdc) argument
6223 fd_pm_raise_power(struct fdctlr *fdc) argument
6293 set_data_count_register(struct fdctlr *fdc, uint32_t count) argument
6339 get_data_count_register(struct fdctlr *fdc) argument
6385 reset_dma_controller(struct fdctlr *fdc) argument
6409 get_dma_control_register(struct fdctlr *fdc) argument
6427 set_data_address_register(struct fdctlr *fdc, uint32_t address) argument
6497 set_dma_mode(struct fdctlr *fdc, int val) argument
6537 set_dma_control_register(struct fdctlr *fdc, uint32_t val) argument
6547 release_sb_dma(struct fdctlr *fdc) argument
6558 quiesce_fd_interrupt(struct fdctlr *fdc) argument
[all...]

Completed in 76 milliseconds