| /freebsd-14.2/sys/dev/fdc/ |
| H A D | fdc.c | 524 fdout_wr(fdc, fdc->fdout); in fdc_reset() 627 fdc = fd->fdc; in fd_select() 630 fdout_wr(fdc, fdc->fdout); in fd_select() 661 fdc = fd->fdc; in fd_motor() 674 fdout_wr(fdc, fdc->fdout); in fd_motor() 1104 fdc->status[0], fdc->status[1], fdc->status[2], in fdc_worker() 1184 fdc = fd->fdc; in fd_enqueue() 1212 fdc = fd->fdc; in fd_probe_disk() 1417 fdc = fd->fdc; in fd_access() 1900 fd->fdc = fdc; in fd_probe() [all …]
|
| H A D | fdc_isa.c | 83 fdc->fdc_dev = dev; in fdc_isa_alloc_resources() 115 fdc->iot = rman_get_bustag(fdc->resio[2]); in fdc_isa_alloc_resources() 123 fdc->resio[7] = fdc->resio[2]; in fdc_isa_alloc_resources() 124 fdc->ridio[7] = fdc->ridio[2]; in fdc_isa_alloc_resources() 125 fdc->ioff[7] = fdc->ioff[2] + 5; in fdc_isa_alloc_resources() 126 fdc->ioh[7] = fdc->ioh[2]; in fdc_isa_alloc_resources() 135 fdc->res_irq = bus_alloc_resource_any(dev, SYS_RES_IRQ, &fdc->rid_irq, in fdc_isa_alloc_resources() 150 fdc->dmachan = rman_get_start(fdc->res_drq); in fdc_isa_alloc_resources() 160 struct fdc_data *fdc; in fdc_isa_probe() local 163 fdc->fdc_dev = dev; in fdc_isa_probe() [all …]
|
| H A D | fdcvar.h | 76 __BUS_ACCESSOR(fdc, fdunit, FDC, FDUNIT, int); 77 __BUS_ACCESSOR(fdc, fdtype, FDC, FDTYPE, int);
|
| H A D | fdc_acpi.c | 274 DRIVER_MODULE(fdc, acpi, fdc_acpi_driver, 0, 0);
|
| /freebsd-14.2/bin/sh/ |
| H A D | miscbltin.c | 90 *fdc = (struct fdctx){ in fdctx_init() 93 .ep = &fdc->buf[0], /* No data */ in fdctx_init() 98 fdgetc(struct fdctx *fdc, char *c) in fdgetc() argument 102 if (&fdc->buf[fdc->off] == fdc->ep) { in fdgetc() 103 nread = read(fdc->fd, fdc->buf, fdc->buflen); in fdgetc() 105 fdc->off = 0; in fdgetc() 106 fdc->ep = fdc->buf + nread; in fdgetc() 110 *c = fdc->buf[fdc->off++]; in fdgetc() 116 fdctx_destroy(struct fdctx *fdc) in fdctx_destroy() argument 120 if (fdc->buflen > 1) { in fdctx_destroy() [all …]
|
| /freebsd-14.2/contrib/netbsd-tests/lib/libc/sys/ |
| H A D | t_listen.c | 53 int fda, fdb, fdc; in ATF_TC_BODY() local 68 fdc = open("listen", O_RDWR | O_CREAT, 0600); in ATF_TC_BODY() 70 ATF_REQUIRE(fda >= 0 && fdb >= 0 && fdc >= 0); in ATF_TC_BODY() 71 ATF_REQUIRE_ERRNO(ENOTSOCK, listen(fdc, 1) == -1); in ATF_TC_BODY() 73 (void)close(fdc); in ATF_TC_BODY()
|
| /freebsd-14.2/sys/modules/fdc/ |
| H A D | Makefile | 2 KMOD= fdc 4 .PATH: ${SRCTOP}/sys/dev/fdc 5 SRCS= fdc.c fdc_isa.c
|
| /freebsd-14.2/sys/i386/conf/ |
| H A D | GENERIC.hints | 1 hint.fdc.0.at="isa" 2 hint.fdc.0.port="0x3F0" 3 hint.fdc.0.irq="6" 4 hint.fdc.0.drq="2"
|
| H A D | GENERIC | 113 device fdc
|
| /freebsd-14.2/tools/kerneldoc/subsys/ |
| H A D | Doxyfile-dev_fdc | 12 INPUT = $(DOXYGEN_SRC_PATH)/dev/fdc/ \
|
| /freebsd-14.2/sys/contrib/device-tree/src/powerpc/ |
| H A D | amigaone.dts | 151 fdc@3f0 { 152 device_type = "fdc";
|
| /freebsd-14.2/sys/conf/ |
| H A D | files.x86 | 93 dev/fdc/fdc.c optional fdc 94 dev/fdc/fdc_acpi.c optional fdc 95 dev/fdc/fdc_isa.c optional fdc isa
|
| /freebsd-14.2/sys/x86/conf/ |
| H A D | NOTES | 391 device fdc 392 envvar hint.fdc.0.at="isa" 393 envvar hint.fdc.0.port="0x3F0" 394 envvar hint.fdc.0.irq="6" 395 envvar hint.fdc.0.drq="2" 405 #hint.fdc.0.flags="1"
|
| /freebsd-14.2/contrib/libarchive/libarchive/ |
| H A D | archive_string.c | 3301 } fdc[FDC_MAX]; in archive_string_normalize_D() local 3348 fdc[k] = fdc[k-1]; in archive_string_normalize_D() 3349 fdc[0].ccc = CCC(cp2); in archive_string_normalize_D() 3350 fdc[0].uc = cp2; in archive_string_normalize_D() 3363 if (fdc[j].ccc > ccc) in archive_string_normalize_D() 3368 fdc[k] = fdc[k-1]; in archive_string_normalize_D() 3369 fdc[j].ccc = ccc; in archive_string_normalize_D() 3370 fdc[j].uc = uc2; in archive_string_normalize_D() 3372 fdc[fdi].ccc = ccc; in archive_string_normalize_D() 3373 fdc[fdi].uc = uc2; in archive_string_normalize_D() [all …]
|
| /freebsd-14.2/contrib/ntp/ntpdate/ |
| H A D | ntpdate.c | 1906 SOCKET fdc = 0; in input_handler() local 1923 fdc = fd[i]; in input_handler() 1938 fdc = fd[i]; in input_handler() 1975 (void) read(fdc, buf, sizeof buf); in input_handler() 1982 recvfrom(fdc, buf, sizeof(buf), 0, (struct sockaddr *)0, NULL); in input_handler() 1990 rb->recv_length = recvfrom(fdc, (char *)&rb->recv_pkt, in input_handler()
|
| /freebsd-14.2/sys/dev/firewire/ |
| H A D | firewire.c | 708 struct firewire_dev_comm *fdc; in fw_busreset() local 729 fdc = device_get_softc(devlistp[i]); in fw_busreset() 730 if (fdc->post_busreset != NULL) in fw_busreset() 731 fdc->post_busreset(fdc); in fw_busreset() 1770 struct firewire_dev_comm *fdc; in fw_attach_dev() local 1798 fdc = device_get_softc(devlistp[i]); in fw_attach_dev() 1799 if (fdc->post_explore != NULL) in fw_attach_dev() 1800 fdc->post_explore(fdc); in fw_attach_dev()
|
| /freebsd-14.2/tools/tools/nanobsd/pcengines/ |
| H A D | ALIX_DSK | 44 device fdc
|
| /freebsd-14.2/sys/modules/ |
| H A D | Makefile | 115 fdc \
|
| /freebsd-14.2/libexec/bootpd/ |
| H A D | Changes | 256 01/27/93 <fdc@watsun.cc.columbia.edu> Frank da Cruz
|
| /freebsd-14.2/share/man/man4/ |
| H A D | Makefile | 153 fdc.4 \
|
| /freebsd-14.2/sys/amd64/conf/ |
| H A D | GENERIC | 134 device fdc
|
| /freebsd-14.2/share/misc/ |
| H A D | usb_vendors | 1698 0fdc Floppy 15939 0fdc Micro Plus
|
| H A D | pci_vendors | 11891 0fdc GK107 [GK107-INT22-A1] 20060 1028 1fdc Express Flash PM1725a 6.4TB SFF
|