Home
last modified time | relevance | path

Searched refs:topology_map (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/firewire/
H A Dfirewire.c422 fc->topology_map = malloc(sizeof(struct fw_topology_map), in firewire_attach()
424 if (fc->topology_map == NULL) { in firewire_attach()
436 free(fc->topology_map, M_FW); in firewire_attach()
540 free(fc->topology_map, M_FW); in firewire_detach()
1307 fc->topology_map->crc_len = 2; in fw_sidrcv()
1308 fc->topology_map->generation++; in fw_sidrcv()
1309 fc->topology_map->self_id_count = 0; in fw_sidrcv()
1310 fc->topology_map->node_count= 0; in fw_sidrcv()
1313 self_id = &fc->topology_map->self_id[0]; in fw_sidrcv()
1322 fc->topology_map in fw_sidrcv()
[all...]
H A Dfirewirereg.h138 struct fw_topology_map *topology_map; member
H A Dfwdev.c778 bcopy(fc->topology_map, data, in fw_ioctl()
779 (fc->topology_map->crc_len + 1) * 4); in fw_ioctl()