OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fwa
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/dev/ieee1394/
if_fwip.c
157
struct fw_attach_args *
fwa
= aux;
local
159
if (strcmp(
fwa
->name, "fwip") == 0)
168
struct fw_attach_args *
fwa
= (struct fw_attach_args *)aux;
local
187
sc->sc_fd.fc =
fwa
->fc;
firewire.c
320
struct fw_attach_args *
fwa
= (struct fw_attach_args *)aux;
local
323
aprint_normal("%s at %s",
fwa
->name, pnp);
2025
struct fw_attach_args
fwa
;
local
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,
sbp.c
457
struct fw_attach_args *
fwa
= aux;
local
459
if (strcmp(
fwa
->name, "sbp") == 0)
468
struct fw_attach_args *
fwa
= (struct fw_attach_args *)aux;
local
482
sc->sc_fd.fc = fc =
fwa
->fc;
500
if (sbp_alloc_target(sc,
fwa
->fwdev) == NULL)
fwohci.c
724
struct fw_attach_args *
fwa
= (struct fw_attach_args *)aux;
local
727
aprint_normal("%s at %s",
fwa
->name, pnp);
Completed in 20 milliseconds
Indexes created Sun Feb 22 16:20:20 UTC 2026