Home
last modified time | relevance | path

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

/src/sys/dev/thunderbolt/
H A Dtb_dev.c65 struct tbdev_dm;
73 struct tbdev_dm { struct
74 TAILQ_ENTRY(tbdev_dm) dev_next;
93 static TAILQ_HEAD(, tbdev_dm) tbdomain_head = TAILQ_HEAD_INITIALIZER(tbdomain_head); argument
199 struct tbdev_dm *dm; in tbdev_discover()