Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/usermode/dev/
H A Dif_veth.c85 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()
H A Dmainbus.c101 taa.u.veth.device = usermode_tap_device; in mainbus_attach()
102 taa.u.veth.eaddr = usermode_tap_eaddr; in mainbus_attach()
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Darm-realview-eb-bbrevd.dtsi25 veth: fixedregulator@0 { label
27 regulator-name = "veth";
43 vdd33a-supply = <&veth>;
44 vddvario-supply = <&veth>;
H A Darm-realview-pbx.dtsi57 veth: regulator-veth { label
59 regulator-name = "veth";
160 vdd33a-supply = <&veth>;
161 vddvario-supply = <&veth>;
H A Darm-realview-pb1176.dts58 veth: regulator-veth { label
60 regulator-name = "veth";
160 vdd33a-supply = <&veth>;
161 vddvario-supply = <&veth>;
H A Darm-realview-pb11mp.dts158 veth: regulator-veth { label
160 regulator-name = "veth";
706 vdd33a-supply = <&veth>;
707 vddvario-supply = <&veth>;
H A Dqcom-apq8060-dragonboard.dts349 dragon_veth_gpios: veth-gpios {
/netbsd-src/sys/arch/usermode/conf/
H A Dfiles.usermode29 device veth { } : arp, ether, ifnet
30 attach veth at thunkbus
31 file arch/usermode/dev/if_veth.c veth
/netbsd-src/sys/arch/usermode/include/
H A Dmainbus.h54 } veth; member