/src/share/man/man4/man4.mac68k/ |
Makefile | 4 MAN= ae.4 ascaudio.4 autoconf.4 cpi.4 intro.4 iwm.4 mainbus.4 mem.4 \
|
/src/sys/arch/mac68k/obio/ |
iwm_fd.c | 219 /* IWM floppy disk controller */ 220 CFATTACH_DECL_NEW(iwm, sizeof(iwm_softc_t), 265 /*** Configure the IWM controller ***/ 270 * Is the IWM chip present? Here, *aux is a ptr to struct confargs 276 * While here, map the machine-dependent physical IO address of IWM 280 * SWIM does not support the IWM register set used by this driver 340 printf("IWM or original SWIM not found.\n"); 352 * The IWM is present, initialize it. Then look up the connected drives 359 iwm_softc_t *iwm; local in function:iwm_attach 363 iwm = device_private(self) 437 iwm_softc_t *iwm; local in function:fd_attach 532 iwm_softc_t *iwm = device_lookup_private(&iwm_cd, 0); \/* XXX *\/ local in function:fdopen 664 iwm_softc_t *iwm = device_lookup_private(&iwm_cd, 0); local in function:fdclose 708 iwm_softc_t *iwm = device_lookup_private(&iwm_cd, 0); local in function:fdioctl 858 iwm_softc_t *iwm = device_lookup_private(&iwm_cd, 0); local in function:fdstrategy 1149 iwm_softc_t *iwm = device_lookup_private(&iwm_cd, 0); \/* XXX *\/ local in function:fdstart_Read 1263 iwm_softc_t *iwm = device_lookup_private(&iwm_cd, 0); \/* XXX *\/ local in function:fdstart_Flush 1392 iwm_softc_t *iwm = device_lookup_private(&iwm_cd, 0); \/* XXX *\/ local in function:fdstart_IOErr 1755 iwm_softc_t *iwm = device_lookup_private(&iwm_cd, 0); \/* XXX *\/ local in function:seek [all...] |
/src/sys/arch/mac68k/include/ |
iopreg.h | 75 } iwm; member in union:__anonc7da8d500108::__anonc7da8d50020a
|
/src/share/man/man4/ |
Makefile | 38 ipw.4 irmce.4 isp.4 ismt.4 isv.4 itesio.4 iteide.4 iwi.4 iwm.4 iwn.4 \
|
/src/sys/dev/pci/ |
if_iwm.c | 1724 DPRINTF(("iwm apm stop\n")); 3790 panic("iwm: could not load RX mbuf"); 8019 SYSCTL_DESCR("iwm per-controller controls"), 8024 "couldn't create iwm per-controller sysctl node\n"); 8256 CFATTACH_DECL_NEW(iwm, sizeof(struct iwm_softc), iwm_match, iwm_attach, 8279 SYSCTL_SETUP(sysctl_iwm, "sysctl iwm(4) subtree setup") 8288 CTLFLAG_PERMANENT, CTLTYPE_NODE, "iwm", 8289 SYSCTL_DESCR("iwm global controls"),
|