Searched refs:tbdev_if (Results 1 – 1 of 1) sorted by relevance
64 struct tbdev_if;68 struct tbdev_if { struct69 TAILQ_ENTRY(tbdev_if) dev_next;92 static TAILQ_HEAD(, tbdev_if) tbdev_head = TAILQ_HEAD_INITIALIZER(tbdev_head); argument129 struct tbdev_if *ifce; in tbdev_add_interface()131 ifce = malloc(sizeof(struct tbdev_if), M_THUNDERBOLT, M_ZERO|M_NOWAIT); in tbdev_add_interface()146 struct tbdev_if *ifce = NULL, *if_back; in tbdev_remove_interface()198 struct tbdev_if *dev; in tbdev_discover()