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

  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/arm/
arm-realview-eb-bbrevd.dtsi 25 veth: regulator-veth {
27 regulator-name = "veth";
43 vdd33a-supply = <&veth>;
44 vddvario-supply = <&veth>;
arm-realview-pb1176.dts 58 veth: regulator-veth {
60 regulator-name = "veth";
128 vdd33a-supply = <&veth>;
129 vddvario-supply = <&veth>;
arm-realview-pbx.dtsi 57 veth: regulator-veth {
59 regulator-name = "veth";
120 vdd33a-supply = <&veth>;
121 vddvario-supply = <&veth>;
arm-realview-pb11mp.dts 158 veth: regulator-veth {
160 regulator-name = "veth";
684 vdd33a-supply = <&veth>;
685 vddvario-supply = <&veth>;
  /src/sys/arch/usermode/include/
mainbus.h 54 } veth; member in union:thunkbus_attach_args::__anon2144
  /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 20 milliseconds