self 111 arch/i386/eisa/eisa_machdep.c eisa_attach_hook(struct device *parent, struct device *self, self 676 arch/i386/i386/apm.c apm_set_ver(struct apm_softc *self) self 793 arch/i386/i386/apm.c apmattach(struct device *parent, struct device *self, void *aux) self 797 arch/i386/i386/apm.c struct apm_softc *sc = (void *)self; self 138 arch/i386/i386/bios.c biosattach(struct device *parent, struct device *self, void *aux) self 140 arch/i386/i386/bios.c struct bios_softc *sc = (struct bios_softc *)self; self 304 arch/i386/i386/bios.c config_found(self, &ba, bios_print); self 315 arch/i386/i386/bios.c config_found(self, &ba, bios_print); self 185 arch/i386/i386/cpu.c cpu_attach(struct device *parent, struct device *self, void *aux) self 187 arch/i386/i386/cpu.c struct cpu_info *ci = (struct cpu_info *)self; self 199 arch/i386/i386/cpu.c self->dv_xname, lapic_cpu_number(), cpunum); self 203 arch/i386/i386/cpu.c bcopy(self, &ci->ci_dev, sizeof *self); self 220 arch/i386/i386/esm.c esm_attach(struct device *parent, struct device *self, void *aux) self 222 arch/i386/i386/esm.c struct esm_softc *sc = (struct esm_softc *)self; self 263 arch/i386/i386/ioapic.c ioapic_attach(struct device *parent, struct device *self, void *aux) self 265 arch/i386/i386/ioapic.c struct ioapic_softc *sc = (struct ioapic_softc *)self; self 167 arch/i386/i386/ipifuncs.c struct cpu_info *ci, *self = curcpu(); self 172 arch/i386/i386/ipifuncs.c if (ci == self) self 142 arch/i386/i386/mainbus.c mainbus_attach(struct device *parent, struct device *self, void *aux) self 155 arch/i386/i386/mainbus.c config_found(self, &mba.mba_bios, mainbus_print); self 168 arch/i386/i386/mainbus.c if (acpi_probe(self, aux, &mba.mba_aaa)) self 169 arch/i386/i386/mainbus.c config_found(self, &mba.mba_aaa, mainbus_print); self 180 arch/i386/i386/mainbus.c config_found(self, &mba.mba_iaa, mainbus_print); self 185 arch/i386/i386/mainbus.c if (mpbios_probe(self)) self 186 arch/i386/i386/mainbus.c mpbios_scan(self); self 200 arch/i386/i386/mainbus.c config_found(self, &caa, mainbus_print); self 221 arch/i386/i386/mainbus.c config_found(self, &mba.mba_busname, NULL); self 230 arch/i386/i386/mainbus.c printf("%s: MP 1.%d configuration %d\n", self->dv_xname, self 235 arch/i386/i386/mainbus.c printf ("%s: No MP configuration found.", self->dv_xname); self 247 arch/i386/i386/mainbus.c config_found(self, &mba.mba_eaa, mainbus_print); self 266 arch/i386/i386/mainbus.c config_found(self, &mba.mba_pba, mainbus_print); self 277 arch/i386/i386/mainbus.c config_found(self, &mba.mba_eba, mainbus_print); self 287 arch/i386/i386/mainbus.c config_found(self, &mba.mba_iba, mainbus_print); self 269 arch/i386/i386/mpbios.c mpbios_probe(struct device *self) self 304 arch/i386/i386/mpbios.c mp_fps = mpbios_search(self, ebda, 1024, &mp_fp_map); self 312 arch/i386/i386/mpbios.c mp_fps = mpbios_search(self, memtop - 1024, 1024, &mp_fp_map); self 319 arch/i386/i386/mpbios.c mp_fps = mpbios_search(self, BIOS_BASE, BIOS_COUNT, &mp_fp_map); self 329 arch/i386/i386/mpbios.c self->dv_xname, loc_where[scan_loc], mp_fp_map.pa); self 335 arch/i386/i386/mpbios.c self->dv_xname); self 340 arch/i386/i386/mpbios.c self->dv_xname, mp_fps->mpfb1); self 354 arch/i386/i386/mpbios.c self->dv_xname, cthpa, cthlen); self 358 arch/i386/i386/mpbios.c self->dv_xname, self 365 arch/i386/i386/mpbios.c self->dv_xname); self 410 arch/i386/i386/mpbios.c mpbios_search(struct device *self, paddr_t start, int count, struct mp_map *map) self 421 arch/i386/i386/mpbios.c self->dv_xname, start, start + count - sizeof(*m)); self 498 arch/i386/i386/mpbios.c mpbios_scan(struct device *self) self 506 arch/i386/i386/mpbios.c printf("%s: Intel MP Specification ", self->dv_xname); self 536 arch/i386/i386/mpbios.c self->dv_xname, mp_fps->mpfb1); self 544 arch/i386/i386/mpbios.c mpbios_cpu((u_int8_t *)&pe, self); self 549 arch/i386/i386/mpbios.c mpbios_cpu((u_int8_t *)&pe, self); self 551 arch/i386/i386/mpbios.c mpbios_ioapic((u_int8_t *)&default_ioapic, self); self 555 arch/i386/i386/mpbios.c self->dv_xname); self 579 arch/i386/i386/mpbios.c self->dv_xname, type); self 635 arch/i386/i386/mpbios.c mpbios_cpu(position, self); self 638 arch/i386/i386/mpbios.c mpbios_bus(position, self); self 641 arch/i386/i386/mpbios.c mpbios_ioapic(position, self); self 652 arch/i386/i386/mpbios.c self->dv_xname, type); self 662 arch/i386/i386/mpbios.c self->dv_xname, mp_cth->ext_len); self 714 arch/i386/i386/mpbios.c mpbios_cpu(const u_int8_t *ent, struct device *self) self 753 arch/i386/i386/mpbios.c config_found_sm(self, &caa, mp_print, mp_match); self 958 arch/i386/i386/mpbios.c mpbios_bus(const u_int8_t *ent, struct device *self) self 963 arch/i386/i386/mpbios.c printf("%s: bus %d is type %6.6s\n", self->dv_xname, self 973 arch/i386/i386/mpbios.c self->dv_xname, bus_id, entry->bus_type); self 994 arch/i386/i386/mpbios.c self->dv_xname); self 1004 arch/i386/i386/mpbios.c self->dv_xname); self 1008 arch/i386/i386/mpbios.c printf("%s: unsupported bus type %6.6s\n", self->dv_xname, self 1015 arch/i386/i386/mpbios.c mpbios_ioapic(const u_int8_t *ent, struct device *self) self 1031 arch/i386/i386/mpbios.c config_found_sm(self, &aaa, mp_print, mp_match); self 1679 arch/i386/i386/pmap.c struct cpu_info *self = curcpu(); self 1684 arch/i386/i386/pmap.c pcb->pcb_ldt = pmap->pm_ldt == NULL ? self->ci_ldt : pmap->pm_ldt; self 1695 arch/i386/i386/pmap.c self->ci_gdt[GUCODE_SEL].sd = pcb->pcb_ldt[LUCODE_SEL].sd = self 2940 arch/i386/i386/pmap.c struct cpu_info *ci, *self = curcpu(); self 2946 arch/i386/i386/pmap.c if (ci == self || !pmap_is_active(pm, ci->ci_cpuid) || self 2977 arch/i386/i386/pmap.c struct cpu_info *ci, *self = curcpu(); self 2984 arch/i386/i386/pmap.c if (ci == self || !pmap_is_active(pm, ci->ci_cpuid) || self 3017 arch/i386/i386/pmap.c struct cpu_info *ci, *self = curcpu(); self 3023 arch/i386/i386/pmap.c if (ci == self || !(ci->ci_flags & CPUF_RUNNING)) self 66 arch/i386/i386/rbus_machdep.c rbus_pccbb_parent_mem(struct device *self, struct pci_attach_args *pa) self 112 arch/i386/i386/rbus_machdep.c rbus_pccbb_parent_io(struct device *self, struct pci_attach_args *pa) self 47 arch/i386/include/rbus_machdep.h rbus_tag_t rbus_pccbb_parent_io(struct device *self, self 49 arch/i386/include/rbus_machdep.h rbus_tag_t rbus_pccbb_parent_mem(struct device *self, self 334 arch/i386/isa/ahc_isa.c ahc_isa_attach(struct device *parent, struct device *self, void *aux) self 336 arch/i386/isa/ahc_isa.c struct ahc_softc *ahc = (void *)self; self 620 arch/i386/isa/isa_machdep.c isa_attach_hook(struct device *parent, struct device *self, self 77 arch/i386/isa/joy_isa.c joy_isa_attach(struct device *parent, struct device *self, void *aux) self 79 arch/i386/isa/joy_isa.c struct joy_softc *sc = (void *) self; self 66 arch/i386/isa/joy_isapnp.c joy_isapnp_attach(struct device *parent, struct device *self, void *aux) self 68 arch/i386/isa/joy_isapnp.c struct joy_softc *sc = (void *) self; self 121 arch/i386/isa/lms.c lmsattach(struct device *parent, struct device *self, void *aux) self 123 arch/i386/isa/lms.c struct lms_softc *sc = (void *)self; self 153 arch/i386/isa/lms.c sc->sc_wsmousedev = config_found(self, &a, wsmousedevprint); self 110 arch/i386/isa/mms.c mmsattach(struct device *parent, struct device *self, void *aux) self 112 arch/i386/isa/mms.c struct mms_softc *sc = (void *)self; self 142 arch/i386/isa/mms.c sc->sc_wsmousedev = config_found(self, &a, wsmousedevprint); self 366 arch/i386/isa/npx.c npxattach(struct device *parent, struct device *self, void *aux) self 368 arch/i386/isa/npx.c struct npx_softc *sc = (void *)self; self 309 arch/i386/isa/pccom.c comattach(struct device *parent, struct device *self, void *aux) self 311 arch/i386/isa/pccom.c struct com_softc *sc = (void *)self; self 417 arch/i386/isa/pccom.c com_detach(struct device *self, int flags) self 419 arch/i386/isa/pccom.c struct com_softc *sc = (struct com_softc *)self; self 428 arch/i386/isa/pccom.c mn = self->dv_unit; self 447 arch/i386/isa/pccom.c com_activate(struct device *self, enum devact act) self 449 arch/i386/isa/pccom.c struct com_softc *sc = (struct com_softc *)self; self 125 arch/i386/pci/elan520.c elansc_attach(struct device *parent, struct device *self, void *aux) self 127 arch/i386/pci/elan520.c struct elansc_softc *sc = (void *) self; self 306 arch/i386/pci/elan520.c elansc_wdogctl_cb(void *self, int period) self 308 arch/i386/pci/elan520.c struct elansc_softc *sc = self; self 89 arch/i386/pci/geodesc.c geodesc_attach(struct device *parent, struct device *self, void *aux) self 91 arch/i386/pci/geodesc.c struct geodesc_softc *sc = (void *) self; self 143 arch/i386/pci/geodesc.c geodesc_wdogctl_cb(void *self, int period) self 145 arch/i386/pci/geodesc.c struct geodesc_softc *sc = self; self 224 arch/i386/pci/glxsb.c glxsb_attach(struct device *parent, struct device *self, void *aux) self 226 arch/i386/pci/glxsb.c struct glxsb_softc *sc = (void *) self; self 87 arch/i386/pci/gscpcib.c gscpcib_attach(struct device *parent, struct device *self, void *aux) self 90 arch/i386/pci/gscpcib.c struct gscpcib_softc *sc = (struct gscpcib_softc *)self; self 136 arch/i386/pci/gscpcib.c pcibattach(parent, self, aux); self 93 arch/i386/pci/gscpm.c gscpm_attach(struct device *parent, struct device *self, void *aux) self 95 arch/i386/pci/gscpm.c struct gscpm_softc *sc = (struct gscpm_softc *)self; self 122 arch/i386/pci/ichpcib.c ichpcib_attach(struct device *parent, struct device *self, void *aux) self 124 arch/i386/pci/ichpcib.c struct ichpcib_softc *sc = (struct ichpcib_softc *)self; self 171 arch/i386/pci/ichpcib.c pcibattach(parent, self, aux); self 178 arch/i386/pci/pchb.c pchbattach(struct device *parent, struct device *self, void *aux) self 180 arch/i386/pci/pchb.c struct pchb_softc *sc = (struct pchb_softc *)self; self 215 arch/i386/pci/pchb.c pchb_amd64ht_attach(self, pa, i); self 241 arch/i386/pci/pchb.c config_found(self, &pba, pchb_print); self 292 arch/i386/pci/pchb.c config_found(self, &pba, pchb_print); self 329 arch/i386/pci/pchb.c config_found(self, &pba, pchb_print); self 455 arch/i386/pci/pchb.c pchb_amd64ht_attach (struct device *self, struct pci_attach_args *pa, int i) self 477 arch/i386/pci/pchb.c config_found(self, &pba, pchb_print); self 173 arch/i386/pci/pci_machdep.c pci_attach_hook(struct device *parent, struct device *self, self 108 arch/i386/pci/pcib.c pcibattach(struct device *parent, struct device *self, void *aux) self 115 arch/i386/pci/pcib.c config_defer(self, pcib_callback); self 119 arch/i386/pci/pcib.c pcib_callback(struct device *self) self 137 arch/i386/pci/pcib.c config_found(self, &iba, pcib_print); self 171 arch/i386/pci/pcibios.c pcibiosattach(struct device *parent, struct device *self, void *aux) self 173 arch/i386/pci/pcibios.c struct pcibios_softc *sc = (struct pcibios_softc *)self; self 178 arch/i386/pci/pcibios.c pcibios_get_status((struct pcibios_softc *)self, &rev_maj, self 204 arch/i386/pci/pcibios.c pcibios_pir_init((struct pcibios_softc *)self) != NULL) { self 238 arch/i386/pci/piixpcib.c piixpcib_attach(struct device *parent, struct device *self, void *aux) self 240 arch/i386/pci/piixpcib.c struct piixpcib_softc *sc = (struct piixpcib_softc *)self; self 254 arch/i386/pci/piixpcib.c pcibattach(parent, self, aux); self 280 dev/acpi/acpi.c struct device *self = (struct device *)arg; self 293 dev/acpi/acpi.c config_found(self, &aaa, acpi_print); self 317 dev/acpi/acpi.c struct device *self = arg; self 339 dev/acpi/acpi.c config_found(self, &aaa, acpi_print); self 344 dev/acpi/acpi.c acpi_attach(struct device *parent, struct device *self, void *aux) self 347 dev/acpi/acpi.c struct acpi_softc *sc = (struct acpi_softc *)self; self 535 dev/acpi/acpi.c config_found(self, &aaa, acpi_print); self 553 dev/acpi/acpi.c config_found_sm(self, &aaa, acpi_print, acpi_submatch); self 1623 dev/acpi/acpi.c struct device *self = (struct device *)arg; self 1652 dev/acpi/acpi.c config_found(self, &aaa, acpi_print); self 1660 dev/acpi/acpi.c struct device *self = (struct device *)arg; self 1698 dev/acpi/acpi.c config_found(self, &aaa, acpi_print); self 1706 dev/acpi/acpi.c struct device *self = (struct device *)arg; self 1719 dev/acpi/acpi.c config_found(self, &aaa, acpi_print); self 63 dev/acpi/acpiac.c acpiac_attach(struct device *parent, struct device *self, void *aux) self 65 dev/acpi/acpiac.c struct acpiac_softc *sc = (struct acpiac_softc *)self; self 66 dev/acpi/acpibat.c acpibat_attach(struct device *parent, struct device *self, void *aux) self 68 dev/acpi/acpibat.c struct acpibat_softc *sc = (struct acpibat_softc *)self; self 81 dev/acpi/acpibtn.c acpibtn_attach(struct device *parent, struct device *self, void *aux) self 83 dev/acpi/acpibtn.c struct acpibtn_softc *sc = (struct acpibtn_softc *)self; self 234 dev/acpi/acpicpu.c acpicpu_attach(struct device *parent, struct device *self, void *aux) self 236 dev/acpi/acpicpu.c struct acpicpu_softc *sc = (struct acpicpu_softc *)self; self 73 dev/acpi/acpidock.c acpidock_attach(struct device *parent, struct device *self, void *aux) self 75 dev/acpi/acpidock.c struct acpidock_softc *sc = (struct acpidock_softc *)self; self 276 dev/acpi/acpiec.c acpiec_attach(struct device *parent, struct device *self, void *aux) self 278 dev/acpi/acpiec.c struct acpiec_softc *sc = (struct acpiec_softc *)self; self 86 dev/acpi/acpihpet.c acpihpet_attach(struct device *parent, struct device *self, void *aux) self 88 dev/acpi/acpihpet.c struct acpihpet_softc *sc = (struct acpihpet_softc *) self; self 121 dev/acpi/acpimadt.c acpimadt_attach(struct device *parent, struct device *self, void *aux) self 162 dev/acpi/acpimadt.c self->dv_xname, entry->madt_lapic.acpi_proc_id, self 193 dev/acpi/acpimadt.c self->dv_xname, entry->madt_ioapic.acpi_ioapic_id, self 232 dev/acpi/acpimadt.c self->dv_xname, entry->madt_override.bus, self 266 dev/acpi/acpimadt.c self->dv_xname, entry->madt_lapic_nmi.acpi_proc_id, self 285 dev/acpi/acpimadt.c self->dv_xname, entry->madt_lapic.apic_type); self 85 dev/acpi/acpiprt.c acpiprt_attach(struct device *parent, struct device *self, void *aux) self 87 dev/acpi/acpiprt.c struct acpiprt_softc *sc = (struct acpiprt_softc *)self; self 78 dev/acpi/acpitimer.c acpitimerattach(struct device *parent, struct device *self, void *aux) self 80 dev/acpi/acpitimer.c struct acpitimer_softc *sc = (struct acpitimer_softc *) self; self 95 dev/acpi/acpitz.c acpitz_attach(struct device *parent, struct device *self, void *aux) self 97 dev/acpi/acpitz.c struct acpitz_softc *sc = (struct acpitz_softc *)self; self 114 dev/adb/akbd.c akbdattach(struct device *parent, struct device *self, void *aux) self 117 dev/adb/akbd.c struct akbd_softc *sc = (struct akbd_softc *)self; self 253 dev/adb/akbd.c sc->sc_wskbddev = config_found(self, &a, wskbddevprint); self 88 dev/adb/ams.c amsattach(struct device *parent, struct device *self, void *aux) self 91 dev/adb/ams.c struct ams_softc *sc = (struct ams_softc *)self; self 185 dev/adb/ams.c sc->sc_wsmousedev = config_found(self, &a, wsmousedevprint); self 96 dev/ata/atascsi.c atascsi_attach(struct device *self, struct atascsi_attach_args *aaa) self 105 dev/ata/atascsi.c as->as_dev = self; self 137 dev/ata/atascsi.c as->as_scsibus = (struct scsibus_softc *)config_found(self, &saa, self 222 dev/ata/wd.c wdattach(struct device *parent, struct device *self, void *aux) self 224 dev/ata/wd.c struct wd_softc *wd = (void *)self; self 322 dev/ata/wd.c self->dv_xname, wd->sc_params.atap_dmatiming_mimi, self 357 dev/ata/wd.c wdactivate(struct device *self, enum devact act) self 375 dev/ata/wd.c wddetach(struct device *self, int flags) self 377 dev/ata/wd.c struct wd_softc *sc = (struct wd_softc *)self; self 392 dev/ata/wd.c mn = DISKMINOR(self->dv_unit, 0); self 225 dev/atapiscsi/atapiscsi.c atapiscsi_attach(parent, self, aux) self 226 dev/atapiscsi/atapiscsi.c struct device *parent, *self; self 229 dev/atapiscsi/atapiscsi.c struct atapiscsi_softc *as = (struct atapiscsi_softc *)self; self 230 dev/audio.c audioattach(struct device *parent, struct device *self, void *aux) self 232 dev/audio.c struct audio_softc *sc = (void *)self; self 339 dev/audio.c audioactivate(struct device *self, enum devact act) self 341 dev/audio.c struct audio_softc *sc = (struct audio_softc *)self; self 355 dev/audio.c audiodetach(struct device *self, int flags) self 357 dev/audio.c struct audio_softc *sc = (struct audio_softc *)self; self 385 dev/audio.c mn = self->dv_unit; self 52 dev/bluetooth/bthub.c bthub_attach(struct device *parent, struct device *self, void *aux) self 55 dev/bluetooth/bthub.c struct bthub_softc *sc = (struct bthub_softc *)self; self 65 dev/bluetooth/bthub.c bthub_detach(struct device *self, int flags) self 75 dev/bluetooth/bthub.c mn = self->dv_unit; self 163 dev/bluetooth/btkbd.c btkbd_match(struct device *self, struct cfdata *cfdata, void *aux) self 175 dev/bluetooth/btkbd.c btkbd_attach(struct device *parent, struct device *self, void *aux) self 177 dev/bluetooth/btkbd.c struct btkbd_softc *sc = (struct btkbd_softc *)self; self 209 dev/bluetooth/btkbd.c btkbd_detach(struct device *self, int flags) self 211 dev/bluetooth/btkbd.c struct btkbd_softc *sc = (struct btkbd_softc *)self; self 290 dev/bluetooth/btkbd.c btkbd_enable(void *self, int on) self 292 dev/bluetooth/btkbd.c struct btkbd_softc *sc = (struct btkbd_softc *)self; self 299 dev/bluetooth/btkbd.c btkbd_set_leds(void *self, int leds) self 301 dev/bluetooth/btkbd.c struct btkbd_softc *sc = (struct btkbd_softc *)self; self 329 dev/bluetooth/btkbd.c btkbd_ioctl(void *self, unsigned long cmd, void *data, int flag, struct lwp *l) self 331 dev/bluetooth/btkbd.c struct btkbd_softc *sc = (struct btkbd_softc *)self; self 415 dev/bluetooth/btkbd.c btkbd_input(struct bthidev *self, uint8_t *data, int len) self 417 dev/bluetooth/btkbd.c struct btkbd_softc *sc = (struct btkbd_softc *)self; self 127 dev/bluetooth/btms.c btms_attach(struct device *parent, struct device *self, void *aux) self 129 dev/bluetooth/btms.c struct btms_softc *sc = (struct btms_softc *)self; self 234 dev/bluetooth/btms.c btms_detach(struct device *self, int flags) self 236 dev/bluetooth/btms.c struct btms_softc *sc = (struct btms_softc *)self; self 248 dev/bluetooth/btms.c btms_enable(void *self) self 250 dev/bluetooth/btms.c struct btms_softc *sc = (struct btms_softc *)self; self 260 dev/bluetooth/btms.c btms_ioctl(void *self, unsigned long cmd, void *data, int flag, struct lwp *l) self 277 dev/bluetooth/btms.c btms_disable(void *self) self 279 dev/bluetooth/btms.c struct btms_softc *sc = (struct btms_softc *)self; self 285 dev/bluetooth/btms.c btms_input(struct bthidev *self, uint8_t *data, int len) self 287 dev/bluetooth/btms.c struct btms_softc *sc = (struct btms_softc *)self; self 109 dev/cardbus/cardbus.c cardbusattach(struct device *parent, struct device *self, void *aux) self 111 dev/cardbus/cardbus.c struct cardbus_softc *sc = (void *)self; self 92 dev/cardbus/cardslot.c cardslotattach(struct device *parent, struct device *self, void *aux) self 94 dev/cardbus/cardslot.c struct cardslot_softc *sc = (struct cardslot_softc *)self; self 114 dev/cardbus/cardslot.c if ((csc = (void *)config_found(self, cba, self 124 dev/cardbus/cardslot.c if ((psc = (void *)config_found_sm(self, pa, cardslot_16_print, self 248 dev/cardbus/com_cardbus.c com_cardbus_attach(struct device *parent, struct device *self, void *aux) self 250 dev/cardbus/com_cardbus.c struct com_softc *sc = (struct com_softc*)self; self 251 dev/cardbus/com_cardbus.c struct com_cardbus_softc *csc = (struct com_cardbus_softc*)self; self 375 dev/cardbus/com_cardbus.c com_cardbus_detach(struct device *self, int flags) self 377 dev/cardbus/com_cardbus.c struct com_cardbus_softc *csc = (struct com_cardbus_softc *) self; self 378 dev/cardbus/com_cardbus.c struct com_softc *sc = (struct com_softc *) self; self 379 dev/cardbus/com_cardbus.c struct cardbus_softc *psc = (struct cardbus_softc *)self->dv_parent; self 382 dev/cardbus/com_cardbus.c if ((error = com_detach(self, flags)) != 0) self 105 dev/cardbus/ehci_cardbus.c ehci_cardbus_attach(struct device *parent, struct device *self, void *aux) self 107 dev/cardbus/ehci_cardbus.c struct ehci_cardbus_softc *sc = (struct ehci_cardbus_softc *)self; self 184 dev/cardbus/ehci_cardbus.c ehci_cardbus_detach(struct device *self, int flags) self 186 dev/cardbus/ehci_cardbus.c struct ehci_cardbus_softc *sc = (struct ehci_cardbus_softc *)self; self 111 dev/cardbus/if_acx_cardbus.c acx_cardbus_attach(struct device *parent, struct device *self, void *aux) self 113 dev/cardbus/if_acx_cardbus.c struct acx_cardbus_softc *csc = (struct acx_cardbus_softc *)self; self 180 dev/cardbus/if_acx_cardbus.c acx_cardbus_detach(struct device *self, int flags) self 182 dev/cardbus/if_acx_cardbus.c struct acx_cardbus_softc *csc = (struct acx_cardbus_softc *)self; self 138 dev/cardbus/if_ath_cardbus.c ath_cardbus_attach(struct device *parent, struct device *self, void *aux) self 140 dev/cardbus/if_ath_cardbus.c struct ath_cardbus_softc *csc = (void *)self; self 192 dev/cardbus/if_ath_cardbus.c ath_cardbus_detach(struct device *self, int flags) self 194 dev/cardbus/if_ath_cardbus.c struct ath_cardbus_softc *csc = (void *)self; self 143 dev/cardbus/if_atw_cardbus.c atw_cardbus_attach(struct device *parent, struct device *self, void *aux) self 145 dev/cardbus/if_atw_cardbus.c struct atw_cardbus_softc *csc = (void *)self; self 236 dev/cardbus/if_atw_cardbus.c atw_cardbus_detach(struct device *self, int flags) self 238 dev/cardbus/if_atw_cardbus.c struct atw_cardbus_softc *csc = (void *)self; self 90 dev/cardbus/if_dc_cardbus.c dc_cardbus_attach(parent, self, aux) self 91 dev/cardbus/if_dc_cardbus.c struct device *parent, *self; self 94 dev/cardbus/if_dc_cardbus.c struct dc_cardbus_softc *csc = (struct dc_cardbus_softc *)self; self 238 dev/cardbus/if_dc_cardbus.c dc_cardbus_detach(self, flags) self 239 dev/cardbus/if_dc_cardbus.c struct device *self; self 242 dev/cardbus/if_dc_cardbus.c struct dc_cardbus_softc *csc = (struct dc_cardbus_softc *)self; self 128 dev/cardbus/if_fxp_cardbus.c fxp_cardbus_attach(struct device *parent, struct device *self, void *aux) self 131 dev/cardbus/if_fxp_cardbus.c struct fxp_softc *sc = (struct fxp_softc *) self; self 132 dev/cardbus/if_fxp_cardbus.c struct fxp_cardbus_softc *csc = (struct fxp_cardbus_softc *) self; self 258 dev/cardbus/if_fxp_cardbus.c fxp_cardbus_detach(struct device *self, int flags) self 260 dev/cardbus/if_fxp_cardbus.c struct fxp_softc *sc = (struct fxp_softc *) self; self 261 dev/cardbus/if_fxp_cardbus.c struct fxp_cardbus_softc *csc = (struct fxp_cardbus_softc *) self; self 60 dev/cardbus/if_malo_cardbus.c void malo_cardbus_attach(struct device *parent, struct device *self, self 62 dev/cardbus/if_malo_cardbus.c int malo_cardbus_detach(struct device *self, int flags); self 86 dev/cardbus/if_malo_cardbus.c malo_cardbus_attach(struct device *parent, struct device *self, void *aux) self 88 dev/cardbus/if_malo_cardbus.c struct malo_cardbus_softc *csc = (struct malo_cardbus_softc *)self; self 142 dev/cardbus/if_malo_cardbus.c malo_cardbus_detach(struct device *self, int flags) self 144 dev/cardbus/if_malo_cardbus.c struct malo_cardbus_softc *csc = (struct malo_cardbus_softc *)self; self 96 dev/cardbus/if_pgt_cardbus.c pgt_cardbus_attach(struct device *parent, struct device *self, void *aux) self 98 dev/cardbus/if_pgt_cardbus.c struct pgt_cardbus_softc *csc = (struct pgt_cardbus_softc *)self; self 146 dev/cardbus/if_pgt_cardbus.c pgt_cardbus_detach(struct device *self, int flags) self 148 dev/cardbus/if_pgt_cardbus.c struct pgt_cardbus_softc *csc = (struct pgt_cardbus_softc *)self; self 122 dev/cardbus/if_ral_cardbus.c ral_cardbus_attach(struct device *parent, struct device *self, void *aux) self 124 dev/cardbus/if_ral_cardbus.c struct ral_cardbus_softc *csc = (struct ral_cardbus_softc *)self; self 167 dev/cardbus/if_ral_cardbus.c ral_cardbus_detach(struct device *self, int flags) self 169 dev/cardbus/if_ral_cardbus.c struct ral_cardbus_softc *csc = (struct ral_cardbus_softc *)self; self 112 dev/cardbus/if_re_cardbus.c re_cardbus_attach(struct device *parent, struct device *self, void *aux) self 114 dev/cardbus/if_re_cardbus.c struct re_cardbus_softc *csc = (struct re_cardbus_softc *)self; self 240 dev/cardbus/if_re_cardbus.c re_cardbus_detach(struct device *self, int flags) self 242 dev/cardbus/if_re_cardbus.c struct re_cardbus_softc *csc = (void *)self; self 147 dev/cardbus/if_rl_cardbus.c rl_cardbus_attach(parent, self, aux) self 148 dev/cardbus/if_rl_cardbus.c struct device *parent, *self; self 151 dev/cardbus/if_rl_cardbus.c struct rl_cardbus_softc *csc = (struct rl_cardbus_softc *)self; self 245 dev/cardbus/if_rl_cardbus.c rl_cardbus_detach(self, flags) self 246 dev/cardbus/if_rl_cardbus.c struct device *self; self 249 dev/cardbus/if_rl_cardbus.c struct rl_cardbus_softc *csc = (void *) self; self 199 dev/cardbus/if_rtw_cardbus.c rtw_cardbus_attach(struct device *parent, struct device *self, void *aux) self 201 dev/cardbus/if_rtw_cardbus.c struct rtw_cardbus_softc *csc = (void *)self; self 288 dev/cardbus/if_rtw_cardbus.c rtw_cardbus_detach(struct device *self, int flags) self 290 dev/cardbus/if_rtw_cardbus.c struct rtw_cardbus_softc *csc = (void *)self; self 205 dev/cardbus/if_xl_cardbus.c xl_cardbus_attach(struct device *parent, struct device *self, void *aux) self 207 dev/cardbus/if_xl_cardbus.c struct xl_cardbus_softc *csc = (void *)self; self 251 dev/cardbus/if_xl_cardbus.c self->dv_xname); self 286 dev/cardbus/if_xl_cardbus.c IPL_NET, xl_intr, csc, self->dv_xname); self 336 dev/cardbus/if_xl_cardbus.c xl_cardbus_detach(struct device *self, int arg) self 338 dev/cardbus/if_xl_cardbus.c struct xl_cardbus_softc *csc = (void *)self; self 104 dev/cardbus/ohci_cardbus.c ohci_cardbus_attach(struct device *parent, struct device *self, void *aux) self 106 dev/cardbus/ohci_cardbus.c struct ohci_cardbus_softc *sc = (struct ohci_cardbus_softc *)self; self 190 dev/cardbus/ohci_cardbus.c ohci_cardbus_detach(struct device *self, int flags) self 192 dev/cardbus/ohci_cardbus.c struct ohci_cardbus_softc *sc = (struct ohci_cardbus_softc *)self; self 82 dev/cardbus/puc_cardbus.c puc_cardbus_attach(struct device *parent, struct device *self, void *aux) self 84 dev/cardbus/puc_cardbus.c struct puc_cardbus_softc *csc = (struct puc_cardbus_softc *)self; self 168 dev/cardbus/puc_cardbus.c puc_cardbus_detach(struct device *self, int flags) self 170 dev/cardbus/puc_cardbus.c struct puc_cardbus_softc *csc = (struct puc_cardbus_softc *)self; self 94 dev/cardbus/uhci_cardbus.c uhci_cardbus_attach(struct device *parent, struct device *self, void *aux) self 96 dev/cardbus/uhci_cardbus.c struct uhci_cardbus_softc *sc = (struct uhci_cardbus_softc *)self; self 190 dev/cardbus/uhci_cardbus.c uhci_cardbus_detach(struct device *self, int flags) self 192 dev/cardbus/uhci_cardbus.c struct uhci_cardbus_softc *sc = (struct uhci_cardbus_softc *)self; self 475 dev/eisa/aha1742.c ahbattach(parent, self, aux) self 476 dev/eisa/aha1742.c struct device *parent, *self; self 480 dev/eisa/aha1742.c struct ahb_softc *sc = (void *)self; self 547 dev/eisa/aha1742.c config_found(self, &saa, ahbprint); self 140 dev/eisa/ahc_eisa.c ahc_eisa_attach(parent, self, aux) self 141 dev/eisa/ahc_eisa.c struct device *parent, *self; self 144 dev/eisa/ahc_eisa.c struct ahc_softc *ahc = (void *)self; self 150 dev/eisa/bha_eisa.c bha_eisa_attach(parent, self, aux) self 151 dev/eisa/bha_eisa.c struct device *parent, *self; self 155 dev/eisa/bha_eisa.c struct bha_softc *sc = (void *)self; self 146 dev/eisa/cac_eisa.c cac_eisa_attach(parent, self, aux) self 148 dev/eisa/cac_eisa.c struct device *self; self 161 dev/eisa/cac_eisa.c sc = (struct cac_softc *)self; self 147 dev/eisa/dpt_eisa.c dpt_eisa_attach(parent, self, aux) self 148 dev/eisa/dpt_eisa.c struct device *parent, *self; self 161 dev/eisa/dpt_eisa.c sc = (struct dpt_softc *)self; self 114 dev/eisa/eisa.c eisaattach(parent, self, aux) self 115 dev/eisa/eisa.c struct device *parent, *self; self 123 dev/eisa/eisa.c eisa_attach_hook(parent, self, eba); self 157 dev/eisa/eisa.c self->dv_xname, slot); self 174 dev/eisa/eisa.c printf("no device at %s slot %d\n", self->dv_xname, self 186 dev/eisa/eisa.c self->dv_xname, slot); self 215 dev/eisa/eisa.c config_found_sm(self, &ea, eisaprint, eisasubmatch); self 118 dev/eisa/if_ep_eisa.c ep_eisa_attach(parent, self, aux) self 119 dev/eisa/if_ep_eisa.c struct device *parent, *self; self 122 dev/eisa/if_ep_eisa.c struct ep_softc *sc = (void *)self; self 150 dev/eisa/if_fea.c pdq_eisa_attach(parent, self, aux) self 152 dev/eisa/if_fea.c struct device *self; self 155 dev/eisa/if_fea.c pdq_softc_t *sc = (pdq_softc_t *) self; self 232 dev/eisa/if_fea.c self->dv_xname); self 109 dev/eisa/uha_eisa.c uha_eisa_attach(parent, self, aux) self 110 dev/eisa/uha_eisa.c struct device *parent, *self; self 114 dev/eisa/uha_eisa.c struct uha_softc *sc = (void *)self; self 169 dev/flash.c flashdetach(struct device *self, int flags) self 171 dev/flash.c struct flash_softc *sc = (struct flash_softc *)self; self 181 dev/flash.c flashactivate(struct device *self, enum devact act) self 74 dev/gpio/gpio.c gpio_attach(struct device *parent, struct device *self, void *aux) self 76 dev/gpio/gpio.c struct gpio_softc *sc = (struct gpio_softc *)self; self 89 dev/gpio/gpio.c config_search(gpio_search, self, sc); self 93 dev/gpio/gpio.c gpio_detach(struct device *self, int flags) self 103 dev/gpio/gpio.c mn = self->dv_unit; self 98 dev/gpio/gpioiic.c gpioiic_attach(struct device *parent, struct device *self, void *aux) self 100 dev/gpio/gpioiic.c struct gpioiic_softc *sc = (struct gpioiic_softc *)self; self 182 dev/gpio/gpioiic.c config_found(self, &iba, iicbus_print); self 191 dev/gpio/gpioiic.c gpioiic_detach(struct device *self, int flags) self 90 dev/gpio/gpioow.c gpioow_attach(struct device *parent, struct device *self, void *aux) self 92 dev/gpio/gpioow.c struct gpioow_softc *sc = (struct gpioow_softc *)self; self 146 dev/gpio/gpioow.c sc->sc_ow_dev = config_found(self, &oba, onewirebus_print); self 155 dev/gpio/gpioow.c gpioow_detach(struct device *self, int flags) self 157 dev/gpio/gpioow.c struct gpioow_softc *sc = (struct gpioow_softc *)self; self 167 dev/gpio/gpioow.c gpioow_activate(struct device *self, enum devact act) self 169 dev/gpio/gpioow.c struct gpioow_softc *sc = (struct gpioow_softc *)self; self 72 dev/hil/hilid.c hilidattach(struct device *parent, struct device *self, void *aux) self 74 dev/hil/hilid.c struct hilid_softc *sc = (void *)self; self 88 dev/hil/hilid.c printf("%s: security code", self->dv_xname); self 100 dev/hil/hilid.c hiliddetach(struct device *self, int flags) self 146 dev/hil/hilkbd.c hilkbdattach(struct device *parent, struct device *self, void *aux) self 148 dev/hil/hilkbd.c struct hilkbd_softc *sc = (void *)self; self 219 dev/hil/hilkbd.c sc->sc_wskbddev = config_found(self, &a, wskbddevprint); self 233 dev/hil/hilkbd.c hilkbddetach(struct device *self, int flags) self 235 dev/hil/hilkbd.c struct hilkbd_softc *sc = (void *)self; self 100 dev/hil/hilms.c hilmsattach(struct device *parent, struct device *self, void *aux) self 102 dev/hil/hilms.c struct hilms_softc *sc = (void *)self; self 151 dev/hil/hilms.c printf ("\n%s: %d", self->dv_xname, rx); self 166 dev/hil/hilms.c sc->sc_wsmousedev = config_found(self, &a, wsmousedevprint); self 170 dev/hil/hilms.c hilmsdetach(struct device *self, int flags) self 172 dev/hil/hilms.c struct hilms_softc *sc = (void *)self; self 80 dev/i2c/ad741x.c adc_attach(struct device *parent, struct device *self, void *aux) self 82 dev/i2c/ad741x.c struct adc_softc *sc = (struct adc_softc *)self; self 83 dev/i2c/adm1021.c admtemp_attach(struct device *parent, struct device *self, void *aux) self 85 dev/i2c/adm1021.c struct admtemp_softc *sc = (struct admtemp_softc *)self; self 93 dev/i2c/adm1024.c admlc_attach(struct device *parent, struct device *self, void *aux) self 95 dev/i2c/adm1024.c struct admlc_softc *sc = (struct admlc_softc *)self; self 95 dev/i2c/adm1025.c admtm_attach(struct device *parent, struct device *self, void *aux) self 97 dev/i2c/adm1025.c struct admtm_softc *sc = (struct admtm_softc *)self; self 109 dev/i2c/adm1026.c admcts_attach(struct device *parent, struct device *self, void *aux) self 111 dev/i2c/adm1026.c struct admcts_softc *sc = (struct admcts_softc *)self; self 72 dev/i2c/adm1030.c admtmp_attach(struct device *parent, struct device *self, void *aux) self 74 dev/i2c/adm1030.c struct admtmp_softc *sc = (struct admtmp_softc *)self; self 77 dev/i2c/adm1031.c admtt_attach(struct device *parent, struct device *self, void *aux) self 79 dev/i2c/adm1031.c struct admtt_softc *sc = (struct admtt_softc *)self; self 139 dev/i2c/adt7460.c adt_attach(struct device *parent, struct device *self, void *aux) self 141 dev/i2c/adt7460.c struct adt_softc *sc = (struct adt_softc *)self; self 166 dev/i2c/asb100.c asbtm_attach(struct device *parent, struct device *self, void *aux) self 168 dev/i2c/asb100.c struct asbtm_softc *sc = (struct asbtm_softc *)self; self 72 dev/i2c/ds1631.c maxds_attach(struct device *parent, struct device *self, void *aux) self 74 dev/i2c/ds1631.c struct maxds_softc *sc = (struct maxds_softc *)self; self 81 dev/i2c/fcu.c fcu_attach(struct device *parent, struct device *self, void *aux) self 83 dev/i2c/fcu.c struct fcu_softc *sc = (struct fcu_softc *)self; self 111 dev/i2c/fintek.c fintek_attach(struct device *parent, struct device *self, void *aux) self 113 dev/i2c/fintek.c struct fintek_softc *sc = (struct fintek_softc *)self; self 91 dev/i2c/gl518sm.c glenv_attach(struct device *parent, struct device *self, void *aux) self 93 dev/i2c/gl518sm.c struct glenv_softc *sc = (struct glenv_softc *)self; self 126 dev/i2c/i2c.c iic_attach(struct device *parent, struct device *self, void *aux) self 128 dev/i2c/i2c.c struct iic_softc *sc = (void *) self; self 148 dev/i2c/i2c.c config_search(iic_search, self, NULL); self 154 dev/i2c/i2c.c (iba->iba_bus_scan)(self, aux, iba->iba_bus_scan_arg); self 156 dev/i2c/i2c.c iic_scan(self, aux); self 423 dev/i2c/i2c_scan.c iic_probe(struct device *self, struct i2cbus_attach_args *iba, u_int8_t addr) self 831 dev/i2c/i2c_scan.c iic_dump(self, addr, name); self 845 dev/i2c/i2c_scan.c if (config_found(self, &ia, iic_print)) self 850 dev/i2c/i2c_scan.c iic_dump(self, addr, name); self 855 dev/i2c/i2c_scan.c iic_scan(struct device *self, struct i2cbus_attach_args *iba) self 872 dev/i2c/i2c_scan.c iic_probe(self, iba, addr); self 158 dev/i2c/lm75.c lmtemp_attach(struct device *parent, struct device *self, void *aux) self 160 dev/i2c/lm75.c struct lmtemp_softc *sc = (struct lmtemp_softc *)self; self 71 dev/i2c/lm78_i2c.c lm_i2c_attach(struct device *parent, struct device *self, void *aux) self 73 dev/i2c/lm78_i2c.c struct lm_i2c_softc *sc = (struct lm_i2c_softc *)self; self 102 dev/i2c/lm78_i2c.c lm_i2c_detach(struct device *self, int flags) self 104 dev/i2c/lm78_i2c.c struct lm_i2c_softc *sc = (struct lm_i2c_softc *)self; self 98 dev/i2c/lm87.c lmenv_attach(struct device *parent, struct device *self, void *aux) self 100 dev/i2c/lm87.c struct lmenv_softc *sc = (struct lmenv_softc *)self; self 96 dev/i2c/maxim6690.c maxtmp_attach(struct device *parent, struct device *self, void *aux) self 98 dev/i2c/maxim6690.c struct maxtmp_softc *sc = (struct maxtmp_softc *)self; self 88 dev/i2c/pca9532.c pcaled_attach(struct device *parent, struct device *self, void *arg) self 90 dev/i2c/pca9532.c struct pcaled_softc *sc = (void *)self; self 84 dev/i2c/pca9554.c pcagpio_attach(struct device *parent, struct device *self, void *aux) self 86 dev/i2c/pca9554.c struct pcagpio_softc *sc = (struct pcagpio_softc *)self; self 173 dev/i2c/rs5c372.c ricohrtc_attach(struct device *parent, struct device *self, void *arg) self 175 dev/i2c/rs5c372.c struct ricohrtc_softc *sc = (struct ricohrtc_softc *)self; self 72 dev/i2c/tsl2560.c tsl_attach(struct device *parent, struct device *self, void *aux) self 74 dev/i2c/tsl2560.c struct tsl_softc *sc = (struct tsl_softc *)self; self 160 dev/i2c/w83l784r.c wbenv_attach(struct device *parent, struct device *self, void *aux) self 162 dev/i2c/w83l784r.c struct wbenv_softc *sc = (struct wbenv_softc *)self; self 430 dev/i2o/iop.c iop_config_interrupts(struct device *self) self 436 dev/i2o/iop.c sc = (struct iop_softc *)self; self 516 dev/i2o/iop.c sc->sc_eventii.ii_dv = self; self 545 dev/i2o/iop.c config_found_sm(self, &ia, iop_vendor_print, iop_submatch); self 177 dev/i2o/ioprbs.c ioprbs_attach(struct device *parent, struct device *self, void *aux) self 180 dev/i2o/ioprbs.c struct ioprbs_softc *sc = (struct ioprbs_softc *)self; self 208 dev/i2o/ioprbs.c sc->sc_ii.ii_dv = self; self 216 dev/i2o/ioprbs.c sc->sc_eventii.ii_dv = self; self 226 dev/i2o/ioprbs.c printf("%s: unable to register for events", self->dv_xname); self 351 dev/i2o/ioprbs.c printf("%s: device not yet supported\n", self->dv_xname); self 134 dev/i2o/iopsp.c iopsp_attach(struct device *parent, struct device *self, void *aux) self 137 dev/i2o/iopsp.c struct iopsp_softc *sc = (struct iopsp_softc *)self; self 155 dev/i2o/iopsp.c sc->sc_ii.ii_dv = self; self 216 dev/i2o/iopsp.c if (iopsp_reconfig(self) != 0) { self 597 dev/ic/ac97.c ac97_restore_shadow(struct ac97_codec_if *self) self 599 dev/ic/ac97.c struct ac97_softc *as = (struct ac97_softc *)self; self 301 dev/ic/aic6360.c aic_detach(struct device *self, int flags) self 303 dev/ic/aic6360.c struct aic_softc *sc = (struct aic_softc *) self; self 1441 dev/ic/aic6915.c sf_mii_read(struct device *self, int phy, int reg) self 1443 dev/ic/aic6915.c struct sf_softc *sc = (void *) self; self 1469 dev/ic/aic6915.c sf_mii_write(struct device *self, int phy, int reg, int val) self 1471 dev/ic/aic6915.c struct sf_softc *sc = (void *) self; self 1492 dev/ic/aic6915.c sf_mii_statchg(struct device *self) self 1494 dev/ic/aic6915.c struct sf_softc *sc = (void *) self; self 636 dev/ic/aic79xx_openbsd.c ahd_detach(struct device *self, int flags) self 640 dev/ic/aic79xx_openbsd.c struct ahd_softc *ahd = (struct ahd_softc*)self; self 1288 dev/ic/an.c an_shutdown(void *self) self 1290 dev/ic/an.c struct an_softc *sc = (struct an_softc *)self; self 163 dev/ic/ath.c ath_activate(struct device *self, enum devact act) self 165 dev/ic/ath.c struct ath_softc *sc = (struct ath_softc *)self; self 323 dev/ic/atw.c atw_activate(struct device *self, enum devact act) self 325 dev/ic/atw.c struct atw_softc *sc = (struct atw_softc *)self; self 404 dev/ic/awi.c awi_activate(self, act) self 405 dev/ic/awi.c struct device *self; self 408 dev/ic/awi.c struct awi_softc *sc = (struct awi_softc *)self; self 152 dev/ic/ax88190.c ax88190_mii_bitbang_read(self) self 153 dev/ic/ax88190.c struct device *self; self 155 dev/ic/ax88190.c struct ne2000_softc *sc = (void *)self; self 161 dev/ic/ax88190.c ax88190_mii_bitbang_write(self, val) self 162 dev/ic/ax88190.c struct device *self; self 165 dev/ic/ax88190.c struct ne2000_softc *sc = (void *)self; self 171 dev/ic/ax88190.c ax88190_mii_readreg(self, phy, reg) self 172 dev/ic/ax88190.c struct device *self; self 175 dev/ic/ax88190.c return (mii_bitbang_readreg(self, &ax88190_mii_bitbang_ops, phy, reg)); self 179 dev/ic/ax88190.c ax88190_mii_writereg(self, phy, reg, val) self 180 dev/ic/ax88190.c struct device *self; self 183 dev/ic/ax88190.c mii_bitbang_writereg(self, &ax88190_mii_bitbang_ops, phy, reg, val); self 187 dev/ic/ax88190.c ax88190_mii_statchg(self) self 188 dev/ic/ax88190.c struct device *self; self 199 dev/ic/com.c com_detach(struct device *self, int flags) self 201 dev/ic/com.c struct com_softc *sc = (struct com_softc *)self; self 212 dev/ic/com.c mn = self->dv_unit; self 236 dev/ic/com.c com_activate(struct device *self, enum devact act) self 238 dev/ic/com.c struct com_softc *sc = (struct com_softc *)self; self 203 dev/ic/cy.c cy_attach(parent, self) self 204 dev/ic/cy.c struct device *parent, *self; self 207 dev/ic/cy.c struct cy_softc *sc = (void *)self; self 652 dev/ic/dc.c dc_miibus_readreg(self, phy, reg) self 653 dev/ic/dc.c struct device *self; self 657 dev/ic/dc.c struct dc_softc *sc = (struct dc_softc *)self; self 775 dev/ic/dc.c dc_miibus_writereg(self, phy, reg, data) self 776 dev/ic/dc.c struct device *self; self 779 dev/ic/dc.c struct dc_softc *sc = (struct dc_softc *)self; self 848 dev/ic/dc.c dc_miibus_statchg(self) self 849 dev/ic/dc.c struct device *self; self 851 dev/ic/dc.c struct dc_softc *sc = (struct dc_softc *)self; self 190 dev/ic/dl10019.c dl10019_mii_bitbang_read(struct device *self) self 192 dev/ic/dl10019.c struct dp8390_softc *sc = (void *) self; self 200 dev/ic/dl10019.c dl10019_mii_bitbang_write(struct device *self, u_int32_t val) self 202 dev/ic/dl10019.c struct dp8390_softc *sc = (void *) self; self 212 dev/ic/dl10019.c dl10019_mii_readreg(struct device *self, int phy, int reg) self 214 dev/ic/dl10019.c struct ne2000_softc *nsc = (void *) self; self 220 dev/ic/dl10019.c return (mii_bitbang_readreg(self, ops, phy, reg)); self 224 dev/ic/dl10019.c dl10019_mii_writereg(struct device *self, int phy, int reg, int val) self 226 dev/ic/dl10019.c struct ne2000_softc *nsc = (void *) self; self 232 dev/ic/dl10019.c mii_bitbang_writereg(self, ops, phy, reg, val); self 236 dev/ic/dl10019.c dl10019_mii_statchg(struct device *self) self 238 dev/ic/dl10019.c struct dp8390_softc *sc = (void *) self; self 239 dev/ic/dl10019.c struct ne2000_softc *nsc = (void *) self; self 443 dev/ic/elink3.c ep_detach(self) self 444 dev/ic/elink3.c struct device *self; self 446 dev/ic/elink3.c struct ep_softc *sc = (struct ep_softc *)self; self 1834 dev/ic/elink3.c ep_mii_readreg(self, phy, reg) self 1835 dev/ic/elink3.c struct device *self; self 1838 dev/ic/elink3.c struct ep_softc *sc = (struct ep_softc *)self; self 1880 dev/ic/elink3.c ep_mii_writereg(self, phy, reg, val) self 1881 dev/ic/elink3.c struct device *self; self 1884 dev/ic/elink3.c struct ep_softc *sc = (struct ep_softc *)self; self 1907 dev/ic/elink3.c ep_statchg(self) self 1908 dev/ic/elink3.c struct device *self; self 1910 dev/ic/elink3.c struct ep_softc *sc = (struct ep_softc *)self; self 1563 dev/ic/fxp.c fxp_mdi_read(struct device *self, int phy, int reg) self 1565 dev/ic/fxp.c struct fxp_softc *sc = (struct fxp_softc *)self; self 1583 dev/ic/fxp.c fxp_statchg(struct device *self) self 1589 dev/ic/fxp.c fxp_mdi_write(struct device *self, int phy, int reg, int value) self 1591 dev/ic/fxp.c struct fxp_softc *sc = (struct fxp_softc *)self; self 1192 dev/ic/gem.c gem_mii_readreg(struct device *self, int phy, int reg) self 1194 dev/ic/gem.c struct gem_softc *sc = (void *)self; self 1222 dev/ic/gem.c gem_mii_writereg(struct device *self, int phy, int reg, int val) self 1224 dev/ic/gem.c struct gem_softc *sc = (void *)self; self 1310 dev/ic/gem.c gem_pcs_readreg(struct device *self, int phy, int reg) self 1312 dev/ic/gem.c struct gem_softc *sc = (void *)self; self 1347 dev/ic/gem.c gem_pcs_writereg(struct device *self, int phy, int reg, int val) self 1349 dev/ic/gem.c struct gem_softc *sc = (void *)self; self 1014 dev/ic/hme.c hme_mii_readreg(self, phy, reg) self 1015 dev/ic/hme.c struct device *self; self 1018 dev/ic/hme.c struct hme_softc *sc = (struct hme_softc *)self; self 1072 dev/ic/hme.c hme_mii_writereg(self, phy, reg, val) self 1073 dev/ic/hme.c struct device *self; self 1076 dev/ic/hme.c struct hme_softc *sc = (void *)self; self 255 dev/ic/mtd8xx.c mtd_miibus_readreg(struct device *self, int phy, int reg) self 257 dev/ic/mtd8xx.c struct mtd_softc *sc = (void *)self; self 284 dev/ic/mtd8xx.c mtd_miibus_writereg(struct device *self, int phy, int reg, int val) self 286 dev/ic/mtd8xx.c struct mtd_softc *sc = (void *)self; self 311 dev/ic/mtd8xx.c mtd_miibus_statchg(struct device *self) self 428 dev/ic/pckbc.c pckbc_flush(self, slot) self 429 dev/ic/pckbc.c pckbc_tag_t self; self 432 dev/ic/pckbc.c struct pckbc_internal *t = self; self 439 dev/ic/pckbc.c pckbc_poll_data(self, slot) self 440 dev/ic/pckbc.c pckbc_tag_t self; self 443 dev/ic/pckbc.c struct pckbc_internal *t = self; self 463 dev/ic/pckbc.c pckbc_xt_translation(self, slot, on) self 464 dev/ic/pckbc.c pckbc_tag_t self; self 468 dev/ic/pckbc.c struct pckbc_internal *t = self; self 508 dev/ic/pckbc.c pckbc_slot_enable(self, slot, on) self 509 dev/ic/pckbc.c pckbc_tag_t self; self 513 dev/ic/pckbc.c struct pckbc_internal *t = (struct pckbc_internal *)self; self 531 dev/ic/pckbc.c pckbc_set_poll(self, slot, on) self 532 dev/ic/pckbc.c pckbc_tag_t self; self 536 dev/ic/pckbc.c struct pckbc_internal *t = (struct pckbc_internal *)self; self 639 dev/ic/pckbc.c pckbc_poll_cmd(self, slot, cmd, len, responselen, respbuf, slow) self 640 dev/ic/pckbc.c pckbc_tag_t self; self 658 dev/ic/pckbc.c pckbc_poll_cmd1(self, slot, &nc); self 695 dev/ic/pckbc.c pckbc_cleanup(self) self 696 dev/ic/pckbc.c void *self; self 698 dev/ic/pckbc.c struct pckbc_internal *t = self; self 823 dev/ic/pckbc.c pckbc_enqueue_cmd(self, slot, cmd, len, responselen, sync, respbuf) self 824 dev/ic/pckbc.c pckbc_tag_t self; self 830 dev/ic/pckbc.c struct pckbc_internal *t = self; self 891 dev/ic/pckbc.c pckbc_set_inputhandler(self, slot, func, arg, name) self 892 dev/ic/pckbc.c pckbc_tag_t self; self 898 dev/ic/pckbc.c struct pckbc_internal *t = (struct pckbc_internal *)self; self 323 dev/ic/re.c re_gmii_readreg(struct device *self, int phy, int reg) self 325 dev/ic/re.c struct rl_softc *sc = (struct rl_softc *)self; self 1367 dev/ic/rtl81x9.c rl_miibus_readreg(self, phy, reg) self 1368 dev/ic/rtl81x9.c struct device *self; self 1371 dev/ic/rtl81x9.c struct rl_softc *sc = (struct rl_softc *)self; self 1419 dev/ic/rtl81x9.c rl_miibus_writereg(self, phy, reg, val) self 1420 dev/ic/rtl81x9.c struct device *self; self 1423 dev/ic/rtl81x9.c struct rl_softc *sc = (struct rl_softc *)self; self 1463 dev/ic/rtl81x9.c rl_miibus_statchg(self) self 1464 dev/ic/rtl81x9.c struct device *self; self 1400 dev/ic/smc83c170.c epic_mii_read(struct device *self, int phy, int reg) self 1402 dev/ic/smc83c170.c struct epic_softc *sc = (struct epic_softc *)self; self 1421 dev/ic/smc83c170.c epic_mii_write(struct device *self, int phy, int reg, int val) self 1423 dev/ic/smc83c170.c struct epic_softc *sc = (struct epic_softc *)self; self 1437 dev/ic/smc83c170.c epic_statchg(struct device *self) self 1439 dev/ic/smc83c170.c struct epic_softc *sc = (struct epic_softc *)self; self 1226 dev/ic/smc91cxx.c smc91cxx_activate(self, act) self 1227 dev/ic/smc91cxx.c struct device *self; self 1231 dev/ic/smc91cxx.c struct smc91cxx_softc *sc = (struct smc91cxx_softc *)self; self 1251 dev/ic/smc91cxx.c smc91cxx_detach(self, flags) self 1252 dev/ic/smc91cxx.c struct device *self; self 1255 dev/ic/smc91cxx.c struct smc91cxx_softc *sc = (struct smc91cxx_softc *)self; self 1280 dev/ic/smc91cxx.c smc91cxx_mii_bitbang_read(self) self 1281 dev/ic/smc91cxx.c struct device *self; self 1283 dev/ic/smc91cxx.c struct smc91cxx_softc *sc = (void *) self; self 1290 dev/ic/smc91cxx.c smc91cxx_mii_bitbang_write(self, val) self 1291 dev/ic/smc91cxx.c struct device *self; self 1294 dev/ic/smc91cxx.c struct smc91cxx_softc *sc = (void *) self; self 1301 dev/ic/smc91cxx.c smc91cxx_mii_readreg(self, phy, reg) self 1302 dev/ic/smc91cxx.c struct device *self; self 1305 dev/ic/smc91cxx.c struct smc91cxx_softc *sc = (void *) self; self 1310 dev/ic/smc91cxx.c val = mii_bitbang_readreg(self, &smc91cxx_mii_bitbang_ops, phy, reg); self 1318 dev/ic/smc91cxx.c smc91cxx_mii_writereg(self, phy, reg, val) self 1319 dev/ic/smc91cxx.c struct device *self; self 1322 dev/ic/smc91cxx.c struct smc91cxx_softc *sc = (void *) self; self 1326 dev/ic/smc91cxx.c mii_bitbang_writereg(self, &smc91cxx_mii_bitbang_ops, phy, reg, val); self 1332 dev/ic/smc91cxx.c smc91cxx_statchg(self) self 1333 dev/ic/smc91cxx.c struct device *self; self 1335 dev/ic/smc91cxx.c struct smc91cxx_softc *sc = (struct smc91cxx_softc *)self; self 507 dev/ic/vga.c vga_common_attach(self, iot, memt, type) self 508 dev/ic/vga.c struct device *self; self 512 dev/ic/vga.c vga_extended_attach(self, iot, memt, type, NULL); self 516 dev/ic/vga.c vga_extended_attach(self, iot, memt, type, map) self 517 dev/ic/vga.c struct device *self; self 539 dev/ic/vga.c vc->vc_softc = self; self 549 dev/ic/vga.c config_found(self, &aa, wsemuldisplaydevprint); self 746 dev/ic/wdc.c wdcactivate(self, act) self 747 dev/ic/wdc.c struct device *self; self 754 dev/ic/wdc.c config_activate_children(self, act); self 440 dev/ic/xl.c xl_miibus_readreg(struct device *self, int phy, int reg) self 442 dev/ic/xl.c struct xl_softc *sc = (struct xl_softc *)self; self 458 dev/ic/xl.c xl_miibus_writereg(struct device *self, int phy, int reg, int data) self 460 dev/ic/xl.c struct xl_softc *sc = (struct xl_softc *)self; self 476 dev/ic/xl.c xl_miibus_statchg(struct device *self) self 478 dev/ic/xl.c struct xl_softc *sc = (struct xl_softc *)self; self 207 dev/ic/z8530tty.c zstty_attach(parent, self, aux) self 208 dev/ic/z8530tty.c struct device *parent, *self; self 213 dev/ic/z8530tty.c struct zstty_softc *zst = (void *) self; self 1693 dev/ipmi.c ipmi_attach(struct device *parent, struct device *self, void *aux) self 1695 dev/ipmi.c struct ipmi_softc *sc = (void *) self; self 123 dev/isa/addcom_isa.c addcomprobe(parent, self, aux) self 125 dev/isa/addcom_isa.c void *self, *aux; self 191 dev/isa/addcom_isa.c addcomattach(parent, self, aux) self 192 dev/isa/addcom_isa.c struct device *parent, *self; self 195 dev/isa/addcom_isa.c struct addcom_softc *sc = (void *)self; self 248 dev/isa/addcom_isa.c sc->sc_slaves[i] = config_found(self, &ca, addcomprint); self 374 dev/isa/aha.c ahaattach(parent, self, aux) self 375 dev/isa/aha.c struct device *parent, *self; self 379 dev/isa/aha.c struct aha_softc *sc = (void *)self; self 389 dev/isa/aha.c panic("ahaattach: aha_find of %s failed", self->dv_xname); self 419 dev/isa/aha.c config_found(self, &saa, scsiprint); self 122 dev/isa/aic_isa.c aic_isa_attach(parent, self, aux) self 123 dev/isa/aic_isa.c struct device *parent, *self; self 129 dev/isa/aic_isa.c struct aic_softc *sc = (void *)self; self 78 dev/isa/aic_isapnp.c aic_isapnp_attach(parent, self, aux) self 79 dev/isa/aic_isapnp.c struct device *parent, *self; self 82 dev/isa/aic_isapnp.c struct aic_softc *sc = (void *)self; self 183 dev/isa/aps.c aps_attach(struct device *parent, struct device *self, void *aux) self 185 dev/isa/aps.c struct aps_softc *sc = (void *)self; self 273 dev/isa/aria.c ariaprobe(parent, self, aux) self 274 dev/isa/aria.c struct device *parent, *self; self 277 dev/isa/aria.c register struct aria_softc *sc = (void *)self; self 407 dev/isa/aria.c ariaattach(parent, self, aux) self 408 dev/isa/aria.c struct device *parent, *self; self 411 dev/isa/aria.c register struct aria_softc *sc = (struct aria_softc *)self; self 77 dev/isa/ast.c astprobe(parent, self, aux) self 79 dev/isa/ast.c void *self; self 142 dev/isa/ast.c astattach(parent, self, aux) self 143 dev/isa/ast.c struct device *parent, *self; self 146 dev/isa/ast.c struct ast_softc *sc = (void *)self; self 173 dev/isa/ast.c sc->sc_slaves[i] = config_found(self, &ca, astprint); self 81 dev/isa/aztech.c void az_attach(struct device *, struct device * self, void *); self 126 dev/isa/aztech.c az_probe(struct device *parent, void *self, void *aux) self 153 dev/isa/aztech.c az_attach(struct device *parent, struct device *self, void *aux) self 155 dev/isa/aztech.c struct az_softc *sc = (void *) self; self 131 dev/isa/bha_isa.c bha_isa_attach(parent, self, aux) self 132 dev/isa/bha_isa.c struct device *parent, *self; self 136 dev/isa/bha_isa.c struct bha_softc *sc = (void *)self; self 77 dev/isa/boca.c bocaprobe(parent, self, aux) self 79 dev/isa/boca.c void *self; self 142 dev/isa/boca.c bocaattach(parent, self, aux) self 143 dev/isa/boca.c struct device *parent, *self; self 146 dev/isa/boca.c struct boca_softc *sc = (void *)self; self 170 dev/isa/boca.c sc->sc_slaves[i] = config_found(self, &ca, bocaprint); self 113 dev/isa/com_commulti.c struct com_softc *sc = (void *)self; self 118 dev/isa/com_isa.c com_isa_attach(struct device *parent, struct device *self, void *aux) self 120 dev/isa/com_isa.c struct com_softc *sc = (struct com_softc *)self; self 108 dev/isa/com_isapnp.c com_isapnp_attach(struct device *parent, struct device *self, void *aux) self 110 dev/isa/com_isapnp.c struct com_softc *sc = (void *)self; self 90 dev/isa/cy_isa.c cy_isa_attach(parent, self, aux) self 91 dev/isa/cy_isa.c struct device *parent, *self; self 94 dev/isa/cy_isa.c struct cy_softc *sc = (struct cy_softc *)self; self 107 dev/isa/cy_isa.c cy_attach(parent, self); self 501 dev/isa/ega.c ega_attach(parent, self, aux) self 502 dev/isa/ega.c struct device *parent, *self; self 506 dev/isa/ega.c struct ega_softc *sc = (struct ega_softc *)self; self 539 dev/isa/ega.c config_found(self, &aa, wsemuldisplaydevprint); self 75 dev/isa/ess_isapnp.c void ess_isapnp_attach(parent, self, aux) self 76 dev/isa/ess_isapnp.c struct device *parent, *self; self 79 dev/isa/ess_isapnp.c struct ess_softc *sc = (void *)self; self 221 dev/isa/fd.c fdattach(parent, self, aux) self 222 dev/isa/fd.c struct device *parent, *self; self 226 dev/isa/fd.c struct fd_softc *fd = (void *)self; self 139 dev/isa/fdc.c fdcattach(parent, self, aux) self 140 dev/isa/fdc.c struct device *parent, *self; self 143 dev/isa/fdc.c struct fdc_softc *fdc = (void *)self; self 196 dev/isa/fdc.c (void)config_found(self, (void *)&fa, fddprint); self 144 dev/isa/gscsio.c gscsio_attach(struct device *parent, struct device *self, void *aux) self 146 dev/isa/gscsio.c struct gscsio_softc *sc = (void *)self; self 204 dev/isa/gus_isa.c gus_isa_attach(parent, self, aux) self 205 dev/isa/gus_isa.c struct device *parent, *self; self 208 dev/isa/gus_isa.c struct gus_softc *sc = (void *) self; self 216 dev/isa/gus_isa.c panic("%s: can't map io port range 1", self->dv_xname); self 219 dev/isa/gus_isa.c panic("%s: can't map io port range 2", self->dv_xname); self 225 dev/isa/gus_isa.c panic("%s: can't map io port range 3", self->dv_xname); self 229 dev/isa/gus_isa.c panic("%s: can't map io port range 4", self->dv_xname); self 151 dev/isa/gus_isapnp.c gus_isapnp_attach(parent, self, aux) self 152 dev/isa/gus_isapnp.c struct device *parent, *self; self 155 dev/isa/gus_isapnp.c struct gus_softc *sc = (void *) self; self 123 dev/isa/hsq.c hsqprobe(parent, self, aux) self 125 dev/isa/hsq.c void *self; self 190 dev/isa/hsq.c hsqattach(parent, self, aux) self 191 dev/isa/hsq.c struct device *parent, *self; self 194 dev/isa/hsq.c struct hsq_softc *sc = (void *)self; self 217 dev/isa/hsq.c sc->sc_slaves[i] = config_found(self, &ca, hsqprint); self 154 dev/isa/i82365_isa.c pcic_isa_attach(parent, self, aux) self 155 dev/isa/i82365_isa.c struct device *parent, *self; self 158 dev/isa/i82365_isa.c struct pcic_softc *sc = (void *)self; self 103 dev/isa/i82365_isapnp.c pcic_isapnp_attach(parent, self, aux) self 104 dev/isa/i82365_isapnp.c struct device *parent, *self; self 107 dev/isa/i82365_isapnp.c struct pcic_softc *sc = (void *) self; self 68 dev/isa/if_an_isapnp.c an_isapnp_attach(struct device *parent, struct device *self, void *aux) self 70 dev/isa/if_an_isapnp.c struct an_softc *sc = (void *)self; self 250 dev/isa/if_ec.c ec_attach(struct device *parent, struct device *self, void *aux) self 252 dev/isa/if_ec.c struct ec_softc *esc = (struct ec_softc *)self; self 153 dev/isa/if_ef_isapnp.c ef_isapnp_attach(parent, self, aux) self 154 dev/isa/if_ef_isapnp.c struct device *parent, *self; self 157 dev/isa/if_ef_isapnp.c struct ef_softc *sc = (void *)self; self 218 dev/isa/if_ef_isapnp.c mii_attach(self, &sc->sc_mii, 0xffffffff, MII_PHY_ANY, MII_OFFSET_ANY, self 983 dev/isa/if_ef_isapnp.c ef_miibus_statchg(self) self 984 dev/isa/if_ef_isapnp.c struct device *self; self 986 dev/isa/if_ef_isapnp.c struct ef_softc *sc = (struct ef_softc *)self; self 378 dev/isa/if_eg.c egattach(parent, self, aux) self 379 dev/isa/if_eg.c struct device *parent, *self; self 382 dev/isa/if_eg.c struct eg_softc *sc = (void *)self; self 169 dev/isa/if_el.c elattach(parent, self, aux) self 170 dev/isa/if_el.c struct device *parent, *self; self 173 dev/isa/if_el.c struct el_softc *sc = (void *)self; self 262 dev/isa/if_ep_isa.c ep_isa_attach(parent, self, aux) self 263 dev/isa/if_ep_isa.c struct device *parent, *self; self 266 dev/isa/if_ep_isa.c struct ep_softc *sc = (void *)self; self 108 dev/isa/if_ep_isapnp.c ep_isapnp_attach(parent, self, aux) self 109 dev/isa/if_ep_isapnp.c struct device *parent, *self; self 112 dev/isa/if_ep_isapnp.c struct ep_softc *sc = (void *)self; self 261 dev/isa/if_ex.c ex_attach(parent, self, aux) self 262 dev/isa/if_ex.c struct device *parent, *self; self 265 dev/isa/if_ex.c struct ex_softc *sc = (void *)self; self 279 dev/isa/if_ex.c bcopy(self->dv_xname, ifp->if_xname, IFNAMSIZ); self 302 dev/isa/if_ex.c IPL_NET, exintr, sc, self->dv_xname); self 774 dev/isa/if_ie.c ieattach(parent, self, aux) self 775 dev/isa/if_ie.c struct device *parent, *self; self 778 dev/isa/if_ie.c struct ie_softc *sc = (void *)self; self 201 dev/isa/if_lc_isa.c lemac_isa_attach(parent, self, aux) self 203 dev/isa/if_lc_isa.c struct device *self; self 206 dev/isa/if_lc_isa.c struct lemac_softc *sc = (void *)self; self 296 dev/isa/if_le_isa.c le_isa_attach(struct device *parent, struct device *self, self 299 dev/isa/if_le_isa.c struct le_softc *lesc = (void *)self; self 83 dev/isa/if_le_isapnp.c le_isapnp_attach(struct device *parent, struct device *self, void *aux) self 85 dev/isa/if_le_isapnp.c struct le_softc *lesc = (void *)self; self 146 dev/isa/if_ne_isa.c ne_isa_attach(struct device *parent, struct device *self, void *aux) self 148 dev/isa/if_ne_isa.c struct ne_isa_softc *isc = (struct ne_isa_softc *)self; self 106 dev/isa/if_ne_isapnp.c ne_isapnp_attach(struct device *parent, struct device *self, void *aux) self 108 dev/isa/if_ne_isapnp.c struct ne_isapnp_softc * const isc = (struct ne_isapnp_softc *)self; self 101 dev/isa/if_rln_isa.c rln_isa_attach(parent, self, aux) self 102 dev/isa/if_rln_isa.c struct device *parent, *self; self 105 dev/isa/if_rln_isa.c struct rln_softc *sc = (void *)self; self 163 dev/isa/if_sm_isa.c sm_isa_attach(parent, self, aux) self 164 dev/isa/if_sm_isa.c struct device *parent, *self; self 167 dev/isa/if_sm_isa.c struct sm_isa_softc *isc = (struct sm_isa_softc *)self; self 337 dev/isa/if_we.c we_attach(struct device *parent, struct device *self, void *aux) self 339 dev/isa/if_we.c struct we_softc *wsc = (struct we_softc *)self; self 392 dev/isa/if_we.c if (self->dv_cfdata->cf_flags & WE_FLAGS_FORCE_16BIT_MODE) self 394 dev/isa/if_we.c if (self->dv_cfdata->cf_flags & WE_FLAGS_FORCE_8BIT_MODE) self 503 dev/isa/if_we.c sc->sc_flags = self->dv_cfdata->cf_flags; self 102 dev/isa/isa.c isaattach(parent, self, aux) self 103 dev/isa/isa.c struct device *parent, *self; self 106 dev/isa/isa.c struct isa_softc *sc = (struct isa_softc *)self; self 109 dev/isa/isa.c isa_attach_hook(parent, self, iba); self 151 dev/isa/isa.c config_scan(isascan, self); self 117 dev/isa/isadma.c isadmaattach(parent, self, aux) self 118 dev/isa/isadma.c struct device *parent, *self; self 92 dev/isa/isagpio.c isagpio_attach(struct device *parent, struct device *self, void *aux) self 94 dev/isa/isagpio.c struct isagpio_softc *sc = (void *)self; self 887 dev/isa/isapnp.c isapnp_attach(parent, self, aux) self 888 dev/isa/isapnp.c struct device *parent, *self; self 891 dev/isa/isapnp.c struct isapnp_softc *sc = (struct isapnp_softc *) self; self 941 dev/isa/isapnp.c isapnp_print(lpa, self->dv_xname); self 958 dev/isa/isapnp.c self, lpa))) self 959 dev/isa/isapnp.c config_attach(self, match, lpa, isapnp_print); self 961 dev/isa/isapnp.c self, lpa))) self 962 dev/isa/isapnp.c config_attach(self, match, lpa, isapnp_print); self 964 dev/isa/isapnp.c isapnp_print(lpa, self->dv_xname); self 128 dev/isa/it.c it_attach(struct device *parent, struct device *self, void *aux) self 130 dev/isa/it.c struct it_softc *sc = (void *)self; self 135 dev/isa/lm78_isa.c lm_isa_attach(struct device *parent, struct device *self, void *aux) self 137 dev/isa/lm78_isa.c struct lm_isa_softc *sc = (struct lm_isa_softc *)self; self 173 dev/isa/lpt_isa.c lpt_isa_attach(parent, self, aux) self 174 dev/isa/lpt_isa.c struct device *parent, *self; self 177 dev/isa/lpt_isa.c struct lpt_softc *sc = (void *)self; self 241 dev/isa/mcd.c mcdattach(parent, self, aux) self 242 dev/isa/mcd.c struct device *parent, *self; self 245 dev/isa/mcd.c struct mcd_softc *sc = (void *)self; self 104 dev/isa/midi_pcppi.c midi_pcppi_attach(parent, self, aux) self 106 dev/isa/midi_pcppi.c struct device *self; self 109 dev/isa/midi_pcppi.c struct midi_pcppi_softc *sc = (struct midi_pcppi_softc *)self; self 136 dev/isa/mpu_isa.c mpu_isa_attach(parent, self, aux) self 137 dev/isa/mpu_isa.c struct device *parent, *self; self 140 dev/isa/mpu_isa.c struct mpu_isa_softc *sc = (struct mpu_isa_softc *)self; self 52 dev/isa/mpu_isapnp.c mpu_isapnp_attach(parent, self, aux) self 53 dev/isa/mpu_isapnp.c struct device *parent, *self; self 56 dev/isa/mpu_isapnp.c struct mpu_isapnp_softc *sc = (struct mpu_isapnp_softc *)self; self 277 dev/isa/nsclpcsio_isa.c nsclpcsio_isa_attach(struct device *parent, struct device *self, void *aux) self 279 dev/isa/nsclpcsio_isa.c struct nsclpcsio_softc *sc = (void *)self; self 89 dev/isa/opl_ess.c opl_ess_attach(parent, self, aux) self 91 dev/isa/opl_ess.c struct device *self; self 95 dev/isa/opl_ess.c struct opl_softc *sc = (struct opl_softc *)self; self 90 dev/isa/opl_isa.c opl_isa_attach(parent, self, aux) self 92 dev/isa/opl_isa.c struct device *self; self 95 dev/isa/opl_isa.c struct opl_softc *sc = (struct opl_softc *)self; self 88 dev/isa/opl_sb.c opl_sb_attach(parent, self, aux) self 90 dev/isa/opl_sb.c struct device *self; self 94 dev/isa/opl_sb.c struct opl_softc *sc = (struct opl_softc *)self; self 403 dev/isa/pas.c pasattach(parent, self, aux) self 404 dev/isa/pas.c struct device *parent, *self; self 407 dev/isa/pas.c struct pas_softc *sc = (struct pas_softc *)self; self 256 dev/isa/pcdisplay.c pcdisplay_attach(parent, self, aux) self 257 dev/isa/pcdisplay.c struct device *parent, *self; self 261 dev/isa/pcdisplay.c struct pcdisplay_softc *sc = (struct pcdisplay_softc *)self; self 294 dev/isa/pcdisplay.c config_found(self, &aa, wsemuldisplaydevprint); self 116 dev/isa/pckbc_isa.c pckbc_isa_attach(parent, self, aux) self 117 dev/isa/pckbc_isa.c struct device *parent, *self; self 120 dev/isa/pckbc_isa.c struct pckbc_isa_softc *isc = (void *)self; self 151 dev/isa/pcppi.c pcppi_attach(parent, self, aux) self 152 dev/isa/pcppi.c struct device *parent, *self; self 155 dev/isa/pcppi.c struct pcppi_softc *sc = (struct pcppi_softc *)self; self 178 dev/isa/pcppi.c while (config_found(self, &pa, 0)); self 182 dev/isa/pcppi.c pcppi_bell(self, pitch, period, slp) self 183 dev/isa/pcppi.c pcppi_tag_t self; self 187 dev/isa/pcppi.c struct pcppi_softc *sc = self; self 711 dev/isa/pss.c pssprobe(parent, self, aux) self 713 dev/isa/pss.c void *self; self 716 dev/isa/pss.c struct pss_softc *sc = self; self 1010 dev/isa/pss.c pssattach(parent, self, aux) self 1011 dev/isa/pss.c struct device *parent, *self; self 1014 dev/isa/pss.c struct pss_softc *sc = (struct pss_softc *)self; self 1030 dev/isa/pss.c (void)config_found(self, ia->ia_ic, NULL); /* XXX */ self 1043 dev/isa/pss.c spattach(parent, self, aux) self 1044 dev/isa/pss.c struct device *parent, *self; self 1047 dev/isa/pss.c struct ad1848_softc *sc = (struct ad1848_softc *)self; self 1067 dev/isa/pss.c mpuattach(parent, self, aux) self 1068 dev/isa/pss.c struct device *parent, *self; self 1071 dev/isa/pss.c struct mpu_softc *sc = (struct mpu_softc *)self; self 1087 dev/isa/pss.c pcdattach(parent, self, aux) self 1088 dev/isa/pss.c struct device *parent, *self; self 1091 dev/isa/pss.c struct pcd_softc *sc = (struct pcd_softc *)self; self 80 dev/isa/radiotrack2.c void rtii_attach(struct device *, struct device * self, void *); self 152 dev/isa/radiotrack2.c rtii_attach(struct device *parent, struct device *self, void *aux) self 154 dev/isa/radiotrack2.c struct rtii_softc *sc = (void *) self; self 78 dev/isa/rt_isa.c rt_isa_attach(struct device *parent, struct device *self, void *aux) self 80 dev/isa/rt_isa.c struct rt_softc *sc = (void *) self; self 57 dev/isa/rt_isapnp.c rt_isapnp_attach(struct device *parent, struct device *self, void *aux) self 59 dev/isa/rt_isapnp.c struct rt_softc *sc = (void *)self; self 79 dev/isa/rtfps.c rtfpsprobe(parent, self, aux) self 81 dev/isa/rtfps.c void *self; self 144 dev/isa/rtfps.c rtfpsattach(parent, self, aux) self 145 dev/isa/rtfps.c struct device *parent, *self; self 148 dev/isa/rtfps.c struct rtfps_softc *sc = (void *)self; self 186 dev/isa/rtfps.c sc->sc_slaves[i] = config_found(self, &ca, rtfpsprint); self 145 dev/isa/sb_isa.c sb_isa_attach(parent, self, aux) self 146 dev/isa/sb_isa.c struct device *parent, *self; self 149 dev/isa/sb_isa.c struct sbdsp_softc *sc = (struct sbdsp_softc *)self; self 90 dev/isa/sb_isapnp.c sb_isapnp_attach(parent, self, aux) self 91 dev/isa/sb_isapnp.c struct device *parent, *self; self 94 dev/isa/sb_isapnp.c struct sbdsp_softc *sc = (struct sbdsp_softc *) self; self 424 dev/isa/seagate.c seaattach(struct device *parent, struct device *self, void *aux) self 427 dev/isa/seagate.c struct sea_softc *sea = (void *)self; self 452 dev/isa/seagate.c config_found(self, &saa, seaprint); self 64 dev/isa/sf16fmr.c void sfr_attach(struct device *, struct device * self, void *); self 129 dev/isa/sf16fmr.c sfr_attach(struct device *parent, struct device *self, void *aux) self 131 dev/isa/sf16fmr.c struct sfr_softc *sc = (void *) self; self 91 dev/isa/sf16fmr2.c void sf2r_attach(struct device *, struct device * self, void *); self 165 dev/isa/sf16fmr2.c sf2r_attach(struct device *parent, struct device *self, void *aux) self 167 dev/isa/sf16fmr2.c struct sf2r_softc *sc = (void *) self; self 406 dev/isa/spkr.c spkrattach(parent, self, aux) self 408 dev/isa/spkr.c struct device *self; self 194 dev/isa/tcic2_isa.c tcic_isa_attach(parent, self, aux) self 195 dev/isa/tcic2_isa.c struct device *parent, *self; self 198 dev/isa/tcic2_isa.c struct tcic_softc *sc = (void *) self; self 114 dev/isa/uha_isa.c uha_isa_attach(parent, self, aux) self 115 dev/isa/uha_isa.c struct device *parent, *self; self 119 dev/isa/uha_isa.c struct uha_softc *sc = (void *)self; self 90 dev/isa/vga_isa.c vga_isa_attach(parent, self, aux) self 91 dev/isa/vga_isa.c struct device *parent, *self; self 96 dev/isa/vga_isa.c struct vga_isa_softc *sc = (struct vga_isa_softc *)self; self 101 dev/isa/vga_isa.c vga_common_attach(self, ia->ia_iot, ia->ia_memt, self 169 dev/isa/viasio.c viasio_attach(struct device *parent, struct device *self, void *aux) self 171 dev/isa/viasio.c struct viasio_softc *sc = (void *)self; self 124 dev/isa/wdc_isa.c wdc_isa_attach(struct device *parent, struct device *self, void *aux) self 126 dev/isa/wdc_isa.c struct wdc_isa_softc *sc = (void *)self; self 97 dev/isa/wdc_isapnp.c wdc_isapnp_attach(parent, self, aux) self 98 dev/isa/wdc_isapnp.c struct device *parent, *self; self 101 dev/isa/wdc_isapnp.c struct wdc_isapnp_softc *sc = (void *)self; self 284 dev/isa/wds.c wdsattach(parent, self, aux) self 285 dev/isa/wds.c struct device *parent, *self; self 289 dev/isa/wds.c struct wds_softc *sc = (void *)self; self 300 dev/isa/wds.c panic("wdsattach: wds_find of %s failed", self->dv_xname); self 334 dev/isa/wds.c config_found(self, &saa, wdsprint); self 192 dev/isa/wss_isa.c wss_isa_attach(parent, self, aux) self 193 dev/isa/wss_isa.c struct device *parent, *self; self 196 dev/isa/wss_isa.c struct wss_softc *sc = (struct wss_softc *)self; self 92 dev/isa/wss_isapnp.c wss_isapnp_attach(parent, self, aux) self 93 dev/isa/wss_isapnp.c struct device *parent, *self; self 97 dev/isa/wss_isapnp.c struct wss_softc *sc = (struct wss_softc *)self; self 93 dev/isa/ym_isapnp.c ym_isapnp_attach(parent, self, aux) self 94 dev/isa/ym_isapnp.c struct device *parent, *self; self 97 dev/isa/ym_isapnp.c struct ym_softc *sc = (struct ym_softc *)self; self 503 dev/midi.c midiattach(struct device *parent, struct device *self, void *aux) self 505 dev/midi.c struct midi_softc *sc = (struct midi_softc *)self; self 527 dev/midi.c mididetach(struct device *self, int flags) self 529 dev/midi.c struct midi_softc *sc = (struct midi_softc *)self; self 548 dev/midi.c mn = self->dv_unit; self 102 dev/mii/acphy.c acphyattach(struct device *parent, struct device *self, void *aux) self 104 dev/mii/acphy.c struct mii_softc *sc = (struct mii_softc *)self; self 105 dev/mii/amphy.c amphyattach(struct device *parent, struct device *self, void *aux) self 107 dev/mii/amphy.c struct mii_softc *sc = (struct mii_softc *)self; self 105 dev/mii/bmtphy.c bmtphyattach(struct device *parent, struct device *self, void *aux) self 107 dev/mii/bmtphy.c struct mii_softc *sc = (struct mii_softc *)self; self 155 dev/mii/brgphy.c brgphy_attach(struct device *parent, struct device *self, void *aux) self 157 dev/mii/brgphy.c struct mii_softc *sc = (struct mii_softc *)self; self 114 dev/mii/ciphy.c ciphyattach(struct device *parent, struct device *self, void *aux) self 116 dev/mii/ciphy.c struct mii_softc *sc = (struct mii_softc *)self; self 126 dev/mii/dcphy.c dcphy_attach(struct device *parent, struct device *self, void *aux) self 128 dev/mii/dcphy.c struct mii_softc *sc = (struct mii_softc *)self; self 130 dev/mii/eephy.c eephyattach(struct device *parent, struct device *self, void *aux) self 132 dev/mii/eephy.c struct mii_softc *sc = (struct mii_softc *)self; self 127 dev/mii/exphy.c exphyattach(struct device *parent, struct device *self, void *aux) self 129 dev/mii/exphy.c struct mii_softc *sc = (struct mii_softc *)self; self 149 dev/mii/gentbi.c gentbiattach(struct device *parent, struct device *self, void *aux) self 151 dev/mii/gentbi.c struct mii_softc *sc = (struct mii_softc *)self; self 136 dev/mii/icsphy.c icsphyattach(struct device *parent, struct device *self, void *aux) self 138 dev/mii/icsphy.c struct mii_softc *sc = (struct mii_softc *)self; self 137 dev/mii/inphy.c inphyattach(parent, self, aux) self 138 dev/mii/inphy.c struct device *parent, *self; self 141 dev/mii/inphy.c struct mii_softc *sc = (struct mii_softc *)self; self 134 dev/mii/iophy.c iophyattach(parent, self, aux) self 135 dev/mii/iophy.c struct device *parent, *self; self 138 dev/mii/iophy.c struct mii_softc *sc = (struct mii_softc *)self; self 102 dev/mii/ipgphy.c ipgphy_attach(struct device *parent, struct device *self, void *aux) self 104 dev/mii/ipgphy.c struct mii_softc *sc = (struct mii_softc *)self; self 95 dev/mii/luphy.c luphyattach(struct device *parent, struct device *self, void *aux) self 97 dev/mii/luphy.c struct mii_softc *sc = (struct mii_softc *)self; self 140 dev/mii/lxtphy.c lxtphyattach(parent, self, aux) self 141 dev/mii/lxtphy.c struct device *parent, *self; self 144 dev/mii/lxtphy.c struct mii_softc *sc = (struct mii_softc *)self; self 494 dev/mii/mii_physubr.c mii_phy_activate(struct device *self, enum devact act) self 512 dev/mii/mii_physubr.c mii_phy_detach(struct device *self, int flags) self 514 dev/mii/mii_physubr.c struct mii_softc *sc = (void *) self; self 86 dev/mii/mtdphy.c mtdphyattach(struct device *parent, struct device *self, void *aux) self 88 dev/mii/mtdphy.c struct mii_softc *sc = (struct mii_softc *)self; self 106 dev/mii/nsgphy.c nsgphyattach(struct device *parent, struct device *self, void *aux) self 108 dev/mii/nsgphy.c struct mii_softc *sc = (struct mii_softc *)self; self 131 dev/mii/nsphy.c nsphyattach(struct device *parent, struct device *self, void *aux) self 133 dev/mii/nsphy.c struct mii_softc *sc = (struct mii_softc *)self; self 134 dev/mii/nsphyter.c nsphyterattach(struct device *parent, struct device *self, void *aux) self 136 dev/mii/nsphyter.c struct mii_softc *sc = (struct mii_softc *)self; self 130 dev/mii/qsphy.c qsphyattach(struct device *parent, struct device *self, void *aux) self 132 dev/mii/qsphy.c struct mii_softc *sc = (struct mii_softc *)self; self 116 dev/mii/rgephy.c rgephyattach(struct device *parent, struct device *self, void *aux) self 118 dev/mii/rgephy.c struct mii_softc *sc = (struct mii_softc *)self; self 109 dev/mii/rlphy.c rlphyattach(struct device *parent, struct device *self, void *aux) self 111 dev/mii/rlphy.c struct mii_softc *sc = (struct mii_softc *)self; self 134 dev/mii/sqphy.c sqphyattach(struct device *parent, struct device *self, void *aux) self 136 dev/mii/sqphy.c struct mii_softc *sc = (struct mii_softc *)self; self 146 dev/mii/tlphy.c tlphyattach(struct device *parent, struct device *self, void *aux) self 148 dev/mii/tlphy.c struct tlphy_softc *sc = (struct tlphy_softc *)self; self 149 dev/mii/tlphy.c struct tl_softc *tlsc = (struct tl_softc *)self->dv_parent; self 193 dev/mii/tlphy.c tlphy_service(struct mii_softc *self, struct mii_data *mii, int cmd) self 195 dev/mii/tlphy.c struct tlphy_softc *sc = (struct tlphy_softc *)self; self 131 dev/mii/tqphy.c tqphyattach(struct device *parent, struct device *self, void *aux) self 133 dev/mii/tqphy.c struct mii_softc *sc = (struct mii_softc *)self; self 85 dev/mii/txphy.c txphyattach(struct device *parent, struct device *self, void *aux) self 87 dev/mii/txphy.c struct mii_softc *sc = (struct mii_softc *)self; self 116 dev/mii/ukphy.c ukphyattach(struct device *parent, struct device *self, void *aux) self 118 dev/mii/ukphy.c struct mii_softc *sc = (struct mii_softc *)self; self 102 dev/mii/urlphy.c urlphy_attach(struct device *parent, struct device *self, void *aux) self 104 dev/mii/urlphy.c struct mii_softc *sc = (struct mii_softc *)self; self 102 dev/mii/xmphy.c xmphy_attach(struct device *parent, struct device *self, void *aux) self 104 dev/mii/xmphy.c struct mii_softc *sc = (struct mii_softc *)self; self 95 dev/onewire/onewire.c onewire_attach(struct device *parent, struct device *self, void *aux) self 97 dev/onewire/onewire.c struct onewire_softc *sc = (struct onewire_softc *)self; self 110 dev/onewire/onewire.c onewire_detach(struct device *self, int flags) self 112 dev/onewire/onewire.c struct onewire_softc *sc = (struct onewire_softc *)self; self 120 dev/onewire/onewire.c return (config_detach_children(self, flags)); self 124 dev/onewire/onewire.c onewire_activate(struct device *self, enum devact act) self 126 dev/onewire/onewire.c struct onewire_softc *sc = (struct onewire_softc *)self; self 136 dev/onewire/onewire.c return (config_activate_children(self, act)); self 75 dev/onewire/owid.c owid_attach(struct device *parent, struct device *self, void *aux) self 77 dev/onewire/owid.c struct owid_softc *sc = (struct owid_softc *)self; self 95 dev/onewire/owid.c owid_detach(struct device *self, int flags) self 97 dev/onewire/owid.c struct owid_softc *sc = (struct owid_softc *)self; self 105 dev/onewire/owid.c owid_activate(struct device *self, enum devact act) self 107 dev/onewire/owid.c struct owid_softc *sc = (struct owid_softc *)self; self 108 dev/onewire/owsbm.c owsbm_attach(struct device *parent, struct device *self, void *aux) self 110 dev/onewire/owsbm.c struct owsbm_softc *sc = (struct owsbm_softc *)self; self 150 dev/onewire/owsbm.c owsbm_detach(struct device *self, int flags) self 152 dev/onewire/owsbm.c struct owsbm_softc *sc = (struct owsbm_softc *)self; self 164 dev/onewire/owsbm.c owsbm_activate(struct device *self, enum devact act) self 91 dev/onewire/owtemp.c owtemp_attach(struct device *parent, struct device *self, void *aux) self 93 dev/onewire/owtemp.c struct owtemp_softc *sc = (struct owtemp_softc *)self; self 117 dev/onewire/owtemp.c owtemp_detach(struct device *self, int flags) self 119 dev/onewire/owtemp.c struct owtemp_softc *sc = (struct owtemp_softc *)self; self 131 dev/onewire/owtemp.c owtemp_activate(struct device *self, enum devact act) self 212 dev/pci/aac_pci.c aac_pci_attach(parent, self, aux) self 213 dev/pci/aac_pci.c struct device *parent, *self; self 218 dev/pci/aac_pci.c struct aac_softc *sc = (void *)self; self 123 dev/pci/adv_pci.c adv_pci_attach(parent, self, aux) self 124 dev/pci/adv_pci.c struct device *parent, *self; self 128 dev/pci/adv_pci.c ASC_SOFTC *sc = (void *) self; self 112 dev/pci/adw_pci.c adw_pci_attach(parent, self, aux) self 113 dev/pci/adw_pci.c struct device *parent, *self; self 117 dev/pci/adw_pci.c ADW_SOFTC *sc = (void *) self; self 55 dev/pci/agp.c agp_attach(struct device *parent, struct device *self, void *aux) self 58 dev/pci/agp.c struct vga_pci_softc *sc = (struct vga_pci_softc *)self; self 701 dev/pci/ahc_pci.c ahc_pci_attach(parent, self, aux) self 702 dev/pci/ahc_pci.c struct device *parent, *self; self 707 dev/pci/ahc_pci.c struct ahc_softc *ahc = (void *)self; self 572 dev/pci/ahci.c ahci_pci_attach(struct device *parent, struct device *self, void *aux) self 574 dev/pci/ahci.c struct ahci_softc *sc = (struct ahci_softc *)self; self 335 dev/pci/ahd_pci.c ahd_pci_attach(struct device *parent, struct device *self, void *aux) self 339 dev/pci/ahd_pci.c struct ahd_softc *ahd = (void *)self; self 140 dev/pci/alipm.c alipm_attach(struct device *parent, struct device *self, void *aux) self 142 dev/pci/alipm.c struct alipm_softc *sc = (struct alipm_softc *) self; self 136 dev/pci/amdiic.c amdiic_attach(struct device *parent, struct device *self, void *aux) self 138 dev/pci/amdiic.c struct amdiic_softc *sc = (struct amdiic_softc *)self; self 188 dev/pci/amdiic.c config_found(self, &iba, iicbus_print); self 222 dev/pci/amdpm.c amdpm_attach(struct device *parent, struct device *self, void *aux) self 224 dev/pci/amdpm.c struct amdpm_softc *sc = (struct amdpm_softc *) self; self 319 dev/pci/amdpm.c config_found(self, &iba, iicbus_print); self 188 dev/pci/ami_pci.c ami_pci_attach(struct device *parent, struct device *self, void *aux) self 190 dev/pci/ami_pci.c struct ami_softc *sc = (struct ami_softc *)self; self 510 dev/pci/arc.c arc_attach(struct device *parent, struct device *self, void *aux) self 512 dev/pci/arc.c struct arc_softc *sc = (struct arc_softc *)self; self 549 dev/pci/arc.c child = config_found(self, &saa, scsiprint); self 557 dev/pci/arc.c if (bio_register(self, arc_bioctl) != 0) self 576 dev/pci/arc.c arc_detach(struct device *self, int flags) self 578 dev/pci/arc.c struct arc_softc *sc = (struct arc_softc *)self; self 977 dev/pci/arc.c arc_bioctl(struct device *self, u_long cmd, caddr_t addr) self 979 dev/pci/arc.c struct arc_softc *sc = (struct arc_softc *)self; self 344 dev/pci/auich.c auich_attach(parent, self, aux) self 345 dev/pci/auich.c struct device *parent, *self; self 348 dev/pci/auich.c struct auich_softc *sc = (struct auich_softc *)self; self 1422 dev/pci/auich.c auich_powerhook(why, self) self 1424 dev/pci/auich.c void *self; self 1426 dev/pci/auich.c struct auich_softc *sc = (struct auich_softc *)self; self 1208 dev/pci/auixp.c auixp_attach(struct device *parent, struct device *self, void *aux) self 1218 dev/pci/auixp.c sc = (struct auixp_softc *)self; self 1322 dev/pci/auixp.c mountroothook_establish(auixp_post_config, self); self 1327 dev/pci/auixp.c auixp_post_config(void *self) self 1333 dev/pci/auixp.c sc = (struct auixp_softc *)self; self 1400 dev/pci/auixp.c auixp_detach(struct device *self, int flags) self 1404 dev/pci/auixp.c sc = (struct auixp_softc *)self; self 505 dev/pci/autri.c autri_attach(parent, self, aux) self 507 dev/pci/autri.c struct device *self; self 510 dev/pci/autri.c struct autri_softc *sc = (struct autri_softc *)self; self 219 dev/pci/auvia.c auvia_attach(struct device *parent, struct device *self, void *aux) self 222 dev/pci/auvia.c struct auvia_softc *sc = (struct auvia_softc *) self; self 362 dev/pci/azalia.c azalia_pci_attach(struct device *parent, struct device *self, void *aux) self 370 dev/pci/azalia.c sc = (azalia_t*)self; self 413 dev/pci/azalia.c azalia_pci_detach(self, 0); self 418 dev/pci/azalia.c azalia_attach_intr(self); self 422 dev/pci/azalia.c azalia_pci_activate(struct device *self, enum devact act) self 427 dev/pci/azalia.c sc = (azalia_t*)self; self 441 dev/pci/azalia.c azalia_pci_detach(struct device *self, int flags) self 447 dev/pci/azalia.c az = (azalia_t*)self; self 582 dev/pci/azalia.c azalia_attach_intr(struct device *self) self 587 dev/pci/azalia.c az = (azalia_t*)self; self 626 dev/pci/azalia.c azalia_pci_detach(self, 0); self 105 dev/pci/bha_pci.c bha_pci_attach(parent, self, aux) self 106 dev/pci/bha_pci.c struct device *parent, *self; self 110 dev/pci/bha_pci.c struct bha_softc *sc = (void *)self; self 159 dev/pci/bktr/bktr_os.c bktr_attach(struct device *parent, struct device *self, void *aux) self 171 dev/pci/bktr/bktr_os.c bktr = (bktr_ptr_t)self; self 162 dev/pci/cac_pci.c cac_pci_attach(parent, self, aux) self 164 dev/pci/cac_pci.c struct device *self; self 177 dev/pci/cac_pci.c sc = (struct cac_softc *)self; self 212 dev/pci/cac_pci.c printf("%s: can't map i/o or memory space\n", self->dv_xname); self 93 dev/pci/ciss_pci.c ciss_pci_attach(struct device *parent, struct device *self, void *aux) self 95 dev/pci/ciss_pci.c struct ciss_softc *sc = (struct ciss_softc *)self; self 368 dev/pci/cmpci.c cmpci_attach(struct device *parent, struct device *self, void *aux) self 370 dev/pci/cmpci.c struct cmpci_softc *sc = (struct cmpci_softc *)self; self 596 dev/pci/cs4280.c cs4280_attach(parent, self, aux) self 598 dev/pci/cs4280.c struct device *self; self 601 dev/pci/cs4280.c struct cs4280_softc *sc = (struct cs4280_softc *) self; self 288 dev/pci/cs4281.c cs4281_attach(parent, self, aux) self 290 dev/pci/cs4281.c struct device *self; self 293 dev/pci/cs4281.c struct cs4281_softc *sc = (struct cs4281_softc *)self; self 92 dev/pci/cy_pci.c cy_pci_attach(parent, self, aux) self 93 dev/pci/cy_pci.c struct device *parent, *self; self 96 dev/pci/cy_pci.c struct cy_pci_softc *psc = (struct cy_pci_softc *)self; self 97 dev/pci/cy_pci.c struct cy_softc *sc = (struct cy_softc *)self; self 154 dev/pci/cy_pci.c cy_attach(parent, self); self 290 dev/pci/cz.c cz_attach(parent, self, aux) self 291 dev/pci/cz.c struct device *parent, *self; self 294 dev/pci/cz.c struct cz_softc *cz = (void *) self; self 102 dev/pci/dpt_pci.c dpt_pci_attach(parent, self, aux) self 104 dev/pci/dpt_pci.c struct device *self; self 113 dev/pci/dpt_pci.c sc = (struct dpt_softc *)self; self 541 dev/pci/eap.c eap_attach(struct device *parent, struct device *self, void *aux) self 543 dev/pci/eap.c struct eap_softc *sc = (struct eap_softc *)self; self 102 dev/pci/ehci_pci.c ehci_pci_attach(struct device *parent, struct device *self, void *aux) self 104 dev/pci/ehci_pci.c struct ehci_pci_softc *sc = (struct ehci_pci_softc *)self; self 198 dev/pci/ehci_pci.c ehci_pci_detach(struct device *self, int flags) self 200 dev/pci/ehci_pci.c struct ehci_pci_softc *sc = (struct ehci_pci_softc *)self; self 431 dev/pci/emuxki.c emuxki_attach(struct device *parent, struct device *self, void *aux) self 433 dev/pci/emuxki.c struct emuxki_softc *sc = (struct emuxki_softc *) self; self 491 dev/pci/emuxki.c (sc->sc_audev = audio_attach_mi(&emuxki_hw_if, sc, self)) == NULL) { self 498 dev/pci/emuxki.c emuxki_detach(struct device *self, int flags) self 500 dev/pci/emuxki.c struct emuxki_softc *sc = (struct emuxki_softc *) self; self 1009 dev/pci/esa.c esa_attach(struct device *parent, struct device *self, void *aux) self 1011 dev/pci/esa.c struct esa_softc *sc = (struct esa_softc *)self; self 1048 dev/pci/esa.c sc->sc_ih = pci_intr_establish(pc, ih, IPL_AUDIO, esa_intr, self, self 1098 dev/pci/esa.c sc->host_if.arg = self; self 1145 dev/pci/esa.c esa_detach(struct device *self, int flags) self 1147 dev/pci/esa.c struct esa_softc *sc = (struct esa_softc *)self; self 204 dev/pci/eso.c eso_attach(parent, self, aux) self 205 dev/pci/eso.c struct device *parent, *self; self 208 dev/pci/eso.c struct eso_softc *sc = (struct eso_softc *)self; self 389 dev/pci/eso.c eso_defer(self) self 390 dev/pci/eso.c struct device *self; self 392 dev/pci/eso.c struct eso_softc *sc = (struct eso_softc *)self; self 1914 dev/pci/eso.c eso_powerhook(why, self) self 1916 dev/pci/eso.c void *self; self 1918 dev/pci/eso.c struct eso_softc *sc = (struct eso_softc *)self; self 175 dev/pci/fms.c fms_attach(parent, self, aux) self 177 dev/pci/fms.c struct device *self; self 181 dev/pci/fms.c struct fms_softc *sc = (struct fms_softc *) self; self 172 dev/pci/gdt_pci.c gdt_pci_attach(parent, self, aux) self 173 dev/pci/gdt_pci.c struct device *parent, *self; self 177 dev/pci/gdt_pci.c struct gdt_softc *gdt = (void *)self; self 132 dev/pci/gtp.c gtp_attach(struct device *parent, struct device *self, void *aux) self 134 dev/pci/gtp.c struct gtp_softc *sc = (struct gtp_softc *) self; self 142 dev/pci/hifn7751.c hifn_attach(struct device *parent, struct device *self, void *aux) self 144 dev/pci/hifn7751.c struct hifn_softc *sc = (struct hifn_softc *)self; self 260 dev/pci/hifn7751.c self->dv_xname); self 104 dev/pci/i82365_pci.c pcic_pci_attach(parent, self, aux) self 105 dev/pci/i82365_pci.c struct device *parent, *self; self 108 dev/pci/i82365_pci.c struct pcic_softc *sc = (void *) self; self 109 dev/pci/i82365_pci.c struct pcic_pci_softc *psc = (void *) self; self 111 dev/pci/ichiic.c ichiic_attach(struct device *parent, struct device *self, void *aux) self 113 dev/pci/ichiic.c struct ichiic_softc *sc = (struct ichiic_softc *)self; self 168 dev/pci/ichiic.c config_found(self, &iba, iicbus_print); self 92 dev/pci/ichwdt.c ichwdt_attach(struct device *parent, struct device *self, void *aux) self 94 dev/pci/ichwdt.c struct ichwdt_softc *sc = (struct ichwdt_softc *)self; self 103 dev/pci/if_acx_pci.c acx_pci_attach(struct device *parent, struct device *self, void *aux) self 105 dev/pci/if_acx_pci.c struct acx_pci_softc *psc = (struct acx_pci_softc *)self; self 170 dev/pci/if_acx_pci.c acx_pci_detach(struct device *self, int flags) self 172 dev/pci/if_acx_pci.c struct acx_pci_softc *psc = (struct acx_pci_softc *)self; self 109 dev/pci/if_an_pci.c an_pci_attach(struct device *parent, struct device *self, void *aux) self 111 dev/pci/if_an_pci.c struct an_softc *sc = (struct an_softc *)self; self 77 dev/pci/if_art.c art_softc_attach(struct device *parent, struct device *self, void *aux) self 79 dev/pci/if_art.c struct art_softc *sc = (struct art_softc *)self; self 97 dev/pci/if_art.c sc->art_channel = musycc_channel_create(self->dv_xname, 1); self 103 dev/pci/if_art.c if (musycc_channel_attach(psc, sc->art_channel, self, sc->art_gnum) == self 121 dev/pci/if_ath_pci.c ath_pci_attach(struct device *parent, struct device *self, void *aux) self 123 dev/pci/if_ath_pci.c struct ath_pci_softc *psc = (struct ath_pci_softc *)self; self 198 dev/pci/if_ath_pci.c ath_pci_detach(struct device *self, int flags) self 200 dev/pci/if_ath_pci.c struct ath_pci_softc *psc = (struct ath_pci_softc *)self; self 209 dev/pci/if_ath_pci.c ath_pci_shutdown(void *self) self 211 dev/pci/if_ath_pci.c struct ath_pci_softc *psc = (struct ath_pci_softc *)self; self 144 dev/pci/if_atw_pci.c atw_pci_attach(struct device *parent, struct device *self, void *aux) self 146 dev/pci/if_atw_pci.c struct atw_pci_softc *psc = (void *) self; self 225 dev/pci/if_bce.c bce_attach(struct device *parent, struct device *self, void *aux) self 227 dev/pci/if_bce.c struct bce_softc *sc = (struct bce_softc *) self; self 289 dev/pci/if_bce.c self->dv_xname); self 1377 dev/pci/if_bce.c bce_mii_read(struct device *self, int phy, int reg) self 1379 dev/pci/if_bce.c struct bce_softc *sc = (struct bce_softc *) self; self 1408 dev/pci/if_bce.c bce_mii_write(struct device *self, int phy, int reg, int val) self 1410 dev/pci/if_bce.c struct bce_softc *sc = (struct bce_softc *) self; self 1441 dev/pci/if_bce.c bce_statchg(struct device *self) self 1443 dev/pci/if_bce.c struct bce_softc *sc = (struct bce_softc *) self; self 1680 dev/pci/if_bge.c bge_attach(struct device *parent, struct device *self, void *aux) self 1682 dev/pci/if_bge.c struct bge_softc *sc = (struct bge_softc *)self; self 617 dev/pci/if_bnx.c bnx_attach(struct device *parent, struct device *self, void *aux) self 619 dev/pci/if_bnx.c struct bnx_softc *sc = (struct bnx_softc *)self; self 294 dev/pci/if_cas.c cas_attach(struct device *parent, struct device *self, void *aux) self 297 dev/pci/if_cas.c struct cas_softc *sc = (void *)self; self 343 dev/pci/if_cas.c ih, IPL_NET, cas_intr, sc, self->dv_xname); self 1423 dev/pci/if_cas.c cas_mii_readreg(struct device *self, int phy, int reg) self 1425 dev/pci/if_cas.c struct cas_softc *sc = (void *)self; self 1453 dev/pci/if_cas.c cas_mii_writereg(struct device *self, int phy, int reg, int val) self 1455 dev/pci/if_cas.c struct cas_softc *sc = (void *)self; self 1545 dev/pci/if_cas.c cas_pcs_readreg(struct device *self, int phy, int reg) self 1547 dev/pci/if_cas.c struct cas_softc *sc = (void *)self; self 1582 dev/pci/if_cas.c cas_pcs_writereg(struct device *self, int phy, int reg, int val) self 1584 dev/pci/if_cas.c struct cas_softc *sc = (void *)self; self 348 dev/pci/if_che.c cheg_attach(struct device *parent, struct device *self, void *aux) self 350 dev/pci/if_che.c struct cheg_softc *sc = (struct cheg_softc *)self; self 408 dev/pci/if_che.c config_found(self, &caa, cheg_print); self 445 dev/pci/if_che.c che_attach(struct device *parent, struct device *self, void *aux) self 448 dev/pci/if_che.c struct che_softc *sc = (struct che_softc *)self; self 478 dev/pci/if_che.c mii_attach(self, &sc->sc_mii, 0xffffffff, MII_PHY_ANY, self 158 dev/pci/if_dc_pci.c void dc_pci_acpi(self, aux) self 159 dev/pci/if_dc_pci.c struct device *self; self 162 dev/pci/if_dc_pci.c struct dc_softc *sc = (struct dc_softc *)self; self 202 dev/pci/if_dc_pci.c void dc_pci_attach(parent, self, aux) self 203 dev/pci/if_dc_pci.c struct device *parent, *self; self 208 dev/pci/if_dc_pci.c struct dc_softc *sc = (struct dc_softc *)self; self 221 dev/pci/if_dc_pci.c dc_pci_acpi(self, aux); self 251 dev/pci/if_dc_pci.c self->dv_xname); self 133 dev/pci/if_de.c void tulip_attach(struct device * const parent, struct device * const self, void * const aux); self 4551 dev/pci/if_de.c tulip_attach(struct device * const parent, struct device * const self, void * const aux) self 4553 dev/pci/if_de.c tulip_softc_t * const sc = (tulip_softc_t *) self; self 4629 dev/pci/if_de.c bcopy(self->dv_xname, sc->tulip_if.if_xname, IFNAMSIZ); self 4704 dev/pci/if_de.c intr_rtn, sc, self->dv_xname); self 224 dev/pci/if_em.c em_attach(struct device *parent, struct device *self, void *aux) self 232 dev/pci/if_em.c sc = (struct em_softc *)self; self 185 dev/pci/if_en_pci.c static void en_pci_attach(parent, self, aux) self 187 dev/pci/if_en_pci.c struct device *parent, *self; self 191 dev/pci/if_en_pci.c struct en_softc *sc = (void *)self; self 192 dev/pci/if_en_pci.c struct en_pci_softc *scp = (void *)self; self 109 dev/pci/if_ep_pci.c ep_pci_attach(parent, self, aux) self 110 dev/pci/if_ep_pci.c struct device *parent, *self; self 113 dev/pci/if_ep_pci.c struct ep_softc *sc = (void *)self; self 150 dev/pci/if_epic_pci.c epic_pci_attach(struct device *parent, struct device *self, void *aux) self 152 dev/pci/if_epic_pci.c struct epic_pci_softc *psc = (struct epic_pci_softc *)self; self 222 dev/pci/if_epic_pci.c self->dv_xname); self 101 dev/pci/if_fpa.c pdq_pci_attach(parent, self, aux) self 103 dev/pci/if_fpa.c struct device *self; self 106 dev/pci/if_fpa.c pdq_softc_t *sc = (pdq_softc_t *)self; self 150 dev/pci/if_fpa.c pdq_pci_ifintr, sc, self->dv_xname); self 178 dev/pci/if_fpa.c self->dv_xname); self 145 dev/pci/if_fxp_pci.c fxp_pci_attach(struct device *parent, struct device *self, void *aux) self 147 dev/pci/if_fxp_pci.c struct fxp_softc *sc = (struct fxp_softc *)self; self 175 dev/pci/if_fxp_pci.c self->dv_xname); self 204 dev/pci/if_gem_pci.c gem_attach_pci(struct device *parent, struct device *self, void *aux) self 207 dev/pci/if_gem_pci.c struct gem_pci_softc *gsc = (void *)self; self 291 dev/pci/if_gem_pci.c ih, IPL_NET, gem_intr, sc, self->dv_xname); self 197 dev/pci/if_hme_pci.c hmeattach_pci(parent, self, aux) self 198 dev/pci/if_hme_pci.c struct device *parent, *self; self 202 dev/pci/if_hme_pci.c struct hme_pci_softc *hsc = (void *)self; self 290 dev/pci/if_hme_pci.c hme_intr, sc, self->dv_xname); self 161 dev/pci/if_ipw.c ipw_attach(struct device *parent, struct device *self, void *aux) self 163 dev/pci/if_ipw.c struct ipw_softc *sc = (struct ipw_softc *)self; self 167 dev/pci/if_iwi.c iwi_attach(struct device *parent, struct device *self, void *aux) self 169 dev/pci/if_iwi.c struct iwi_softc *sc = (struct iwi_softc *)self; self 163 dev/pci/if_ixgb.c ixgb_attach(struct device *parent, struct device *self, void *aux) self 171 dev/pci/if_ixgb.c sc = (struct ixgb_softc *)self; self 396 dev/pci/if_lge.c lge_attach(struct device *parent, struct device *self, void *aux) self 398 dev/pci/if_lge.c struct lge_softc *sc = (struct lge_softc *)self; self 149 dev/pci/if_lmc_obsd.c struct device * const self, void * const aux); self 161 dev/pci/if_lmc_obsd.c struct device * const self, void * const aux) self 171 dev/pci/if_lmc_obsd.c lmc_softc_t * const sc = (lmc_softc_t *) self; self 220 dev/pci/if_lmc_obsd.c bcopy(self->dv_xname, sc->lmc_if.if_xname, IFNAMSIZ); self 293 dev/pci/if_lmc_obsd.c intr_rtn, sc, self->dv_xname); self 91 dev/pci/if_malo_pci.c malo_pci_attach(struct device *parent, struct device *self, void *aux) self 93 dev/pci/if_malo_pci.c struct malo_pci_softc *psc = (struct malo_pci_softc *)self; self 144 dev/pci/if_malo_pci.c malo_pci_detach(struct device *self, int flags) self 146 dev/pci/if_malo_pci.c struct malo_pci_softc *psc = (struct malo_pci_softc *)self; self 135 dev/pci/if_msk.c void mskc_attach(struct device *, struct device *self, void *aux); self 139 dev/pci/if_msk.c void msk_attach(struct device *, struct device *self, void *aux); self 984 dev/pci/if_msk.c msk_attach(struct device *parent, struct device *self, void *aux) self 986 dev/pci/if_msk.c struct sk_if_softc *sc_if = (struct sk_if_softc *) self; self 1103 dev/pci/if_msk.c mii_attach(self, &sc_if->sk_mii, 0xffffffff, 0, self 1154 dev/pci/if_msk.c mskc_attach(struct device *parent, struct device *self, void *aux) self 1156 dev/pci/if_msk.c struct sk_softc *sc = (struct sk_softc *)self; self 1239 dev/pci/if_msk.c self->dv_xname); self 79 dev/pci/if_mtd_pci.c mtd_pci_attach(struct device *parent, struct device *self, void *aux) self 81 dev/pci/if_mtd_pci.c struct mtd_softc *sc = (void *)self; self 123 dev/pci/if_mtd_pci.c self->dv_xname) == NULL) { self 201 dev/pci/if_myx.c myx_attach(struct device *parent, struct device *self, void *aux) self 203 dev/pci/if_myx.c struct myx_softc *sc = (struct myx_softc *)self; self 176 dev/pci/if_ne_pci.c ne_pci_attach(struct device *parent, struct device *self, void *aux) self 178 dev/pci/if_ne_pci.c struct ne_pci_softc *psc = (struct ne_pci_softc *)self; self 164 dev/pci/if_nfe.c nfe_attach(struct device *parent, struct device *self, void *aux) self 166 dev/pci/if_nfe.c struct nfe_softc *sc = (struct nfe_softc *)self; self 303 dev/pci/if_nfe.c mii_attach(self, &sc->sc_mii, 0xffffffff, MII_PHY_ANY, self 719 dev/pci/if_nge.c nge_attach(parent, self, aux) self 720 dev/pci/if_nge.c struct device *parent, *self; self 723 dev/pci/if_nge.c struct nge_softc *sc = (struct nge_softc *)self; self 843 dev/pci/if_nxe.c nxe_attach(struct device *parent, struct device *self, void *aux) self 845 dev/pci/if_nxe.c struct nxe_softc *sc = (struct nxe_softc *)self; self 574 dev/pci/if_pcn.c pcn_attach(struct device *parent, struct device *self, void *aux) self 576 dev/pci/if_pcn.c struct pcn_softc *sc = (struct pcn_softc *) self; self 682 dev/pci/if_pcn.c self->dv_xname); self 2135 dev/pci/if_pcn.c pcn_mii_readreg(struct device *self, int phy, int reg) self 2137 dev/pci/if_pcn.c struct pcn_softc *sc = (void *) self; self 2154 dev/pci/if_pcn.c pcn_mii_writereg(struct device *self, int phy, int reg, int val) self 2156 dev/pci/if_pcn.c struct pcn_softc *sc = (void *) self; self 2168 dev/pci/if_pcn.c pcn_mii_statchg(struct device *self) self 2170 dev/pci/if_pcn.c struct pcn_softc *sc = (void *) self; self 88 dev/pci/if_pgt_pci.c pgt_pci_attach(struct device *parent, struct device *self, void *aux) self 90 dev/pci/if_pgt_pci.c struct pgt_pci_softc *psc = (struct pgt_pci_softc *)self; self 144 dev/pci/if_pgt_pci.c pgt_pci_detach(struct device *self, int flags) self 146 dev/pci/if_pgt_pci.c struct pgt_pci_softc *psc = (struct pgt_pci_softc *)self; self 114 dev/pci/if_ral_pci.c ral_pci_attach(struct device *parent, struct device *self, void *aux) self 116 dev/pci/if_ral_pci.c struct ral_pci_softc *psc = (struct ral_pci_softc *)self; self 159 dev/pci/if_ral_pci.c ral_pci_detach(struct device *self, int flags) self 161 dev/pci/if_ral_pci.c struct ral_pci_softc *psc = (struct ral_pci_softc *)self; self 123 dev/pci/if_re_pci.c re_pci_attach(struct device *parent, struct device *self, void *aux) self 125 dev/pci/if_re_pci.c struct re_pci_softc *psc = (struct re_pci_softc *)self; self 119 dev/pci/if_rl_pci.c rl_pci_attach(parent, self, aux) self 120 dev/pci/if_rl_pci.c struct device *parent, *self; self 123 dev/pci/if_rl_pci.c struct rl_softc *sc = (struct rl_softc *)self; self 159 dev/pci/if_rl_pci.c self->dv_xname); self 152 dev/pci/if_rtw_pci.c rtw_pci_attach(struct device *parent, struct device *self, void *aux) self 154 dev/pci/if_rtw_pci.c struct rtw_pci_softc *psc = (void *) self; self 244 dev/pci/if_sandrv.c san_attach(struct device *parent, struct device *self, void *aux) self 282 dev/pci/if_sandrv.c "adapter\n", self->dv_xname); self 286 dev/pci/if_sandrv.c self->dv_xname); self 290 dev/pci/if_sandrv.c "FT1 adapter\n", self->dv_xname); self 295 dev/pci/if_sandrv.c "T1/E1 adapter\n", self->dv_xname); self 299 dev/pci/if_sandrv.c "56K adapter\n", self->dv_xname); self 303 dev/pci/if_sandrv.c "T1/E1 adapter\n", self->dv_xname); self 312 dev/pci/if_sandrv.c "T1/E1 adapter\n", self->dv_xname); self 316 dev/pci/if_sandrv.c "T1/E1 adapter\n", self->dv_xname); self 106 dev/pci/if_sf_pci.c sf_pci_attach(struct device *parent, struct device *self, void *aux) self 108 dev/pci/if_sf_pci.c struct sf_pci_softc *psc = (void *) self; self 191 dev/pci/if_sf_pci.c self->dv_xname); self 560 dev/pci/if_sis.c sis_miibus_readreg(struct device *self, int phy, int reg) self 562 dev/pci/if_sis.c struct sis_softc *sc = (struct sis_softc *)self; self 628 dev/pci/if_sis.c sis_miibus_writereg(struct device *self, int phy, int reg, int data) self 630 dev/pci/if_sis.c struct sis_softc *sc = (struct sis_softc *)self; self 675 dev/pci/if_sis.c sis_miibus_statchg(struct device *self) self 677 dev/pci/if_sis.c struct sis_softc *sc = (struct sis_softc *)self; self 890 dev/pci/if_sis.c sis_attach(struct device *parent, struct device *self, void *aux) self 895 dev/pci/if_sis.c struct sis_softc *sc = (struct sis_softc *)self; self 957 dev/pci/if_sis.c self->dv_xname); self 1155 dev/pci/if_sis.c mii_attach(self, &sc->sc_mii, 0xffffffff, MII_PHY_ANY, MII_OFFSET_ANY, self 135 dev/pci/if_sk.c void skc_attach(struct device *, struct device *self, void *aux); self 138 dev/pci/if_sk.c void sk_attach(struct device *, struct device *self, void *aux); self 1042 dev/pci/if_sk.c sk_attach(struct device *parent, struct device *self, void *aux) self 1044 dev/pci/if_sk.c struct sk_if_softc *sc_if = (struct sk_if_softc *) self; self 1231 dev/pci/if_sk.c mii_attach(self, &sc_if->sk_mii, 0xffffffff, MII_PHY_ANY, self 1234 dev/pci/if_sk.c mii_attach(self, &sc_if->sk_mii, 0xffffffff, MII_PHY_ANY, self 1290 dev/pci/if_sk.c skc_attach(struct device *parent, struct device *self, void *aux) self 1292 dev/pci/if_sk.c struct sk_softc *sc = (struct sk_softc *)self; self 1372 dev/pci/if_sk.c self->dv_xname); self 334 dev/pci/if_ste.c ste_miibus_readreg(struct device *self, int phy, int reg) self 336 dev/pci/if_ste.c struct ste_softc *sc = (struct ste_softc *)self; self 352 dev/pci/if_ste.c ste_miibus_writereg(struct device *self, int phy, int reg, int data) self 354 dev/pci/if_ste.c struct ste_softc *sc = (struct ste_softc *)self; self 369 dev/pci/if_ste.c ste_miibus_statchg(struct device *self) self 371 dev/pci/if_ste.c struct ste_softc *sc = (struct ste_softc *)self; self 846 dev/pci/if_ste.c ste_attach(struct device *parent, struct device *self, void *aux) self 850 dev/pci/if_ste.c struct ste_softc *sc = (struct ste_softc *)self; self 922 dev/pci/if_ste.c self->dv_xname); self 975 dev/pci/if_ste.c mii_attach(self, &sc->sc_mii, 0xffffffff, MII_PHY_ANY, MII_OFFSET_ANY, self 178 dev/pci/if_stge.c stge_attach(struct device *parent, struct device *self, void *aux) self 180 dev/pci/if_stge.c struct stge_softc *sc = (struct stge_softc *) self; self 1638 dev/pci/if_stge.c stge_mii_readreg(struct device *self, int phy, int reg) self 1641 dev/pci/if_stge.c return (mii_bitbang_readreg(self, &stge_mii_bitbang_ops, phy, reg)); self 1650 dev/pci/if_stge.c stge_mii_writereg(struct device *self, int phy, int reg, int val) self 1653 dev/pci/if_stge.c mii_bitbang_writereg(self, &stge_mii_bitbang_ops, phy, reg, val); self 1662 dev/pci/if_stge.c stge_mii_statchg(struct device *self) self 1664 dev/pci/if_stge.c struct stge_softc *sc = (struct stge_softc *) self; self 1682 dev/pci/if_stge.c stge_mii_bitbang_read(struct device *self) self 1684 dev/pci/if_stge.c struct stge_softc *sc = (void *) self; self 1695 dev/pci/if_stge.c stge_mii_bitbang_write(struct device *self, uint32_t val) self 1697 dev/pci/if_stge.c struct stge_softc *sc = (void *) self; self 682 dev/pci/if_tht.c thtc_attach(struct device *parent, struct device *self, void *aux) self 684 dev/pci/if_tht.c struct thtc_softc *sc = (struct thtc_softc *)self; self 713 dev/pci/if_tht.c config_found(self, &taa, thtc_print); self 743 dev/pci/if_tht.c tht_attach(struct device *parent, struct device *self, void *aux) self 746 dev/pci/if_tht.c struct tht_softc *sc = (struct tht_softc *)self; self 1514 dev/pci/if_ti.c ti_attach(struct device *parent, struct device *self, void *aux) self 1516 dev/pci/if_ti.c struct ti_softc *sc = (struct ti_softc *)self; self 1544 dev/pci/if_ti.c self->dv_xname); self 1993 dev/pci/if_tl.c tl_attach(parent, self, aux) self 1994 dev/pci/if_tl.c struct device *parent, *self; self 1997 dev/pci/if_tl.c struct tl_softc *sc = (struct tl_softc *)self; self 2051 dev/pci/if_tl.c self->dv_xname); self 2113 dev/pci/if_tl.c tl_hardreset(self); self 2154 dev/pci/if_tl.c tl_hardreset(self); self 2168 dev/pci/if_tl.c mii_attach(self, &sc->sc_mii, 0xffffffff, MII_PHY_ANY, MII_OFFSET_ANY, self 254 dev/pci/if_txp.c txp_attach(parent, self, aux) self 255 dev/pci/if_txp.c struct device *parent, *self; self 258 dev/pci/if_txp.c struct txp_softc *sc = (struct txp_softc *)self; self 285 dev/pci/if_txp.c self->dv_xname); self 701 dev/pci/if_vge.c vge_attach(struct device *parent, struct device *self, void *aux) self 705 dev/pci/if_vge.c struct vge_softc *sc = (struct vge_softc *)self; self 797 dev/pci/if_vge.c mii_attach(self, &sc->sc_mii, 0xffffffff, MII_PHY_ANY, self 354 dev/pci/if_vic.c vic_attach(struct device *parent, struct device *self, void *aux) self 356 dev/pci/if_vic.c struct vic_softc *sc = (struct vic_softc *)self; self 693 dev/pci/if_vic.c vic_shutdown(void *self) self 695 dev/pci/if_vic.c struct vic_softc *sc = (struct vic_softc *)self; self 613 dev/pci/if_vr.c vr_attach(struct device *parent, struct device *self, void *aux) self 617 dev/pci/if_vr.c struct vr_softc *sc = (struct vr_softc *)self; self 686 dev/pci/if_vr.c self->dv_xname); self 777 dev/pci/if_vr.c mii_attach(self, &sc->sc_mii, 0xffffffff, MII_PHY_ANY, MII_OFFSET_ANY, self 708 dev/pci/if_wb.c wb_attach(parent, self, aux) self 709 dev/pci/if_wb.c struct device *parent, *self; self 712 dev/pci/if_wb.c struct wb_softc *sc = (struct wb_softc *)self; self 781 dev/pci/if_wb.c self->dv_xname); self 847 dev/pci/if_wb.c mii_attach(self, &sc->sc_mii, 0xffffffff, MII_PHY_ANY, MII_OFFSET_ANY, self 143 dev/pci/if_wi_pci.c wi_pci_attach(struct device *parent, struct device *self, void *aux) self 145 dev/pci/if_wi_pci.c struct wi_pci_softc *psc = (struct wi_pci_softc *)self; self 146 dev/pci/if_wi_pci.c struct wi_softc *sc = (struct wi_softc *)self; self 171 dev/pci/if_wpi.c wpi_attach(struct device *parent, struct device *self, void *aux) self 173 dev/pci/if_wpi.c struct wpi_softc *sc = (struct wpi_softc *)self; self 339 dev/pci/if_xge.c xge_attach(struct device *parent, struct device *self, void *aux) self 352 dev/pci/if_xge.c sc = (struct xge_softc *)self; self 133 dev/pci/if_xl_pci.c xl_pci_attach(struct device *parent, struct device *self, void *aux) self 135 dev/pci/if_xl_pci.c struct xl_softc *sc = (struct xl_softc *)self; self 258 dev/pci/if_xl_pci.c self->dv_xname); self 79 dev/pci/iha_pci.c iha_pci_attach(parent, self, aux) self 81 dev/pci/iha_pci.c struct device *self; self 88 dev/pci/iha_pci.c struct iha_softc *sc = (void *)self; self 96 dev/pci/iop_pci.c iop_pci_attach(struct device *parent, struct device *self, void *aux) self 106 dev/pci/iop_pci.c sc = (struct iop_softc *)self; self 347 dev/pci/ips.c ips_attach(struct device *parent, struct device *self, void *aux) self 349 dev/pci/ips.c struct ips_softc *sc = (struct ips_softc *)self; self 480 dev/pci/ips.c config_found(self, &saa, scsiprint); self 155 dev/pci/ises.c ises_attach(struct device *parent, struct device *self, void *aux) self 157 dev/pci/ises.c struct ises_softc *sc = (struct ises_softc *)self; self 190 dev/pci/ises.c self->dv_xname); self 390 dev/pci/isp_pci.c isp_pci_attach(struct device *parent, struct device *self, void *aux) self 398 dev/pci/isp_pci.c struct isp_pcisoftc *pcs = (struct isp_pcisoftc *) self; self 701 dev/pci/isp_pci.c isp->isp_confopts = confopts | self->dv_cfdata->cf_flags; self 104 dev/pci/jmb.c jmb_attach(struct device *parent, struct device *self, void *aux) self 166 dev/pci/jmb.c config_found(self, &jpa, jmb_print); self 174 dev/pci/jmb.c config_found(self, &jpa, jmb_print); self 99 dev/pci/lofn.c lofn_attach(parent, self, aux) self 100 dev/pci/lofn.c struct device *parent, *self; self 103 dev/pci/lofn.c struct lofn_softc *sc = (struct lofn_softc *)self; self 125 dev/pci/lofn.c self->dv_xname); self 629 dev/pci/maestro.c maestro_attach(parent, self, aux) self 631 dev/pci/maestro.c struct device *self; self 634 dev/pci/maestro.c struct maestro_softc *sc = (struct maestro_softc *)self; self 871 dev/pci/maestro.c maestro_round_blocksize(self, blk) self 872 dev/pci/maestro.c void *self; self 891 dev/pci/maestro.c maestro_free(self, ptr, pool) self 892 dev/pci/maestro.c void *self, *ptr; self 895 dev/pci/maestro.c struct maestro_softc *sc = (struct maestro_softc *)self; self 901 dev/pci/maestro.c maestro_mappage(self, mem, off, prot) self 902 dev/pci/maestro.c void *self, *mem; self 906 dev/pci/maestro.c struct maestro_softc *sc = (struct maestro_softc *)self; self 915 dev/pci/maestro.c maestro_get_props(self) self 916 dev/pci/maestro.c void *self; self 924 dev/pci/maestro.c maestro_getdev(self, retp) self 925 dev/pci/maestro.c void *self; self 928 dev/pci/maestro.c struct maestro_softc *sc = (struct maestro_softc *)self; self 935 dev/pci/maestro.c maestro_set_port(self, cp) self 936 dev/pci/maestro.c void *self; self 939 dev/pci/maestro.c struct ac97_codec_if *c = ((struct maestro_softc *)self)->codec_if; self 948 dev/pci/maestro.c maestro_get_port(self, cp) self 949 dev/pci/maestro.c void *self; self 952 dev/pci/maestro.c struct ac97_codec_if *c = ((struct maestro_softc *)self)->codec_if; self 961 dev/pci/maestro.c maestro_query_devinfo(self, cp) self 962 dev/pci/maestro.c void *self; self 965 dev/pci/maestro.c struct ac97_codec_if *c = ((struct maestro_softc *)self)->codec_if; self 1335 dev/pci/maestro.c maestro_read_codec(self, regno, datap) self 1336 dev/pci/maestro.c void *self; self 1340 dev/pci/maestro.c struct maestro_softc *sc = (struct maestro_softc *)self; self 1376 dev/pci/maestro.c maestro_write_codec(self, regno, data) self 1377 dev/pci/maestro.c void *self; self 1381 dev/pci/maestro.c struct maestro_softc *sc = (struct maestro_softc *)self; self 1406 dev/pci/maestro.c maestro_attach_codec(self, cif) self 1407 dev/pci/maestro.c void *self; self 1410 dev/pci/maestro.c struct maestro_softc *sc = (struct maestro_softc *)self; self 1417 dev/pci/maestro.c maestro_reset_codec(self) self 1418 dev/pci/maestro.c void *self UNUSED; self 1423 dev/pci/maestro.c maestro_initcodec(self) self 1424 dev/pci/maestro.c void *self; self 1426 dev/pci/maestro.c struct maestro_softc *sc = (struct maestro_softc *)self; self 1490 dev/pci/maestro.c maestro_powerhook(why, self) self 1492 dev/pci/maestro.c void *self; self 1494 dev/pci/maestro.c struct maestro_softc *sc = (struct maestro_softc *)self; self 135 dev/pci/mbg.c mbg_attach(struct device *parent, struct device *self, void *aux) self 137 dev/pci/mbg.c struct mbg_softc *sc = (struct mbg_softc *)self; self 102 dev/pci/mfi_pci.c mfi_pci_attach(struct device *parent, struct device *self, void *aux) self 104 dev/pci/mfi_pci.c struct mfi_softc *sc = (struct mfi_softc *)self; self 90 dev/pci/mpi_pci.c mpi_pci_attach(struct device *parent, struct device *self, void *aux) self 92 dev/pci/mpi_pci.c struct mpi_pci_softc *psc = (void *)self; self 162 dev/pci/mpi_pci.c mpi_pci_detach(struct device *self, int flags) self 164 dev/pci/mpi_pci.c struct mpi_pci_softc *psc = (struct mpi_pci_softc *)self; self 74 dev/pci/musycc_obsd.c musycc_softc_attach(struct device *parent, struct device *self, void *aux) self 76 dev/pci/musycc_obsd.c struct musycc_softc *sc = (struct musycc_softc *)self; self 127 dev/pci/musycc_obsd.c self->dv_xname); self 559 dev/pci/neo.c neo_attach(parent, self, aux) self 561 dev/pci/neo.c struct device *self; self 564 dev/pci/neo.c struct neo_softc *sc = (struct neo_softc *)self; self 134 dev/pci/noct.c noct_attach(parent, self, aux) self 135 dev/pci/noct.c struct device *parent, *self; self 138 dev/pci/noct.c struct noct_softc *sc = (struct noct_softc *)self; self 169 dev/pci/noct.c self->dv_xname); self 104 dev/pci/nofn.c nofn_attach(parent, self, aux) self 105 dev/pci/nofn.c struct device *parent, *self; self 108 dev/pci/nofn.c struct nofn_softc *sc = (struct nofn_softc *)self; self 131 dev/pci/nofn.c self->dv_xname); self 137 dev/pci/nviic.c nviic_attach(struct device *parent, struct device *self, void *aux) self 139 dev/pci/nviic.c struct nviic_softc *sc = (struct nviic_softc *)self; self 188 dev/pci/nviic.c config_found(self, &iba, iicbus_print); self 97 dev/pci/ohci_pci.c ohci_pci_attach(struct device *parent, struct device *self, void *aux) self 99 dev/pci/ohci_pci.c struct ohci_pci_softc *sc = (struct ohci_pci_softc *)self; self 173 dev/pci/ohci_pci.c config_defer(self, ohci_pci_attach_deferred); self 181 dev/pci/ohci_pci.c ohci_pci_attach_deferred(struct device *self) self 183 dev/pci/ohci_pci.c struct ohci_pci_softc *sc = (struct ohci_pci_softc *)self; self 213 dev/pci/ohci_pci.c ohci_pci_detach(struct device *self, int flags) self 215 dev/pci/ohci_pci.c struct ohci_pci_softc *sc = (struct ohci_pci_softc *)self; self 92 dev/pci/opl_cmpci.c opl_cmpci_attach(struct device *parent, struct device *self, void *aux) self 95 dev/pci/opl_cmpci.c struct opl_softc *sc = (struct opl_softc *)self; self 94 dev/pci/opl_eso.c opl_eso_attach(parent, self, aux) self 96 dev/pci/opl_eso.c struct device *self; self 100 dev/pci/opl_eso.c struct opl_softc *sc = (struct opl_softc *)self; self 96 dev/pci/opl_yds.c opl_yds_attach(parent, self, aux) self 98 dev/pci/opl_yds.c struct device *self; self 102 dev/pci/opl_yds.c struct opl_softc *sc = (struct opl_softc *)self; self 364 dev/pci/pccbb.c pccbbattach(parent, self, aux) self 366 dev/pci/pccbb.c struct device *self; self 369 dev/pci/pccbb.c struct pccbb_softc *sc = (void *)self; self 379 dev/pci/pccbb.c pccbb_attach_hook(parent, self, pa); self 391 dev/pci/pccbb.c sc->sc_rbus_iot = rbus_pccbb_parent_io(self, pa); self 392 dev/pci/pccbb.c sc->sc_rbus_memt = rbus_pccbb_parent_mem(self, pa); self 524 dev/pci/pccbb.c config_defer(self, pccbb_pci_callback); self 540 dev/pci/pccbb.c pccbb_pci_callback(self) self 541 dev/pci/pccbb.c struct device *self; self 543 dev/pci/pccbb.c struct pccbb_softc *sc = (void *)self; self 633 dev/pci/pccbb.c if (NULL != (csc = (void *)config_found(self, &caa, cbbprint))) { self 139 dev/pci/pci.c pciattach(struct device *parent, struct device *self, void *aux) self 142 dev/pci/pci.c struct pci_softc *sc = (struct pci_softc *)self; self 144 dev/pci/pci.c pci_attach_hook(parent, self, pba); self 1248 dev/pci/pciide.c pciide_attach(struct device *parent, struct device *self, void *aux) self 1250 dev/pci/pciide.c struct pciide_softc *sc = (struct pciide_softc *)self; self 168 dev/pci/pcscp.c pcscp_attach(struct device *parent, struct device *self, void *aux) self 171 dev/pci/pcscp.c struct pcscp_softc *esc = (void *)self; self 110 dev/pci/piixpm.c piixpm_attach(struct device *parent, struct device *self, void *aux) self 112 dev/pci/piixpm.c struct piixpm_softc *sc = (struct piixpm_softc *)self; self 172 dev/pci/piixpm.c config_found(self, &iba, iicbus_print); self 88 dev/pci/ppb.c ppbattach(struct device *parent, struct device *self, void *aux) self 90 dev/pci/ppb.c struct ppb_softc *sc = (void *) self; self 106 dev/pci/ppb.c self->dv_xname); self 149 dev/pci/ppb.c config_found(self, &pba, ppbprint); self 136 dev/pci/puc.c puc_pci_attach(struct device *parent, struct device *self, void *aux) self 138 dev/pci/puc.c struct puc_pci_softc *psc = (struct puc_pci_softc *)self; self 66 dev/pci/pwdog.c pwdog_attach(struct device *parent, struct device *self, void *aux) self 68 dev/pci/pwdog.c struct pwdog_softc *pwdog = (struct pwdog_softc *)self; self 87 dev/pci/pwdog.c pwdog_set_timeout(void *self, int seconds) self 89 dev/pci/pwdog.c struct pwdog_softc *pwdog = (struct pwdog_softc *)self; self 154 dev/pci/safe.c safe_attach(struct device *parent, struct device *self, void *aux) self 156 dev/pci/safe.c struct safe_softc *sc = (struct safe_softc *)self; self 185 dev/pci/safe.c self->dv_xname); self 68 dev/pci/sdhc_pci.c sdhc_pci_attach(struct device *parent, struct device *self, void *aux) self 70 dev/pci/sdhc_pci.c struct sdhc_pci_softc *sc = (struct sdhc_pci_softc *)self; self 95 dev/pci/sili_pci.c sili_pci_attach(struct device *parent, struct device *self, void *aux) self 97 dev/pci/sili_pci.c struct sili_pci_softc *psc = (void *)self; self 169 dev/pci/sili_pci.c sili_pci_detach(struct device *self, int flags) self 171 dev/pci/sili_pci.c struct sili_pci_softc *psc = (struct sili_pci_softc *)self; self 76 dev/pci/siop_pci.c siop_pci_attach(struct device *parent, struct device *self, void *aux) self 79 dev/pci/siop_pci.c struct siop_pci_softc *sc = (struct siop_pci_softc *)self; self 69 dev/pci/sli_pci.c sli_pci_attach(struct device *parent, struct device *self, void *aux) self 71 dev/pci/sli_pci.c struct sli_pci_softc *psc = (struct sli_pci_softc *)self; self 133 dev/pci/sli_pci.c sli_pci_detach(struct device *self, int flags) self 135 dev/pci/sli_pci.c struct sli_pci_softc *psc = (struct sli_pci_softc *)self; self 72 dev/pci/sti_pci.c sti_pci_attach(struct device *parent, struct device *self, void *aux) self 74 dev/pci/sti_pci.c struct sti_pci_softc *spc = (void *)self; self 87 dev/pci/sti_pci.c printf("%s", self->dv_xname); self 271 dev/pci/sv.c sv_attach(parent, self, aux) self 272 dev/pci/sv.c struct device *parent, *self; self 276 dev/pci/sv.c struct sv_softc *sc = (struct sv_softc *)self; self 410 dev/pci/tga.c tgaattach(parent, self, aux) self 411 dev/pci/tga.c struct device *parent, *self; self 415 dev/pci/tga.c struct tga_softc *sc = (struct tga_softc *)self; self 545 dev/pci/tga.c config_found(self, &aa, wsemuldisplaydevprint); self 548 dev/pci/tga.c config_interrupts(self, tga_config_interrupts); self 550 dev/pci/tga.c tga_config_interrupts(self); self 100 dev/pci/trm_pci.c trm_pci_attach(struct device *parent, struct device *self, void *aux) self 106 dev/pci/trm_pci.c struct trm_softc *sc = (void *)self; self 72 dev/pci/twe_pci.c twe_pci_attach(parent, self, aux) self 73 dev/pci/twe_pci.c struct device *parent, *self; self 76 dev/pci/twe_pci.c struct twe_softc *sc = (struct twe_softc *)self; self 148 dev/pci/ubsec.c ubsec_attach(struct device *parent, struct device *self, void *aux) self 150 dev/pci/ubsec.c struct ubsec_softc *sc = (struct ubsec_softc *)self; self 210 dev/pci/ubsec.c self->dv_xname); self 91 dev/pci/uhci_pci.c uhci_pci_attach(struct device *parent, struct device *self, void *aux) self 93 dev/pci/uhci_pci.c struct uhci_pci_softc *sc = (struct uhci_pci_softc *)self; self 176 dev/pci/uhci_pci.c config_defer(self, uhci_pci_attach_deferred); self 191 dev/pci/uhci_pci.c uhci_pci_attach_deferred(struct device *self) self 193 dev/pci/uhci_pci.c struct uhci_pci_softc *sc = (struct uhci_pci_softc *)self; self 220 dev/pci/uhci_pci.c uhci_pci_detach(struct device *self, int flags) self 222 dev/pci/uhci_pci.c struct uhci_pci_softc *sc = (struct uhci_pci_softc *)self; self 151 dev/pci/vga_pci.c vga_pci_attach(struct device *parent, struct device *self, void *aux) self 156 dev/pci/vga_pci.c struct vga_pci_softc *sc = (struct vga_pci_softc *)self; self 167 dev/pci/vga_pci.c agp_attach(parent, self, aux); self 173 dev/pci/vga_pci.c vga_extended_attach(self, pa->pa_iot, pa->pa_memt, self 179 dev/pci/vga_pci.c vga_common_attach(self, pa->pa_iot, pa->pa_memt, self 268 dev/pci/viaenv.c viaenv_attach(struct device * parent, struct device * self, void *aux) self 270 dev/pci/viaenv.c struct viaenv_softc *sc = (struct viaenv_softc *) self; self 145 dev/pci/viapm.c viapm_attach(struct device *parent, struct device *self, void *aux) self 147 dev/pci/viapm.c struct viapm_softc *sc = (struct viapm_softc *)self; self 215 dev/pci/viapm.c config_found(self, &iba, iicbus_print); self 112 dev/pci/wdt.c wdtattach(struct device *parent, struct device *self, void *aux) self 114 dev/pci/wdt.c struct wdt_softc *wdt = (struct wdt_softc *)self; self 219 dev/pci/wdt.c wdt_set_timeout(void *self, int seconds) self 221 dev/pci/wdt.c struct wdt_softc *wdt = (struct wdt_softc *)self; self 673 dev/pci/yds.c yds_attach(parent, self, aux) self 675 dev/pci/yds.c struct device *self; self 678 dev/pci/yds.c struct yds_softc *sc = (struct yds_softc *)self; self 702 dev/pci/yds.c self->dv_xname); self 1789 dev/pci/yds.c yds_powerhook(why, self) self 1791 dev/pci/yds.c void *self; self 1793 dev/pci/yds.c struct yds_softc *sc = (struct yds_softc *)self; self 340 dev/pckbc/pckbd.c pckbdattach(parent, self, aux) self 341 dev/pckbc/pckbd.c struct device *parent, *self; self 344 dev/pckbc/pckbd.c struct pckbd_softc *sc = (void *)self; self 392 dev/pckbc/pckbd.c sc->sc_wskbddev = config_found(self, &a, wskbddevprint); self 115 dev/pckbc/pms.c pmsattach(parent, self, aux) self 116 dev/pckbc/pms.c struct device *parent, *self; self 119 dev/pckbc/pms.c struct pms_softc *sc = (void *)self; self 158 dev/pckbc/pms.c sc->sc_wsmousedev = config_found(self, &a, wsmousedevprint); self 151 dev/pckbc/pms_intelli.c pmsiattach(parent, self, aux) self 152 dev/pckbc/pms_intelli.c struct device *parent, *self; self 155 dev/pckbc/pms_intelli.c struct pmsi_softc *sc = (void *)self; self 202 dev/pckbc/pms_intelli.c sc->sc_wsmousedev = config_found(self, &a, wsmousedevprint); self 102 dev/pcmcia/aic_pcmcia.c aic_pcmcia_attach(parent, self, aux) self 103 dev/pcmcia/aic_pcmcia.c struct device *parent, *self; self 106 dev/pcmcia/aic_pcmcia.c struct aic_pcmcia_softc *psc = (void *)self; self 177 dev/pcmcia/aic_pcmcia.c aic_pcmcia_detach(self, flags) self 178 dev/pcmcia/aic_pcmcia.c struct device *self; self 181 dev/pcmcia/aic_pcmcia.c struct aic_pcmcia_softc *sc= (void *)self; self 184 dev/pcmcia/aic_pcmcia.c error = aic_detach(self, flags); self 338 dev/pcmcia/cfxga.c cfxga_attach(struct device *parent, struct device *self, void *aux) self 340 dev/pcmcia/cfxga.c struct cfxga_softc *sc = (void *)self; self 400 dev/pcmcia/cfxga.c config_found(self, &waa, wsemuldisplaydevprint)) == NULL) { self 256 dev/pcmcia/com_pcmcia.c com_pcmcia_attach(parent, self, aux) self 257 dev/pcmcia/com_pcmcia.c struct device *parent, *self; self 260 dev/pcmcia/com_pcmcia.c struct com_pcmcia_softc *psc = (void *) self; self 156 dev/pcmcia/esp_pcmcia.c esp_pcmcia_attach(parent, self, aux) self 157 dev/pcmcia/esp_pcmcia.c struct device *parent, *self; self 160 dev/pcmcia/esp_pcmcia.c struct esp_pcmcia_softc *esc = (void *)self; self 278 dev/pcmcia/esp_pcmcia.c esp_pcmcia_detach(self, flags) self 279 dev/pcmcia/esp_pcmcia.c struct device *self; self 282 dev/pcmcia/esp_pcmcia.c struct esp_pcmcia_softc *esc = (void *)self; self 150 dev/pcmcia/gpr.c gpr_attach(struct device *parent, struct device *self, void *aux) self 152 dev/pcmcia/gpr.c struct gpr_softc *sc = (void *)self; self 99 dev/pcmcia/if_an_pcmcia.c an_pcmcia_attach(struct device *parent, struct device *self, void *aux) self 101 dev/pcmcia/if_an_pcmcia.c struct an_pcmcia_softc *psc = (struct an_pcmcia_softc *)self; self 102 dev/pcmcia/if_an_pcmcia.c struct an_softc *sc = (struct an_softc *)self; self 145 dev/pcmcia/if_an_pcmcia.c self->dv_xname); self 289 dev/pcmcia/if_awi_pcmcia.c awi_pcmcia_attach(parent, self, aux) self 290 dev/pcmcia/if_awi_pcmcia.c struct device *parent, *self; self 293 dev/pcmcia/if_awi_pcmcia.c struct awi_pcmcia_softc *psc = (void *)self; self 399 dev/pcmcia/if_awi_pcmcia.c awi_pcmcia_detach(self, flags) self 400 dev/pcmcia/if_awi_pcmcia.c struct device *self; self 403 dev/pcmcia/if_awi_pcmcia.c struct awi_pcmcia_softc *psc = (struct awi_pcmcia_softc *)self; self 374 dev/pcmcia/if_cnw.c cnw_attach(parent, self, aux) self 375 dev/pcmcia/if_cnw.c struct device *parent, *self; self 378 dev/pcmcia/if_cnw.c struct cnw_softc *sc = (void *) self; self 274 dev/pcmcia/if_ep_pcmcia.c ep_pcmcia_attach(parent, self, aux) self 275 dev/pcmcia/if_ep_pcmcia.c struct device *parent, *self; self 278 dev/pcmcia/if_ep_pcmcia.c struct ep_pcmcia_softc *psc = (void *) self; self 153 dev/pcmcia/if_malo.c malo_pcmcia_attach(struct device *parent, struct device *self, void *aux) self 155 dev/pcmcia/if_malo.c struct malo_pcmcia_softc *psc = (struct malo_pcmcia_softc *)self; self 595 dev/pcmcia/if_ne_pcmcia.c ne_pcmcia_attach(parent, self, aux) self 596 dev/pcmcia/if_ne_pcmcia.c struct device *parent, *self; self 599 dev/pcmcia/if_ne_pcmcia.c struct ne_pcmcia_softc *psc = (void *) self; self 513 dev/pcmcia/if_ray.c ray_attach(struct device *parent, struct device *self, void *aux) self 522 dev/pcmcia/if_ray.c sc = (struct ray_softc *)self; self 686 dev/pcmcia/if_ray.c ray_detach(struct device *self, int flags) self 691 dev/pcmcia/if_ray.c sc = (struct ray_softc *)self; self 132 dev/pcmcia/if_rln_pcmcia.c rln_pcmcia_attach(parent, self, aux) self 133 dev/pcmcia/if_rln_pcmcia.c struct device *parent, *self; self 136 dev/pcmcia/if_rln_pcmcia.c struct rln_pcmcia_softc *psc = (void *) self; self 147 dev/pcmcia/if_sm_pcmcia.c sm_pcmcia_attach(parent, self, aux) self 148 dev/pcmcia/if_sm_pcmcia.c struct device *parent, *self; self 151 dev/pcmcia/if_sm_pcmcia.c struct sm_pcmcia_softc *psc = (struct sm_pcmcia_softc *)self; self 374 dev/pcmcia/if_wi_pcmcia.c wi_pcmcia_attach(struct device *parent, struct device *self, void *aux) self 376 dev/pcmcia/if_wi_pcmcia.c struct wi_pcmcia_softc *psc = (struct wi_pcmcia_softc *)self; self 218 dev/pcmcia/if_xe.c xe_pcmcia_attach(parent, self, aux) self 219 dev/pcmcia/if_xe.c struct device *parent, *self; self 222 dev/pcmcia/if_xe.c struct xe_pcmcia_softc *psc = (struct xe_pcmcia_softc *)self; self 399 dev/pcmcia/if_xe.c mii_attach(self, &sc->sc_mii, 0xffffffff, MII_PHY_ANY, MII_OFFSET_ANY, self 929 dev/pcmcia/if_xe.c xe_mdi_read(self, phy, reg) self 930 dev/pcmcia/if_xe.c struct device *self; self 934 dev/pcmcia/if_xe.c struct xe_softc *sc = (struct xe_softc *)self; self 960 dev/pcmcia/if_xe.c xe_mdi_write(self, phy, reg, value) self 961 dev/pcmcia/if_xe.c struct device *self; self 966 dev/pcmcia/if_xe.c struct xe_softc *sc = (struct xe_softc *)self; self 984 dev/pcmcia/if_xe.c xe_statchg(self) self 985 dev/pcmcia/if_xe.c struct device *self; self 116 dev/pcmcia/pcmcia.c pcmcia_attach(parent, self, aux) self 117 dev/pcmcia/pcmcia.c struct device *parent, *self; self 121 dev/pcmcia/pcmcia.c struct pcmcia_softc *sc = (struct pcmcia_softc *) self; self 252 dev/pcmcia/wdc_pcmcia.c wdc_pcmcia_attach(parent, self, aux) self 254 dev/pcmcia/wdc_pcmcia.c struct device *self; self 257 dev/pcmcia/wdc_pcmcia.c struct wdc_pcmcia_softc *sc = (void *)self; self 414 dev/pcmcia/wdc_pcmcia.c wdc_pcmcia_detach(self, flags) self 415 dev/pcmcia/wdc_pcmcia.c struct device *self; self 418 dev/pcmcia/wdc_pcmcia.c struct wdc_pcmcia_softc *sc = (struct wdc_pcmcia_softc *)self; self 443 dev/pcmcia/wdc_pcmcia.c wdc_pcmcia_activate(self, act) self 444 dev/pcmcia/wdc_pcmcia.c struct device *self; self 447 dev/pcmcia/wdc_pcmcia.c struct wdc_pcmcia_softc *sc = (struct wdc_pcmcia_softc *)self; self 472 dev/pcmcia/wdc_pcmcia.c rv = wdcactivate(self, act); self 478 dev/pcmcia/wdc_pcmcia.c rv = wdcactivate(self, act); self 96 dev/puc/com_puc.c com_puc_attach(parent, self, aux) self 97 dev/puc/com_puc.c struct device *parent, *self; self 100 dev/puc/com_puc.c struct com_softc *sc = (void *)self; self 134 dev/puc/com_puc.c com_puc_detach(struct device *self, int flags) self 139 dev/puc/com_puc.c if ((error = com_detach(self, flags)) != 0) self 77 dev/puc/lpt_puc.c lpt_puc_attach(parent, self, aux) self 78 dev/puc/lpt_puc.c struct device *parent, *self; self 81 dev/puc/lpt_puc.c struct lpt_softc *sc = (void *)self; self 106 dev/puc/lpt_puc.c lpt_puc_detach(struct device *self, int flags) self 69 dev/radio.c radioattach(struct device *parent, struct device *self, void *aux) self 71 dev/radio.c struct radio_softc *sc = (void *) self; self 175 dev/radio.c radiodetach(struct device *self, int flags) self 186 dev/radio.c mn = self->dv_unit; self 193 dev/radio.c radioactivate(struct device *self, enum devact act) self 195 dev/radio.c struct radio_softc *sc = (struct radio_softc *)self; self 325 dev/raidframe/rf_openbsdkintf.c rf_attach(struct device *parent, struct device *self, void *aux) self 331 dev/raidframe/rf_openbsdkintf.c rf_detach(struct device *self, int flags) self 337 dev/raidframe/rf_openbsdkintf.c rf_activate(struct device *self, enum devact act) self 165 dev/ramdisk.c rd_attach(parent, self, aux) self 166 dev/ramdisk.c struct device *parent, *self; self 169 dev/ramdisk.c struct rd_softc *sc = (struct rd_softc *)self; self 157 dev/sbus/agten.c agtenattach(struct device *parent, struct device *self, void *args) self 159 dev/sbus/agten.c struct agten_softc *sc = (struct agten_softc *)self; self 186 dev/sbus/agten.c printf("\n%s: couldn't map video memory\n", self->dv_xname); self 193 dev/sbus/agten.c printf("\n%s: couldn't map control registers\n", self->dv_xname); self 100 dev/sbus/apio.c apio_attach(struct device *parent, struct device *self, void *aux) self 102 dev/sbus/apio.c struct apio_softc *sc = (void *)self; self 154 dev/sbus/apio.c sc->sc_port = config_found(self, &aaa, apio_print); self 201 dev/sbus/apio.c lpt_apio_attach(struct device *parent, struct device *self, void *aux) self 203 dev/sbus/apio.c struct lpt_apio_softc *sc = (struct lpt_apio_softc *)self; self 211 dev/sbus/apio.c IPL_TTY, 0, lpt_apio_intr, sc, self->dv_xname); self 107 dev/sbus/asio.c asio_attach(struct device *parent, struct device *self, void *aux) self 109 dev/sbus/asio.c struct asio_softc *sc = (void *)self; self 162 dev/sbus/asio.c sc->sc_ports[i].ap_dev = config_found(self, &aaa, asio_print); self 204 dev/sbus/asio.c com_asio_attach(struct device *parent, struct device *self, void *aux) self 206 dev/sbus/asio.c struct com_softc *sc = (struct com_softc *)self; self 217 dev/sbus/asio.c IPL_TTY, 0, comintr, sc, self->dv_xname); self 213 dev/sbus/be.c beattach(struct device *parent, struct device *self, void *aux) self 217 dev/sbus/be.c struct be_softc *sc = (struct be_softc *)self; self 236 dev/sbus/be.c self->dv_xname, sa->sa_nreg); self 282 dev/sbus/be.c IPL_NET, 0, beintr, sc, self->dv_xname) == NULL) { self 306 dev/sbus/be.c printf("%s: DMA map create error %d\n", self->dv_xname, error); self 314 dev/sbus/be.c self->dv_xname, error); self 322 dev/sbus/be.c self->dv_xname, error); self 331 dev/sbus/be.c self->dv_xname, error); self 429 dev/sbus/be.c self->dv_xname); self 1298 dev/sbus/be.c be_mii_readreg(struct device *self, int phy, int reg) self 1300 dev/sbus/be.c struct be_softc *sc = (struct be_softc *)self; self 1326 dev/sbus/be.c be_mii_writereg(struct device *self, int phy, int reg, int val) self 1328 dev/sbus/be.c struct be_softc *sc = (struct be_softc *)self; self 1384 dev/sbus/be.c be_mii_statchg(struct device *self) self 1386 dev/sbus/be.c struct be_softc *sc = (struct be_softc *)self; self 127 dev/sbus/bpp.c bppattach(struct device *parent, struct device *self, void *aux) self 130 dev/sbus/bpp.c struct bpp_softc *dsc = (void *)self; self 145 dev/sbus/bpp.c printf(": cannot map registers\n", self->dv_xname); self 150 dev/sbus/bpp.c printf(": cannot map registers\n", self->dv_xname); self 188 dev/sbus/bpp.c bppintr, sc, self->dv_xname); self 151 dev/sbus/bwtwo.c bwtwoattach(parent, self, aux) self 152 dev/sbus/bwtwo.c struct device *parent, *self; self 155 dev/sbus/bwtwo.c struct bwtwo_softc *sc = (struct bwtwo_softc *)self; self 114 dev/sbus/cgsix.c cgsixattach(struct device *parent, struct device *self, void *aux) self 116 dev/sbus/cgsix.c struct cgsix_softc *sc = (struct cgsix_softc *)self; self 180 dev/sbus/cgsix.c IPL_TTY, 0, cgsix_intr, sc, self->dv_xname)) == NULL) { self 182 dev/sbus/cgsix.c INTLEV(sa->sa_pri), self->dv_xname); self 207 dev/sbus/cgthree.c cgthreeattach(struct device *parent, struct device *self, void *aux) self 209 dev/sbus/cgthree.c struct cgthree_softc *sc = (struct cgthree_softc *)self; self 147 dev/sbus/cgtwelve.c cgtwelveattach(struct device *parent, struct device *self, void *args) self 149 dev/sbus/cgtwelve.c struct cgtwelve_softc *sc = (struct cgtwelve_softc *)self; self 168 dev/sbus/cgtwelve.c printf("%s: no SBus registers!\n", self->dv_xname); self 180 dev/sbus/cgtwelve.c printf("%s: can't map DPU registers\n", self->dv_xname); self 187 dev/sbus/cgtwelve.c printf("%s: can't map APU registers\n", self->dv_xname); self 194 dev/sbus/cgtwelve.c printf("%s: can't map RAMDAC registers\n", self->dv_xname); self 219 dev/sbus/cgtwelve.c printf("%s: can't map overlay plane\n", self->dv_xname); self 227 dev/sbus/cgtwelve.c printf("%s: can't map color plane\n", self->dv_xname); self 247 dev/sbus/cgtwelve.c printf("%s: %dx%d", self->dv_xname, self 209 dev/sbus/cs4231.c cs4231_attach(struct device *parent, struct device *self, void *aux) self 212 dev/sbus/cs4231.c struct cs4231_softc *sc = (struct cs4231_softc *)self; self 234 dev/sbus/cs4231.c cs4231_intr, sc, self->dv_xname) == NULL) { self 148 dev/sbus/dma_sbus.c dmaattach_sbus(parent, self, aux) self 149 dev/sbus/dma_sbus.c struct device *parent, *self; self 153 dev/sbus/dma_sbus.c struct dma_softc *dsc = (void *)self; self 172 dev/sbus/dma_sbus.c printf("%s: cannot map registers\n", self->dv_xname); self 179 dev/sbus/dma_sbus.c printf("%s: cannot map registers\n", self->dv_xname); self 167 dev/sbus/esp_sbus.c espattach_sbus(struct device *parent, struct device *self, void *aux) self 169 dev/sbus/esp_sbus.c struct esp_softc *esc = (void *)self; self 185 dev/sbus/esp_sbus.c self->dv_xname, sc->sc_id, sc->sc_freq); self 198 dev/sbus/esp_sbus.c printf("%s: %d register spaces\n", self->dv_xname, sa->sa_nreg); self 210 dev/sbus/esp_sbus.c self->dv_xname); self 225 dev/sbus/esp_sbus.c printf("%s: cannot map dma registers\n", self->dv_xname); self 268 dev/sbus/esp_sbus.c self->dv_xname); self 273 dev/sbus/esp_sbus.c printf("%s: no interrupt property\n", self->dv_xname); self 279 dev/sbus/esp_sbus.c printf("%s", self->dv_xname); self 323 dev/sbus/esp_sbus.c self->dv_xname); self 330 dev/sbus/esp_sbus.c self->dv_xname); self 340 dev/sbus/esp_sbus.c printf("\n%s: no interrupt property\n", self->dv_xname); self 354 dev/sbus/esp_sbus.c espattach_dma(struct device *parent, struct device *self, void *aux) self 356 dev/sbus/esp_sbus.c struct esp_softc *esc = (void *)self; self 382 dev/sbus/esp_sbus.c self->dv_xname); self 389 dev/sbus/esp_sbus.c self->dv_xname); self 399 dev/sbus/esp_sbus.c printf("\n%s: no interrupt property\n", self->dv_xname); self 102 dev/sbus/if_gem_sbus.c gemattach_sbus(struct device *parent, struct device *self, void *aux) self 105 dev/sbus/if_gem_sbus.c struct gem_sbus_softc *gsc = (void *)self; self 116 dev/sbus/if_gem_sbus.c self->dv_xname, sa->sa_nreg); self 131 dev/sbus/if_gem_sbus.c printf("%s: cannot map registers\n", self->dv_xname); self 138 dev/sbus/if_gem_sbus.c printf("%s: cannot map registers\n", self->dv_xname); self 155 dev/sbus/if_gem_sbus.c gem_intr, sc, self->dv_xname); self 97 dev/sbus/if_hme_sbus.c hmeattach_sbus(struct device *parent, struct device *self, void *aux) self 100 dev/sbus/if_hme_sbus.c struct hmesbus_softc *hsc = (void *)self; self 115 dev/sbus/if_hme_sbus.c self->dv_xname, sa->sa_nreg); self 132 dev/sbus/if_hme_sbus.c printf("%s @ sbus: cannot map registers\n", self->dv_xname); self 138 dev/sbus/if_hme_sbus.c printf("%s @ sbus: cannot map registers\n", self->dv_xname); self 144 dev/sbus/if_hme_sbus.c printf("%s @ sbus: cannot map registers\n", self->dv_xname); self 150 dev/sbus/if_hme_sbus.c printf("%s @ sbus: cannot map registers\n", self->dv_xname); self 156 dev/sbus/if_hme_sbus.c printf("%s @ sbus: cannot map registers\n", self->dv_xname); self 195 dev/sbus/if_hme_sbus.c hme_intr, sc, self->dv_xname); self 146 dev/sbus/if_le.c leattach_sbus(struct device *parent, struct device *self, void *aux) self 149 dev/sbus/if_le.c struct le_softc *lesc = (struct le_softc *)self; self 252 dev/sbus/if_le.c IPL_NET, 0, am7990_intr, sc, self->dv_xname); self 148 dev/sbus/if_le_lebuffer.c leattach_lebuffer(struct device *parent, struct device *self, void *aux) self 151 dev/sbus/if_le_lebuffer.c struct le_softc *lesc = (struct le_softc *)self; self 192 dev/sbus/if_le_lebuffer.c IPL_NET, 0, am7990_intr, sc, self->dv_xname); self 312 dev/sbus/if_le_ledma.c leattach_ledma(struct device *parent, struct device *self, void *aux) self 315 dev/sbus/if_le_ledma.c struct le_softc *lesc = (struct le_softc *)self; self 337 dev/sbus/if_le_ledma.c printf("%s @ ledma: cannot map registers\n", self->dv_xname); self 348 dev/sbus/if_le_ledma.c printf("%s: DMA map create error %d\n", self->dv_xname, error); self 356 dev/sbus/if_le_ledma.c self->dv_xname, error); self 365 dev/sbus/if_le_ledma.c self->dv_xname, error); self 374 dev/sbus/if_le_ledma.c self->dv_xname, error); self 408 dev/sbus/if_le_ledma.c am7990_intr, sc, self->dv_xname); self 156 dev/sbus/isp_sbus.c isp_sbus_attach(struct device *parent, struct device *self, void *aux) self 160 dev/sbus/isp_sbus.c struct isp_sbussoftc *sbc = (struct isp_sbussoftc *) self; self 175 dev/sbus/isp_sbus.c printf("%s: cannot map registers\n", self->dv_xname); self 182 dev/sbus/isp_sbus.c printf("%s: cannot map registers\n", self->dv_xname); self 195 dev/sbus/isp_sbus.c printf("%s: %d MHz\n", self->dv_xname, freq); self 254 dev/sbus/isp_sbus.c isp_sbus_intr, sbc, self->dv_xname); self 271 dev/sbus/isp_sbus.c isp->isp_confopts = self->dv_cfdata->cf_flags; self 89 dev/sbus/lebuffer.c lebufattach(struct device *parent, struct device *self, void *aux) self 92 dev/sbus/lebuffer.c struct lebuf_softc *sc = (void *)self; self 104 dev/sbus/lebuffer.c printf("%s: attach: cannot map registers\n", self->dv_xname); self 136 dev/sbus/lebuffer.c printf("%s: attach: out of memory\n", self->dv_xname); self 156 dev/sbus/mgx.c mgxattach(struct device *parent, struct device *self, void *args) self 158 dev/sbus/mgx.c struct mgx_softc *sc = (struct mgx_softc *)self; self 175 dev/sbus/mgx.c self->dv_xname, MGX_NREG, sa->sa_nreg); self 183 dev/sbus/mgx.c printf("\n%s: couldn't map crtc registers\n", self->dv_xname); self 198 dev/sbus/mgx.c self->dv_xname, sc->sc_sunfb.sf_fbsize, fbsize); self 209 dev/sbus/mgx.c printf("\n%s: couldn't map video memory\n", self->dv_xname); self 187 dev/sbus/qe.c qeattach(parent, self, aux) self 188 dev/sbus/qe.c struct device *parent, *self; self 193 dev/sbus/qe.c struct qe_softc *sc = (struct qe_softc *)self; self 208 dev/sbus/qe.c self->dv_xname, sa->sa_nreg); self 215 dev/sbus/qe.c printf("%s: cannot map registers\n", self->dv_xname); self 222 dev/sbus/qe.c printf("%s: cannot map registers\n", self->dv_xname); self 239 dev/sbus/qe.c self->dv_xname) == NULL) { self 263 dev/sbus/qe.c printf("%s: DMA map create error %d\n", self->dv_xname, error); self 271 dev/sbus/qe.c self->dv_xname, error); self 280 dev/sbus/qe.c self->dv_xname, error); self 289 dev/sbus/qe.c self->dv_xname, error); self 117 dev/sbus/qec.c qecattach(parent, self, aux) self 118 dev/sbus/qec.c struct device *parent, *self; self 122 dev/sbus/qec.c struct qec_softc *sc = (void *)self; self 135 dev/sbus/qec.c self->dv_xname, sa->sa_nreg); self 142 dev/sbus/qec.c printf("%s: attach: cannot map registers\n", self->dv_xname); self 153 dev/sbus/qec.c printf("%s: attach: cannot map registers\n", self->dv_xname); self 191 dev/sbus/qec.c panic("%s: error getting ranges property", self->dv_xname); self 197 dev/sbus/qec.c printf("%s: attach: out of memory\n", self->dv_xname); self 198 dev/sbus/rfx.c rfxattach(struct device *parent, struct device *self, void *args) self 200 dev/sbus/rfx.c struct rfx_softc *sc = (struct rfx_softc *)self; self 219 dev/sbus/rfx.c printf("\n%s: no SBus registers!\n", self->dv_xname); self 252 dev/sbus/rfx.c printf("\n%s: couldn't map ramdac registers\n", self->dv_xname); self 259 dev/sbus/rfx.c printf("\n%s: couldn't map control registers\n", self->dv_xname); self 289 dev/sbus/rfx.c printf("\n%s: couldn't map video memory\n", self->dv_xname); self 162 dev/sbus/spif.c spifattach(parent, self, aux) self 163 dev/sbus/spif.c struct device *parent, *self; self 166 dev/sbus/spif.c struct spif_softc *sc = (struct spif_softc *)self; self 213 dev/sbus/spif.c self->dv_xname); self 221 dev/sbus/spif.c self->dv_xname); self 271 dev/sbus/spif.c (void)config_found(self, sttymatch, NULL); self 272 dev/sbus/spif.c (void)config_found(self, sbppmatch, NULL); self 199 dev/sbus/tvtwo.c tvtwoattach(struct device *parent, struct device *self, void *args) self 201 dev/sbus/tvtwo.c struct tvtwo_softc *sc = (struct tvtwo_softc *)self; self 219 dev/sbus/tvtwo.c self->dv_xname, sa->sa_nreg, self 220 dev/sbus/tvtwo.c self->dv_xname); self 230 dev/sbus/tvtwo.c printf("%s: couldn't map registers\n", self->dv_xname); self 269 dev/sbus/tvtwo.c printf("%s: couldn't map 8-bit video plane\n", self->dv_xname); self 276 dev/sbus/tvtwo.c printf("%s: couldn't map 32-bit video plane\n", self->dv_xname); self 300 dev/sbus/tvtwo.c printf("%s: %dx%d\n", self->dv_xname, self 109 dev/sbus/uperf_sbus.c uperf_sbus_attach(struct device *parent, struct device *self, void *aux) self 112 dev/sbus/uperf_sbus.c struct uperf_sbus_softc *sc = (struct uperf_sbus_softc *)self; self 246 dev/sbus/vigra.c vigraattach(struct device *parent, struct device *self, void *args) self 248 dev/sbus/vigra.c struct vigra_softc *sc = (struct vigra_softc *)self; self 266 dev/sbus/vigra.c self->dv_xname, VIGRA_NREG, sa->sa_nreg); self 281 dev/sbus/vigra.c printf("\n%s: can't map control registers\n", self->dv_xname); self 289 dev/sbus/vigra.c printf("\n%s: can't map ramdac registers\n", self->dv_xname); self 302 dev/sbus/vigra.c printf("\n%s: can't map video memory\n", self->dv_xname); self 313 dev/sbus/vigra.c IPL_TTY, 0, vigra_intr, sc, self->dv_xname)) == NULL) { self 315 dev/sbus/vigra.c self->dv_xname, INTLEV(sa->sa_pri)); self 75 dev/sbus/xbox.c xboxattach(struct device *parent, struct device *self, void *aux) self 77 dev/sbus/xbox.c struct xbox_softc *sc = (struct xbox_softc *)self; self 201 dev/sbus/zx.c zx_attach(struct device *parent, struct device *self, void *args) self 203 dev/sbus/zx.c struct zx_softc *sc = (struct zx_softc *)self; self 282 dev/sbus/zx.c printf("%s: couldn't map video memory\n", self->dv_xname); self 140 dev/sdmmc/sbt.c sbt_attach(struct device *parent, struct device *self, void *aux) self 142 dev/sdmmc/sbt.c struct sbt_softc *sc = (struct sbt_softc *)self; self 179 dev/sdmmc/sbt.c sc->sc_unit.hci_softc = self; self 191 dev/sdmmc/sbt.c sbt_detach(struct device *self, int flags) self 193 dev/sdmmc/sbt.c struct sbt_softc *sc = (struct sbt_softc *)self; self 96 dev/sdmmc/sdmmc.c sdmmc_attach(struct device *parent, struct device *self, void *aux) self 98 dev/sdmmc/sdmmc.c struct sdmmc_softc *sc = (struct sdmmc_softc *)self; self 114 dev/sdmmc/sdmmc.c if (bio_register(self, sdmmc_ioctl) != 0) self 129 dev/sdmmc/sdmmc.c sdmmc_detach(struct device *self, int flags) self 131 dev/sdmmc/sdmmc.c struct sdmmc_softc *sc = (struct sdmmc_softc *)self; self 215 dev/sdmmc/sdmmc.c sdmmc_needs_discover(struct device *self) self 217 dev/sdmmc/sdmmc.c struct sdmmc_softc *sc = (struct sdmmc_softc *)self; self 655 dev/sdmmc/sdmmc.c sdmmc_ioctl(struct device *self, u_long request, caddr_t addr) self 657 dev/sdmmc/sdmmc.c struct sdmmc_softc *sc = (struct sdmmc_softc *)self; self 181 dev/softraid.c sr_attach(struct device *parent, struct device *self, void *aux) self 183 dev/softraid.c struct sr_softc *sc = (void *)self; self 200 dev/softraid.c sr_detach(struct device *self, int flags) self 206 dev/softraid.c sr_activate(struct device *self, enum devact act) self 126 dev/tc/asc_tc.c asc_tc_attach(parent, self, aux) self 127 dev/tc/asc_tc.c struct device *parent, *self; self 131 dev/tc/asc_tc.c struct asc_tc_softc *asc = (struct asc_tc_softc *)self; self 142 dev/tc/asc_tcds.c asc_tcds_attach(parent, self, aux) self 143 dev/tc/asc_tcds.c struct device *parent, *self; self 147 dev/tc/asc_tcds.c struct asc_tcds_softc *asc = (struct asc_tcds_softc *)self; self 82 dev/tc/if_fta.c pdq_tc_attach(parent, self, aux) self 84 dev/tc/if_fta.c struct device *self; self 87 dev/tc/if_fta.c pdq_softc_t * const sc = (pdq_softc_t *) self; self 123 dev/tc/if_fta.c self->dv_xname); self 100 dev/tc/if_le_ioasic.c le_ioasic_attach(struct device *parent, struct device *self, void *aux) self 102 dev/tc/if_le_ioasic.c struct le_ioasic_softc *sc = (void *)self; self 79 dev/tc/if_le_tc.c le_tc_attach(struct device *parent, struct device *self, void *aux) self 81 dev/tc/if_le_tc.c struct le_softc *lesc = (void *)self; self 71 dev/tc/tc.c tcattach(parent, self, aux) self 73 dev/tc/tc.c struct device *self; self 76 dev/tc/tc.c struct tc_softc *sc = (struct tc_softc *)self; self 137 dev/tc/tc.c config_found_sm(self, &ta, tcprint, tcsubmatch); self 177 dev/tc/tc.c config_found_sm(self, &ta, tcprint, tcsubmatch); self 160 dev/tc/tcds.c tcdsattach(parent, self, aux) self 161 dev/tc/tcds.c struct device *parent, *self; self 164 dev/tc/tcds.c struct tcds_softc *sc = (struct tcds_softc *)self; self 301 dev/tc/tcds.c config_found_sm(self, &tcdsdev, tcdsprint, tcdssubmatch); self 924 dev/usb/ehci.c ehci_activate(struct device *self, enum devact act) self 926 dev/usb/ehci.c struct ehci_softc *sc = (struct ehci_softc *)self; self 1254 dev/usb/if_atu.c atu_attach(struct device *parent, struct device *self, void *aux) self 1256 dev/usb/if_atu.c struct atu_softc *sc = (struct atu_softc *)self; self 1284 dev/usb/if_atu.c sc->atu_unit = self->dv_unit; self 1496 dev/usb/if_atu.c atu_detach(struct device *self, int flags) self 1498 dev/usb/if_atu.c struct atu_softc *sc = (struct atu_softc *)self; self 1521 dev/usb/if_atu.c atu_activate(struct device *self, enum devact act) self 1523 dev/usb/if_atu.c struct atu_softc *sc = (struct atu_softc *)self; self 714 dev/usb/if_aue.c aue_attach(struct device *parent, struct device *self, void *aux) self 716 dev/usb/if_aue.c struct aue_softc *sc = (struct aue_softc *)self; self 827 dev/usb/if_aue.c mii_attach(self, mii, 0xffffffff, MII_PHY_ANY, MII_OFFSET_ANY, 0); self 849 dev/usb/if_aue.c aue_detach(struct device *self, int flags) self 851 dev/usb/if_aue.c struct aue_softc *sc = (struct aue_softc *)self; self 905 dev/usb/if_aue.c aue_activate(struct device *self, enum devact act) self 907 dev/usb/if_aue.c struct aue_softc *sc = (struct aue_softc *)self; self 576 dev/usb/if_axe.c axe_attach(struct device *parent, struct device *self, void *aux) self 578 dev/usb/if_axe.c struct axe_softc *sc = (struct axe_softc *)self; self 594 dev/usb/if_axe.c sc->axe_unit = self->dv_unit; /*device_get_unit(self);*/ self 720 dev/usb/if_axe.c mii_attach(self, mii, 0xffffffff, MII_PHY_ANY, MII_OFFSET_ANY, 0); self 742 dev/usb/if_axe.c axe_detach(struct device *self, int flags) self 744 dev/usb/if_axe.c struct axe_softc *sc = (struct axe_softc *)self; self 812 dev/usb/if_axe.c axe_activate(struct device *self, enum devact act) self 814 dev/usb/if_axe.c struct axe_softc *sc = (struct axe_softc *)self; self 157 dev/usb/if_cdce.c cdce_attach(struct device *parent, struct device *self, void *aux) self 159 dev/usb/if_cdce.c struct cdce_softc *sc = (struct cdce_softc *)self; self 368 dev/usb/if_cdce.c cdce_detach(struct device *self, int flags) self 370 dev/usb/if_cdce.c struct cdce_softc *sc = (struct cdce_softc *)self; self 886 dev/usb/if_cdce.c cdce_activate(struct device *self, enum devact act) self 888 dev/usb/if_cdce.c struct cdce_softc *sc = (struct cdce_softc *)self; self 140 dev/usb/if_cdcef.c cdcef_attach(struct device *parent, struct device *self, void *aux) self 142 dev/usb/if_cdcef.c struct cdcef_softc *sc = (struct cdcef_softc *)self; self 447 dev/usb/if_cue.c cue_attach(struct device *parent, struct device *self, void *aux) self 449 dev/usb/if_cue.c struct cue_softc *sc = (struct cue_softc *)self; self 556 dev/usb/if_cue.c cue_detach(struct device *self, int flags) self 558 dev/usb/if_cue.c struct cue_softc *sc = (struct cue_softc *)self; self 604 dev/usb/if_cue.c cue_activate(struct device *self, enum devact act) self 606 dev/usb/if_cue.c struct cue_softc *sc = (struct cue_softc *)self; self 523 dev/usb/if_kue.c kue_attach(struct device *parent, struct device *self, void *aux) self 525 dev/usb/if_kue.c struct kue_softc *sc = (struct kue_softc *)self; self 558 dev/usb/if_kue.c kue_detach(struct device *self, int flags) self 560 dev/usb/if_kue.c struct kue_softc *sc = (struct kue_softc *)self; self 599 dev/usb/if_kue.c kue_activate(struct device *self, enum devact act) self 601 dev/usb/if_kue.c struct kue_softc *sc = (struct kue_softc *)self; self 222 dev/usb/if_ral.c ural_attach(struct device *parent, struct device *self, void *aux) self 224 dev/usb/if_ral.c struct ural_softc *sc = (struct ural_softc *)self; self 361 dev/usb/if_ral.c ural_detach(struct device *self, int flags) self 363 dev/usb/if_ral.c struct ural_softc *sc = (struct ural_softc *)self; self 2194 dev/usb/if_ral.c ural_activate(struct device *self, enum devact act) self 263 dev/usb/if_rum.c rum_attach(struct device *parent, struct device *self, void *aux) self 265 dev/usb/if_rum.c struct rum_softc *sc = (struct rum_softc *)self; self 445 dev/usb/if_rum.c rum_detach(struct device *self, int flags) self 447 dev/usb/if_rum.c struct rum_softc *sc = (struct rum_softc *)self; self 2260 dev/usb/if_rum.c rum_activate(struct device *self, enum devact act) self 251 dev/usb/if_uath.c uath_attach(struct device *parent, struct device *self, void *aux) self 253 dev/usb/if_uath.c struct uath_softc *sc = (struct uath_softc *)self; self 438 dev/usb/if_uath.c uath_detach(struct device *self, int flags) self 440 dev/usb/if_uath.c struct uath_softc *sc = (struct uath_softc *)self; self 2130 dev/usb/if_uath.c uath_activate(struct device *self, enum devact act) self 188 dev/usb/if_udav.c udav_attach(struct device *parent, struct device *self, void *aux) self 190 dev/usb/if_udav.c struct udav_softc *sc = (struct udav_softc *)self; self 298 dev/usb/if_udav.c mii_attach(self, mii, 0xffffffff, MII_PHY_ANY, MII_OFFSET_ANY, 0); self 323 dev/usb/if_udav.c udav_detach(struct device *self, int flags) self 325 dev/usb/if_udav.c struct udav_softc *sc = (struct udav_softc *)self; self 730 dev/usb/if_udav.c udav_activate(struct device *self, enum devact act) self 732 dev/usb/if_udav.c struct udav_softc *sc = (struct udav_softc *)self; self 235 dev/usb/if_upl.c upl_attach(struct device *parent, struct device *self, void *aux) self 237 dev/usb/if_upl.c struct upl_softc *sc = (struct upl_softc *)self; self 333 dev/usb/if_upl.c upl_detach(struct device *self, int flags) self 335 dev/usb/if_upl.c struct upl_softc *sc = (struct upl_softc *)self; self 372 dev/usb/if_upl.c upl_activate(struct device *self, enum devact act) self 374 dev/usb/if_upl.c struct upl_softc *sc = (struct upl_softc *)self; self 190 dev/usb/if_url.c url_attach(struct device *parent, struct device *self, void *aux) self 192 dev/usb/if_url.c struct url_softc *sc = (struct url_softc *)self; self 307 dev/usb/if_url.c mii_attach(self, mii, 0xffffffff, MII_PHY_ANY, MII_OFFSET_ANY, 0); self 332 dev/usb/if_url.c url_detach(struct device *self, int flags) self 334 dev/usb/if_url.c struct url_softc *sc = (struct url_softc *)self; self 611 dev/usb/if_url.c url_activate(struct device *self, enum devact act) self 613 dev/usb/if_url.c struct url_softc *sc = (struct url_softc *)self; self 300 dev/usb/if_wi_usb.c wi_usb_attach(struct device *parent, struct device *self, void *aux) self 302 dev/usb/if_wi_usb.c struct wi_usb_softc *sc = (struct wi_usb_softc *)self; self 401 dev/usb/if_wi_usb.c wi_usb_detach(struct device *self, int flags) self 403 dev/usb/if_wi_usb.c struct wi_usb_softc *sc = (struct wi_usb_softc *)self; self 1348 dev/usb/if_wi_usb.c wi_usb_activate(struct device *self, enum devact act) self 1350 dev/usb/if_wi_usb.c struct wi_usb_softc *sc = (struct wi_usb_softc *)self; self 278 dev/usb/if_zyd.c zyd_attach(struct device *parent, struct device *self, void *aux) self 280 dev/usb/if_zyd.c struct zyd_softc *sc = (struct zyd_softc *)self; self 426 dev/usb/if_zyd.c zyd_detach(struct device *self, int flags) self 428 dev/usb/if_zyd.c struct zyd_softc *sc = (struct zyd_softc *)self; self 2544 dev/usb/if_zyd.c zyd_activate(struct device *self, enum devact act) self 199 dev/usb/moscom.c moscom_attach(struct device *parent, struct device *self, void *aux) self 201 dev/usb/moscom.c struct moscom_softc *sc = (struct moscom_softc *)self; self 272 dev/usb/moscom.c sc->sc_subdev = config_found_sm(self, &uca, ucomprint, ucomsubmatch); self 276 dev/usb/moscom.c moscom_detach(struct device *self, int flags) self 278 dev/usb/moscom.c struct moscom_softc *sc = (struct moscom_softc *)self; self 294 dev/usb/moscom.c moscom_activate(struct device *self, enum devact act) self 296 dev/usb/moscom.c struct moscom_softc *sc = (struct moscom_softc *)self; self 316 dev/usb/ohci.c ohci_activate(struct device *self, enum devact act) self 318 dev/usb/ohci.c struct ohci_softc *sc = (struct ohci_softc *)self; self 126 dev/usb/uark.c uark_attach(struct device *parent, struct device *self, void *aux) self 128 dev/usb/uark.c struct uark_softc *sc = (struct uark_softc *)self; self 199 dev/usb/uark.c sc->sc_subdev = config_found_sm(self, &uca, ucomprint, ucomsubmatch); self 203 dev/usb/uark.c uark_detach(struct device *self, int flags) self 205 dev/usb/uark.c struct uark_softc *sc = (struct uark_softc *)self; self 221 dev/usb/uark.c uark_activate(struct device *self, enum devact act) self 223 dev/usb/uark.c struct uark_softc *sc = (struct uark_softc *)self; self 399 dev/usb/uaudio.c uaudio_attach(struct device *parent, struct device *self, void *aux) self 401 dev/usb/uaudio.c struct uaudio_softc *sc = (struct uaudio_softc *)self; self 485 dev/usb/uaudio.c uaudio_activate(struct device *self, enum devact act) self 487 dev/usb/uaudio.c struct uaudio_softc *sc = (struct uaudio_softc *)self; self 503 dev/usb/uaudio.c uaudio_detach(struct device *self, int flags) self 505 dev/usb/uaudio.c struct uaudio_softc *sc = (struct uaudio_softc *)self; self 82 dev/usb/uberry.c uberry_attach(struct device *parent, struct device *self, void *aux) self 84 dev/usb/uberry.c struct uberry_softc *sc = (struct uberry_softc *)self; self 107 dev/usb/uberry.c uberry_detach(struct device *self, int flags) self 109 dev/usb/uberry.c struct uberry_softc *sc = (struct uberry_softc *)self; self 118 dev/usb/uberry.c uberry_activate(struct device *self, enum devact act) self 270 dev/usb/ubsa.c ubsa_attach(struct device *parent, struct device *self, void *aux) self 272 dev/usb/ubsa.c struct ubsa_softc *sc = (struct ubsa_softc *)self; self 396 dev/usb/ubsa.c sc->sc_subdev = config_found_sm(self, &uca, ucomprint, ucomsubmatch); self 403 dev/usb/ubsa.c ubsa_detach(struct device *self, int flags) self 405 dev/usb/ubsa.c struct ubsa_softc *sc = (struct ubsa_softc *)self; self 431 dev/usb/ubsa.c ubsa_activate(struct device *self, enum devact act) self 433 dev/usb/ubsa.c struct ubsa_softc *sc = (struct ubsa_softc *)self; self 304 dev/usb/ubt.c ubt_attach(struct device *parent, struct device *self, void *aux) self 306 dev/usb/ubt.c struct ubt_softc *sc = (struct ubt_softc *)self; self 432 dev/usb/ubt.c sc->sc_unit.hci_softc = self; self 451 dev/usb/ubt.c ubt_detach(struct device *self, int flags) self 453 dev/usb/ubt.c struct ubt_softc *sc = (struct ubt_softc *)self; self 491 dev/usb/ubt.c ubt_activate(struct device *self, enum devact act) self 493 dev/usb/ubt.c struct ubt_softc *sc = (struct ubt_softc *)self; self 190 dev/usb/ucom.c ucom_attach(struct device *parent, struct device *self, void *aux) self 192 dev/usb/ucom.c struct ucom_softc *sc = (struct ucom_softc *)self; self 225 dev/usb/ucom.c ucom_detach(struct device *self, int flags) self 227 dev/usb/ucom.c struct ucom_softc *sc = (struct ucom_softc *)self; self 261 dev/usb/ucom.c mn = self->dv_unit; self 276 dev/usb/ucom.c ucom_activate(struct device *self, enum devact act) self 278 dev/usb/ucom.c struct ucom_softc *sc = (struct ucom_softc *)self; self 196 dev/usb/ucycom.c ucycom_attach(struct device *parent, struct device *self, void *aux) self 198 dev/usb/ucycom.c struct ucycom_softc *sc = (struct ucycom_softc *)self; self 252 dev/usb/ucycom.c sc->sc_subdev = config_found_sm(self, &uca, ucomprint, ucomsubmatch); self 591 dev/usb/ucycom.c ucycom_detach(struct device *self, int flags) self 593 dev/usb/ucycom.c struct ucycom_softc *sc = (struct ucycom_softc *)self; self 605 dev/usb/ucycom.c ucycom_activate(struct device *self, enum devact act) self 607 dev/usb/ucycom.c struct ucycom_softc *sc = (struct ucycom_softc *)self; self 167 dev/usb/udcf.c udcf_attach(struct device *parent, struct device *self, void *aux) self 169 dev/usb/udcf.c struct udcf_softc *sc = (struct udcf_softc *)self; self 330 dev/usb/udcf.c udcf_detach(struct device *self, int flags) self 332 dev/usb/udcf.c struct udcf_softc *sc = (struct udcf_softc *)self; self 707 dev/usb/udcf.c udcf_activate(struct device *self, enum devact act) self 709 dev/usb/udcf.c struct udcf_softc *sc = (struct udcf_softc *)self; self 137 dev/usb/udsbr.c udsbr_attach(struct device *parent, struct device *self, void *aux) self 139 dev/usb/udsbr.c struct udsbr_softc *sc = (struct udsbr_softc *)self; self 169 dev/usb/udsbr.c udsbr_detach(struct device *self, int flags) self 171 dev/usb/udsbr.c struct udsbr_softc *sc = (struct udsbr_softc *)self; self 184 dev/usb/udsbr.c udsbr_activate(struct device *self, enum devact act) self 186 dev/usb/udsbr.c struct udsbr_softc *sc = (struct udsbr_softc *)self; self 174 dev/usb/ueagle.c ueagle_attach(struct device *parent, struct device *self, void *aux) self 176 dev/usb/ueagle.c struct ueagle_softc *sc = (struct ueagle_softc *)self; self 246 dev/usb/ueagle.c ueagle_detach(struct device *self, int flags) self 248 dev/usb/ueagle.c struct ueagle_softc *sc = (struct ueagle_softc *)self; self 1470 dev/usb/ueagle.c ueagle_activate(struct device *self, enum devact act) self 1472 dev/usb/ueagle.c struct ueagle_softc *sc = (struct ueagle_softc *)self; self 204 dev/usb/uftdi.c uftdi_attach(struct device *parent, struct device *self, void *aux) self 206 dev/usb/uftdi.c struct uftdi_softc *sc = (struct uftdi_softc *)self; self 388 dev/usb/uftdi.c sc->sc_subdev = config_found_sm(self, &uca, ucomprint, ucomsubmatch); self 398 dev/usb/uftdi.c uftdi_activate(struct device *self, enum devact act) self 400 dev/usb/uftdi.c struct uftdi_softc *sc = (struct uftdi_softc *)self; self 417 dev/usb/uftdi.c uftdi_detach(struct device *self, int flags) self 419 dev/usb/uftdi.c struct uftdi_softc *sc = (struct uftdi_softc *)self; self 177 dev/usb/ugen.c ugen_attach(struct device *parent, struct device *self, void *aux) self 179 dev/usb/ugen.c struct ugen_softc *sc = (struct ugen_softc *)self; self 749 dev/usb/ugen.c ugen_activate(struct device *self, enum devact act) self 751 dev/usb/ugen.c struct ugen_softc *sc = (struct ugen_softc *)self; self 765 dev/usb/ugen.c ugen_detach(struct device *self, int flags) self 767 dev/usb/ugen.c struct ugen_softc *sc = (struct ugen_softc *)self; self 801 dev/usb/ugen.c mn = self->dv_unit * USB_MAX_ENDPOINTS; self 513 dev/usb/uhci.c uhci_activate(struct device *self, enum devact act) self 515 dev/usb/uhci.c struct uhci_softc *sc = (struct uhci_softc *)self; self 142 dev/usb/uhid.c uhid_attach(struct device *parent, struct device *self, void *aux) self 144 dev/usb/uhid.c struct uhid_softc *sc = (struct uhid_softc *)self; self 165 dev/usb/uhid.c uhid_activate(struct device *self, enum devact act) self 167 dev/usb/uhid.c struct uhid_softc *sc = (struct uhid_softc *)self; self 181 dev/usb/uhid.c uhid_detach(struct device *self, int flags) self 183 dev/usb/uhid.c struct uhid_softc *sc = (struct uhid_softc *)self; self 208 dev/usb/uhid.c mn = self->dv_unit; self 132 dev/usb/uhidev.c uhidev_attach(struct device *parent, struct device *self, void *aux) self 134 dev/usb/uhidev.c struct uhidev_softc *sc = (struct uhidev_softc *)self; self 295 dev/usb/uhidev.c dev = (struct uhidev *)config_found_sm(self, &uha, self 358 dev/usb/uhidev.c uhidev_activate(struct device *self, enum devact act) self 360 dev/usb/uhidev.c struct uhidev_softc *sc = (struct uhidev_softc *)self; self 379 dev/usb/uhidev.c uhidev_detach(struct device *self, int flags) self 381 dev/usb/uhidev.c struct uhidev_softc *sc = (struct uhidev_softc *)self; self 130 dev/usb/uhub.c uhub_attach(struct device *parent, struct device *self, void *aux) self 132 dev/usb/uhub.c struct uhub_softc *sc = (struct uhub_softc *)self; self 512 dev/usb/uhub.c uhub_activate(struct device *self, enum devact act) self 514 dev/usb/uhub.c struct uhub_softc *sc = (struct uhub_softc *)self; self 544 dev/usb/uhub.c uhub_detach(struct device *self, int flags) self 546 dev/usb/uhub.c struct uhub_softc *sc = (struct uhub_softc *)self; self 563 dev/usb/uhub.c usb_disconnect_port(rup, self); self 166 dev/usb/uipaq.c uipaq_attach(struct device *parent, struct device *self, void *aux) self 168 dev/usb/uipaq.c struct uipaq_softc *sc = (struct uipaq_softc *)self; self 246 dev/usb/uipaq.c sc->sc_subdev = config_found_sm(self, &uca, self 371 dev/usb/uipaq.c uipaq_activate(struct device *self, enum devact act) self 373 dev/usb/uipaq.c struct uipaq_softc *sc = (struct uipaq_softc *)self; self 390 dev/usb/uipaq.c uipaq_detach(struct device *self, int flags) self 392 dev/usb/uipaq.c struct uipaq_softc *sc = (struct uipaq_softc *)self; self 365 dev/usb/ukbd.c ukbd_attach(struct device *parent, struct device *self, void *aux) self 367 dev/usb/ukbd.c struct ukbd_softc *sc = (struct ukbd_softc *)self; self 464 dev/usb/ukbd.c sc->sc_wskbddev = config_found(self, &a, wskbddevprint); self 493 dev/usb/ukbd.c ukbd_activate(struct device *self, enum devact act) self 495 dev/usb/ukbd.c struct ukbd_softc *sc = (struct ukbd_softc *)self; self 512 dev/usb/ukbd.c ukbd_detach(struct device *self, int flags) self 514 dev/usb/ukbd.c struct ukbd_softc *sc = (struct ukbd_softc *)self; self 169 dev/usb/ulpt.c ulpt_attach(struct device *parent, struct device *self, void *aux) self 171 dev/usb/ulpt.c struct ulpt_softc *sc = (struct ulpt_softc *)self; self 316 dev/usb/ulpt.c ulpt_activate(struct device *self, enum devact act) self 318 dev/usb/ulpt.c struct ulpt_softc *sc = (struct ulpt_softc *)self; self 332 dev/usb/ulpt.c ulpt_detach(struct device *self, int flags) self 334 dev/usb/ulpt.c struct ulpt_softc *sc = (struct ulpt_softc *)self; self 360 dev/usb/ulpt.c mn = self->dv_unit; self 312 dev/usb/umass.c umass_attach(struct device *parent, struct device *self, void *aux) self 314 dev/usb/umass.c struct umass_softc *sc = (struct umass_softc *)self; self 647 dev/usb/umass.c umass_detach(struct device *self, int flags) self 649 dev/usb/umass.c struct umass_softc *sc = (struct umass_softc *)self; self 189 dev/usb/umct.c umct_attach(struct device *parent, struct device *self, void *aux) self 191 dev/usb/umct.c struct umct_softc *sc = (struct umct_softc *)self; self 324 dev/usb/umct.c sc->sc_subdev = config_found_sm(self, &uca, ucomprint, ucomsubmatch); self 328 dev/usb/umct.c umct_detach(struct device *self, int flags) self 330 dev/usb/umct.c struct umct_softc *sc = (struct umct_softc *)self; self 355 dev/usb/umct.c umct_activate(struct device *self, enum devact act) self 357 dev/usb/umct.c struct umct_softc *sc = (struct umct_softc *)self; self 180 dev/usb/umidi.c umidi_attach(struct device *parent, struct device *self, void *aux) self 183 dev/usb/umidi.c struct umidi_softc *sc = (struct umidi_softc *)self; self 247 dev/usb/umidi.c umidi_activate(struct device *self, enum devact act) self 249 dev/usb/umidi.c struct umidi_softc *sc = (struct umidi_softc *)self; self 265 dev/usb/umidi.c umidi_detach(struct device *self, int flags) self 267 dev/usb/umidi.c struct umidi_softc *sc = (struct umidi_softc *)self; self 202 dev/usb/umodem.c umodem_attach(struct device *parent, struct device *self, void *aux) self 204 dev/usb/umodem.c struct umodem_softc *sc = (struct umodem_softc *)self; self 388 dev/usb/umodem.c sc->sc_subdev = config_found_sm(self, &uca, ucomprint, ucomsubmatch); self 732 dev/usb/umodem.c umodem_activate(struct device *self, enum devact act) self 734 dev/usb/umodem.c struct umodem_softc *sc = (struct umodem_softc *)self; self 751 dev/usb/umodem.c umodem_detach(struct device *self, int flags) self 753 dev/usb/umodem.c struct umodem_softc *sc = (struct umodem_softc *)self; self 161 dev/usb/ums.c ums_attach(struct device *parent, struct device *self, void *aux) self 163 dev/usb/ums.c struct ums_softc *sc = (struct ums_softc *)self; self 281 dev/usb/ums.c sc->sc_wsmousedev = config_found(self, &a, wsmousedevprint); self 285 dev/usb/ums.c ums_activate(struct device *self, enum devact act) self 287 dev/usb/ums.c struct ums_softc *sc = (struct ums_softc *)self; self 304 dev/usb/ums.c ums_detach(struct device *self, int flags) self 306 dev/usb/ums.c struct ums_softc *sc = (struct ums_softc *)self; self 110 dev/usb/umsm.c umsm_attach(struct device *parent, struct device *self, void *aux) self 112 dev/usb/umsm.c struct umsm_softc *sc = (struct umsm_softc *)self; self 183 dev/usb/umsm.c sc->sc_subdev = config_found_sm(self, &uca, ucomprint, ucomsubmatch); self 187 dev/usb/umsm.c umsm_detach(struct device *self, int flags) self 189 dev/usb/umsm.c struct umsm_softc *sc = (struct umsm_softc *)self; self 205 dev/usb/umsm.c umsm_activate(struct device *self, enum devact act) self 207 dev/usb/umsm.c struct umsm_softc *sc = (struct umsm_softc *)self; self 117 dev/usb/uow.c uow_attach(struct device *parent, struct device *self, void *aux) self 119 dev/usb/uow.c struct uow_softc *sc = (struct uow_softc *)self; self 230 dev/usb/uow.c sc->sc_ow_dev = config_found(self, &oba, onewirebus_print); self 246 dev/usb/uow.c uow_detach(struct device *self, int flags) self 248 dev/usb/uow.c struct uow_softc *sc = (struct uow_softc *)self; self 281 dev/usb/uow.c uow_activate(struct device *self, enum devact act) self 283 dev/usb/uow.c struct uow_softc *sc = (struct uow_softc *)self; self 222 dev/usb/uplcom.c uplcom_attach(struct device *parent, struct device *self, void *aux) self 224 dev/usb/uplcom.c struct uplcom_softc *sc = (struct uplcom_softc *)self; self 417 dev/usb/uplcom.c sc->sc_subdev = config_found_sm(self, &uca, ucomprint, ucomsubmatch); self 421 dev/usb/uplcom.c uplcom_detach(struct device *self, int flags) self 423 dev/usb/uplcom.c struct uplcom_softc *sc = (struct uplcom_softc *)self; self 448 dev/usb/uplcom.c uplcom_activate(struct device *self, enum devact act) self 450 dev/usb/uplcom.c struct uplcom_softc *sc = (struct uplcom_softc *)self; self 138 dev/usb/urio.c urio_attach(struct device *parent, struct device *self, void *aux) self 140 dev/usb/urio.c struct urio_softc *sc = (struct urio_softc *)self; self 205 dev/usb/urio.c urio_detach(struct device *self, int flags) self 207 dev/usb/urio.c struct urio_softc *sc = (struct urio_softc *)self; self 239 dev/usb/urio.c mn = self->dv_unit; self 249 dev/usb/urio.c urio_activate(struct device *self, enum devact act) self 251 dev/usb/urio.c struct urio_softc *sc = (struct urio_softc *)self; self 158 dev/usb/usb.c usb_attach(struct device *parent, struct device *self, void *aux) self 160 dev/usb/usb.c struct usb_softc *sc = (struct usb_softc *)self; self 789 dev/usb/usb.c usb_activate(struct device *self, enum devact act) self 791 dev/usb/usb.c struct usb_softc *sc = (struct usb_softc *)self; self 812 dev/usb/usb.c usb_detach(struct device *self, int flags) self 814 dev/usb/usb.c struct usb_softc *sc = (struct usb_softc *)self; self 823 dev/usb/usb.c usb_disconnect_port(&sc->sc_port, self); self 149 dev/usb/usb_port.h __CONCAT(dname,_attach)(parent, self, aux) \ self 151 dev/usb/usb_port.h struct device *self; \ self 156 dev/usb/usb_port.h (struct __CONCAT(dname,_softc) *)self; \ self 167 dev/usb/usb_port.h __CONCAT(dname,_detach)(self, flags) \ self 168 dev/usb/usb_port.h struct device *self; \ self 173 dev/usb/usb_port.h (struct __CONCAT(dname,_softc) *)self self 116 dev/usb/usbf.c usbf_attach(struct device *parent, struct device *self, void *aux) self 118 dev/usb/usbf.c struct usbf_softc *sc = (struct usbf_softc *)self; self 155 dev/usb/usbf.c err = usbf_new_device(self, sc->sc_bus, 0, speed, 0, &sc->sc_port); self 271 dev/usb/uscanner.c uscanner_attach(struct device *parent, struct device *self, void *aux) self 273 dev/usb/uscanner.c struct uscanner_softc *sc = (struct uscanner_softc *)self; self 572 dev/usb/uscanner.c uscanner_activate(struct device *self, enum devact act) self 574 dev/usb/uscanner.c struct uscanner_softc *sc = (struct uscanner_softc *)self; self 588 dev/usb/uscanner.c uscanner_detach(struct device *self, int flags) self 590 dev/usb/uscanner.c struct uscanner_softc *sc = (struct uscanner_softc *)self; self 618 dev/usb/uscanner.c mn = self->dv_unit * USB_MAX_ENDPOINTS; self 162 dev/usb/uslcom.c uslcom_attach(struct device *parent, struct device *self, void *aux) self 164 dev/usb/uslcom.c struct uslcom_softc *sc = (struct uslcom_softc *)self; self 235 dev/usb/uslcom.c sc->sc_subdev = config_found_sm(self, &uca, ucomprint, ucomsubmatch); self 239 dev/usb/uslcom.c uslcom_detach(struct device *self, int flags) self 241 dev/usb/uslcom.c struct uslcom_softc *sc = (struct uslcom_softc *)self; self 257 dev/usb/uslcom.c uslcom_activate(struct device *self, enum devact act) self 259 dev/usb/uslcom.c struct uslcom_softc *sc = (struct uslcom_softc *)self; self 208 dev/usb/usscanner.c usscanner_attach(struct device *parent, struct device *self, void *aux) self 210 dev/usb/usscanner.c struct usscanner_softc *sc = (struct usscanner_softc *)self; self 373 dev/usb/usscanner.c usscanner_detach(struct device *self, int flags) self 375 dev/usb/usscanner.c struct usscanner_softc *sc = (struct usscanner_softc *)self; self 433 dev/usb/usscanner.c usscanner_activate(struct device *self, enum devact act) self 435 dev/usb/usscanner.c struct usscanner_softc *sc = (struct usscanner_softc *)self; self 145 dev/usb/uts.c uts_attach(struct device *parent, struct device *self, void *aux) self 147 dev/usb/uts.c struct uts_softc *sc = (struct uts_softc *)self; self 231 dev/usb/uts.c sc->sc_wsmousedev = config_found(self, &a, wsmousedevprint); self 235 dev/usb/uts.c uts_detach(struct device *self, int flags) self 237 dev/usb/uts.c struct uts_softc *sc = (struct uts_softc *)self; self 260 dev/usb/uts.c uts_activate(struct device *self, enum devact act) self 262 dev/usb/uts.c struct uts_softc *sc = (struct uts_softc *)self; self 237 dev/usb/uvisor.c uvisor_attach(struct device *parent, struct device *self, void *aux) self 239 dev/usb/uvisor.c struct uvisor_softc *sc = (struct uvisor_softc *)self; self 352 dev/usb/uvisor.c sc->sc_subdevs[i] = config_found_sm(self, &uca, self 381 dev/usb/uvisor.c sc->sc_subdevs[i] = config_found_sm(self, &uca, self 394 dev/usb/uvisor.c uvisor_activate(struct device *self, enum devact act) self 396 dev/usb/uvisor.c struct uvisor_softc *sc = (struct uvisor_softc *)self; self 415 dev/usb/uvisor.c uvisor_detach(struct device *self, int flags) self 417 dev/usb/uvisor.c struct uvisor_softc *sc = (struct uvisor_softc *)self; self 240 dev/usb/uvscom.c uvscom_attach(struct device *parent, struct device *self, void *aux) self 242 dev/usb/uvscom.c struct uvscom_softc *sc = (struct uvscom_softc *)self; self 373 dev/usb/uvscom.c sc->sc_subdev = config_found_sm(self, &uca, ucomprint, ucomsubmatch); self 377 dev/usb/uvscom.c uvscom_detach(struct device *self, int flags) self 379 dev/usb/uvscom.c struct uvscom_softc *sc = (struct uvscom_softc *)self; self 406 dev/usb/uvscom.c uvscom_activate(struct device *self, enum devact act) self 408 dev/usb/uvscom.c struct uvscom_softc *sc = (struct uvscom_softc *)self; self 111 dev/usb/uyap.c uyap_attach(struct device *parent, struct device *self, void *aux) self 113 dev/usb/uyap.c struct uyap_softc *sc = (struct uyap_softc *)self; self 132 dev/usb/uyap.c uyap_detach(struct device *self, int flags) self 138 dev/usb/uyap.c uyap_activate(struct device *self, enum devact act) self 171 dev/vesa/vesabios.c vesabios_attach(struct device *parent, struct device *self, void *aux) self 173 dev/vesa/vesabios.c struct vesabios_softc *sc = (struct vesabios_softc *)self; self 232 dev/vesa/vesabios.c self->dv_xname); self 246 dev/vesa/vesabios.c self->dv_xname, res, tf.tf_eax); self 248 dev/vesa/vesabios.c self->dv_xname, modes[i]); self 254 dev/vesa/vesabios.c self->dv_xname, modes[i], mi->ModeAttributes); self 566 dev/wscons/wsdisplay.c wsdisplay_emul_attach(struct device *parent, struct device *self, void *aux) self 568 dev/wscons/wsdisplay.c struct wsdisplay_softc *sc = (struct wsdisplay_softc *)self; self 583 dev/wscons/wsdisplay.c cn_tab->cn_dev = makedev(maj, WSDISPLAYMINOR(self->dv_unit, 0)); self 591 dev/wscons/wsdisplay.c wsdisplay_emul_detach(struct device *self, int flags) self 593 dev/wscons/wsdisplay.c struct wsdisplay_softc *sc = (struct wsdisplay_softc *)self; self 355 dev/wscons/wskbd.c wskbd_attach(struct device *parent, struct device *self, void *aux) self 357 dev/wscons/wskbd.c struct wskbd_softc *sc = (struct wskbd_softc *)self; self 449 dev/wscons/wskbd.c if (wsdisplay_cd.cd_ndevs != 0 && self->dv_unit == 0) { self 450 dev/wscons/wskbd.c if (wskbd_set_display(self, self 533 dev/wscons/wskbd.c wskbd_activate(struct device *self, enum devact act) self 535 dev/wscons/wskbd.c struct wskbd_softc *sc = (struct wskbd_softc *)self; self 551 dev/wscons/wskbd.c wskbd_detach(struct device *self, int flags) self 553 dev/wscons/wskbd.c struct wskbd_softc *sc = (struct wskbd_softc *)self; self 598 dev/wscons/wskbd.c mn = self->dv_unit; self 195 dev/wscons/wsmouse.c wsmouse_attach(struct device *parent, struct device *self, void *aux) self 197 dev/wscons/wsmouse.c struct wsmouse_softc *sc = (struct wsmouse_softc *)self; self 227 dev/wscons/wsmouse.c wsmouse_activate(struct device *self, enum devact act) self 229 dev/wscons/wsmouse.c struct wsmouse_softc *sc = (struct wsmouse_softc *)self; self 245 dev/wscons/wsmouse.c wsmouse_detach(struct device *self, int flags) self 247 dev/wscons/wsmouse.c struct wsmouse_softc *sc = (struct wsmouse_softc *)self; self 283 dev/wscons/wsmouse.c mn = self->dv_unit; self 185 scsi/cd.c cdattach(struct device *parent, struct device *self, void *aux) self 189 scsi/cd.c struct cd_softc *cd = (struct cd_softc *)self; self 227 scsi/cd.c cdactivate(struct device *self, enum devact act) self 246 scsi/cd.c cddetach(struct device *self, int flags) self 248 scsi/cd.c struct cd_softc *cd = (struct cd_softc *)self; self 254 scsi/cd.c mn = DISKMINOR(self->dv_unit, 0); self 161 scsi/ch.c chattach(parent, self, aux) self 162 scsi/ch.c struct device *parent, *self; self 165 scsi/ch.c struct ch_softc *sc = (struct ch_softc *)self; self 160 scsi/safte.c safte_attach(struct device *parent, struct device *self, void *aux) self 162 scsi/safte.c struct safte_softc *sc = (struct safte_softc *)self; self 202 scsi/safte.c bio_register(self, safte_ioctl) != 0) { self 218 scsi/safte.c safte_detach(struct device *self, int flags) self 220 scsi/safte.c struct safte_softc *sc = (struct safte_softc *)self; self 227 scsi/safte.c bio_unregister(self); self 142 scsi/scsiconf.c scsibusattach(struct device *parent, struct device *self, void *aux) self 144 scsi/scsiconf.c struct scsibus_softc *sb = (struct scsibus_softc *)self; self 161 scsi/sd.c sdattach(struct device *parent, struct device *self, void *aux) self 164 scsi/sd.c struct sd_softc *sd = (struct sd_softc *)self; self 258 scsi/sd.c sdactivate(struct device *self, enum devact act) self 278 scsi/sd.c sddetach(struct device *self, int flags) self 280 scsi/sd.c struct sd_softc *sd = (struct sd_softc *)self; self 286 scsi/sd.c mn = DISKMINOR(self->dv_unit, 0); self 144 scsi/ses.c ses_attach(struct device *parent, struct device *self, void *aux) self 146 scsi/ses.c struct ses_softc *sc = (struct ses_softc *)self; self 195 scsi/ses.c bio_register(self, ses_ioctl) != 0) { self 216 scsi/ses.c ses_detach(struct device *self, int flags) self 218 scsi/ses.c struct ses_softc *sc = (struct ses_softc *)self; self 228 scsi/ses.c bio_unregister(self); self 318 scsi/ss.c ssattach(parent, self, aux) self 319 scsi/ss.c struct device *parent, *self; self 322 scsi/ss.c struct ss_softc *ss = (void *)self; self 307 scsi/st.c stattach(parent, self, aux) self 308 scsi/st.c struct device *parent, *self; self 311 scsi/st.c struct st_softc *st = (void *)self; self 88 scsi/uk.c ukattach(struct device *parent, struct device *self, void *aux) self 90 scsi/uk.c struct uk_softc *uk = (void *)self;