Searched refs:fw_sc (Results 1 – 1 of 1) sorted by relevance
147 struct firewire_softc *fw_sc; in fw_module_init() local185 fw_sc = (firewire_softc*)malloc(sizeof(struct firewire_softc)); in fw_module_init()186 if (!fw_sc) { in fw_module_init()191 memset(fw_sc, 0, sizeof(struct firewire_softc)); in fw_module_init()192 gFirewire_softc[found] = fw_sc; in fw_module_init()