Searched refs:transport_list (Results 1 – 1 of 1) sorted by relevance
30 static atransport transport_list = { variable31 .next = &transport_list,32 .prev = &transport_list,658 t->next = &transport_list; in transport_registration_func()659 t->prev = transport_list.prev; in transport_registration_func()805 for (t = transport_list.next; t != &transport_list; t = t->next) { in acquire_one_transport()970 for(t = transport_list.next; t != &transport_list; t = t->next) { in list_transports()990 for(t = transport_list.next; t != &transport_list; t = t->next) { in close_usb_devices()1025 for (n = transport_list.next; n != &transport_list; n = n->next) { in register_socket_transport()1050 for(t = transport_list.next; t != &transport_list; t = t->next) { in find_transport()[all …]