Symbol: firewire_softc
headers/private/firewire/firewire_module.h
58
int (*get_handle)(int socket, struct firewire_softc **handle);
headers/private/firewire/firewirereg.h
131
status_t (*device_attach)(struct firewire_softc *sc, void **cookie);
headers/private/firewire/firewirereg.h
132
status_t (*device_detach)(struct firewire_softc *sc, void *cookie);
headers/private/firewire/firewirereg.h
418
int firewire_attach(struct firewire_comm *fc, struct firewire_softc *sc);
headers/private/firewire/firewirereg.h
419
void firewire_detach(struct firewire_softc *sc);
src/add-ons/kernel/bus_managers/firewire/firewire.cpp
358
firewire_add_child(struct firewire_softc *sc, const char *childname,
src/add-ons/kernel/bus_managers/firewire/firewire.cpp
399
firewire_remove_child(struct firewire_softc *sc, const char *childname)
src/add-ons/kernel/bus_managers/firewire/firewire.cpp
429
firewire_attach(struct firewire_comm *fc, struct firewire_softc *sc)
src/add-ons/kernel/bus_managers/firewire/firewire.cpp
509
firewire_detach(struct firewire_softc *sc)
src/add-ons/kernel/bus_managers/firewire/firewire_module.cpp
128
fw_get_handle(int socket, struct firewire_softc **handle)
src/add-ons/kernel/bus_managers/firewire/firewire_module.cpp
147
struct firewire_softc *fw_sc;
src/add-ons/kernel/bus_managers/firewire/firewire_module.cpp
185
fw_sc = (firewire_softc*)malloc(sizeof(struct firewire_softc));
src/add-ons/kernel/bus_managers/firewire/firewire_module.cpp
191
memset(fw_sc, 0, sizeof(struct firewire_softc));
src/add-ons/kernel/bus_managers/firewire/firewire_module.cpp
34
struct firewire_softc *gFirewire_softc[MAX_CARDS];
src/add-ons/kernel/bus_managers/firewire/fwohci_pci.cpp
70
extern struct firewire_softc *gFirewire_softc[MAX_CARDS];
src/add-ons/kernel/drivers/bus/firewire/fw_raw.c
161
struct firewire_softc *sc = NULL;
src/add-ons/kernel/drivers/bus/firewire/fw_raw.c
978
struct firewire_softc *sc = NULL;