Home
last modified time | relevance | path

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

/haiku/headers/private/firewire/
H A Dfirewire.h407 struct fw_topology_map { struct
444 #define FW_GTPMAP _IOR('S', 5, struct fw_topology_map)
H A Dfirewirereg.h191 struct fw_topology_map *topology_map;
/haiku/src/bin/fwcontrol/
H A Dfwcontrol.c529 struct fw_topology_map *tmap; in show_topology_map()
536 tmap = malloc(sizeof(struct fw_topology_map)); in show_topology_map()
/haiku/src/add-ons/kernel/bus_managers/firewire/
H A Dfirewire.cpp446 fc->topology_map = (struct fw_topology_map *)malloc( in firewire_attach()
447 sizeof(struct fw_topology_map)); in firewire_attach()
453 memset(fc->topology_map, 0, sizeof(struct fw_topology_map)); in firewire_attach()