Home
last modified time | relevance | path

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

/freebsd/sys/dev/vte/
H A Dif_vtevar.h114 struct vte_ident { struct
132 const struct vte_ident *vte_ident; argument
H A Dif_vte.c86 static const struct vte_ident vte_ident_table[] = {
98 static const struct vte_ident *
321 static const struct vte_ident *
324 const struct vte_ident *ident; in vte_find_ident()
340 const struct vte_ident *ident; in vte_probe()
386 sc->vte_ident = vte_find_ident(dev); in vte_attach()