Home
last modified time | relevance | path

Searched refs:firewire_softc (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/dev/ieee1394/
H A Dfwmem.c156 struct firewire_softc *sc;
165 struct firewire_softc *sc; in fwmem_open()
202 struct firewire_softc *sc; in fwmem_close()
230 struct firewire_softc *sc; in fwmem_strategy()
294 struct firewire_softc *sc; in fwmem_ioctl()
H A Dfirewirereg.h70 struct firewire_softc { struct
275 int fwdev_makedev (struct firewire_softc *);
276 int fwdev_destroydev (struct firewire_softc *);
H A Dfwdev.c121 struct firewire_softc *sc; in fw_open()
157 struct firewire_softc *sc; in fw_close()
232 struct firewire_softc *sc; in fw_read()
309 struct firewire_softc *sc; in fw_write()
385 struct firewire_softc *sc; in fw_ioctl()
692 struct firewire_softc *sc; in fw_poll()
720 struct firewire_softc *sc; in fw_mmap()
732 struct firewire_softc *sc; in fw_strategy()
H A Dfirewire.c164 CFATTACH_DECL_NEW(ieee1394if, sizeof(struct firewire_softc),
196 struct firewire_softc *sc = device_private(self); in firewireattach()
268 struct firewire_softc *sc = device_private(self); in firewiredetach()
525 struct firewire_softc *sc = device_private(fc->bdev); in fw_busreset()
2021 struct firewire_softc *sc = device_private(fc->bdev); in fw_attach_dev()