Home
last modified time | relevance | path

Searched refs:fw_topology_map (Results 1 – 4 of 4) sorted by relevance

/freebsd-10-stable/sys/dev/firewire/
Dfirewire.h403 struct fw_topology_map { struct
440 #define FW_GTPMAP _IOR('S', 5, struct fw_topology_map)
Dfirewirereg.h148 struct fw_topology_map *topology_map;
Dfirewire.c440 fc->topology_map = (struct fw_topology_map *)malloc( in firewire_attach()
441 sizeof(struct fw_topology_map), in firewire_attach()
/freebsd-10-stable/usr.sbin/fwcontrol/
Dfwcontrol.c516 struct fw_topology_map *tmap; in show_topology_map()
523 tmap = malloc(sizeof(struct fw_topology_map)); in show_topology_map()