HomeSort by: relevance | last modified time | path
    Searched refs:veth (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
arm-realview-eb-bbrevd.dtsi 25 veth: fixedregulator@0 { label
27 regulator-name = "veth";
43 vdd33a-supply = <&veth>;
44 vddvario-supply = <&veth>;
arm-realview-pb1176.dts 58 veth: regulator-veth { label
60 regulator-name = "veth";
160 vdd33a-supply = <&veth>;
161 vddvario-supply = <&veth>;
arm-realview-pbx.dtsi 57 veth: regulator-veth { label
59 regulator-name = "veth";
160 vdd33a-supply = <&veth>;
161 vddvario-supply = <&veth>;
arm-realview-pb11mp.dts 158 veth: regulator-veth { label
160 regulator-name = "veth";
706 vdd33a-supply = <&veth>;
707 vddvario-supply = <&veth>;
qcom-apq8060-dragonboard.dts 349 dragon_veth_gpios: veth-gpios {
  /src/sys/arch/usermode/include/
mainbus.h 54 } veth; member in union:thunkbus_attach_args::__anon6a42f6f3010a
  /src/sys/arch/usermode/dev/
if_veth.c 85 CFATTACH_DECL_NEW(veth, sizeof(struct veth_softc),
110 sc->sc_tapfd = thunk_open_tap(taa->u.veth.device);
113 taa->u.veth.device, thunk_geterrno());
117 taa->u.veth.eaddr) != 0) {
119 taa->u.veth.eaddr);
124 aprint_normal(": Virtual Ethernet (device = %s)\n", taa->u.veth.device);
153 panic("couldn't establish veth rx softint");
156 panic("couldn't establish veth tx softint");
162 panic("couldn't establish veth rx interrupt");
mainbus.c 101 taa.u.veth.device = usermode_tap_device;
102 taa.u.veth.eaddr = usermode_tap_eaddr;

Completed in 14 milliseconds