/src/sys/dev/ieee1394/ |
if_fwip.c | 157 struct fw_attach_args *fwa = aux; local in function:fwipmatch 159 if (strcmp(fwa->name, "fwip") == 0) 168 struct fw_attach_args *fwa = (struct fw_attach_args *)aux; local in function:fwipattach 187 sc->sc_fd.fc = fwa->fc;
|
firewire.c | 320 struct fw_attach_args *fwa = (struct fw_attach_args *)aux; local in function:firewire_print 323 aprint_normal("%s at %s", fwa->name, pnp); 2025 struct fw_attach_args fwa; local in function:fw_attach_dev 2028 fwa.name = "null"; 2029 fwa.fc = fc; 2042 fwa.name = fw_get_devclass(fwdev); 2043 fwa.fwdev = fwdev; 2045 fwdev->dev = config_found(sc->dev, &fwa, firewire_print,
|
fwohci.c | 724 struct fw_attach_args *fwa = (struct fw_attach_args *)aux; local in function:fwohci_print 727 aprint_normal("%s at %s", fwa->name, pnp);
|
sbp.c | 457 struct fw_attach_args *fwa = aux; local in function:sbpmatch 459 if (strcmp(fwa->name, "sbp") == 0) 468 struct fw_attach_args *fwa = (struct fw_attach_args *)aux; local in function:sbpattach 482 sc->sc_fd.fc = fc = fwa->fc; 500 if (sbp_alloc_target(sc, fwa->fwdev) == NULL)
|