Searched refs:veth (Results 1 – 9 of 9) sorted by relevance
85 CFATTACH_DECL_NEW(veth, sizeof(struct veth_softc),110 sc->sc_tapfd = thunk_open_tap(taa->u.veth.device); in veth_attach()113 taa->u.veth.device, thunk_geterrno()); in veth_attach()117 taa->u.veth.eaddr) != 0) { in veth_attach()119 taa->u.veth.eaddr); in veth_attach()124 aprint_normal(": Virtual Ethernet (device = %s)\n", taa->u.veth.device); in veth_attach()
101 taa.u.veth.device = usermode_tap_device; in mainbus_attach()102 taa.u.veth.eaddr = usermode_tap_eaddr; in mainbus_attach()
25 veth: fixedregulator@0 { label27 regulator-name = "veth";43 vdd33a-supply = <&veth>;44 vddvario-supply = <&veth>;
57 veth: regulator-veth { label59 regulator-name = "veth";160 vdd33a-supply = <&veth>;161 vddvario-supply = <&veth>;
58 veth: regulator-veth { label60 regulator-name = "veth";160 vdd33a-supply = <&veth>;161 vddvario-supply = <&veth>;
158 veth: regulator-veth { label160 regulator-name = "veth";706 vdd33a-supply = <&veth>;707 vddvario-supply = <&veth>;
349 dragon_veth_gpios: veth-gpios {
29 device veth { } : arp, ether, ifnet30 attach veth at thunkbus31 file arch/usermode/dev/if_veth.c veth
54 } veth; member