firewire.c | 199 struct firewire_dev_list *devlist; local in function:firewireattach 206 SLIST_INIT(&sc->devlist); 244 devlist = malloc(sizeof(struct firewire_dev_list), M_DEVBUF, M_WAITOK); 249 devlist->dev = config_found(sc->dev, &faa, firewire_print, CFARGS_NONE); 250 if (devlist->dev == NULL) 251 free(devlist, M_DEVBUF); 253 SLIST_INSERT_HEAD(&sc->devlist, devlist, link); 271 struct firewire_dev_list *devlist; local in function:firewiredetach 289 while ((devlist = SLIST_FIRST(&sc->devlist)) != NULL) 526 struct firewire_dev_list *devlist; local in function:fw_busreset 2022 struct firewire_dev_list *devlist, *elm; local in function:fw_attach_dev [all...] |