Home
last modified time | relevance | path

Searched refs:routing (Results 1 – 25 of 531) sorted by relevance

12345678910>>...22

/freebsd/libexec/nuageinit/
H A Dnuageinit99 local routing = open_config("routing")
113 routing:write('defaultrouter="' .. v["gateway"] .. '"\n')
122 routing:write('defaultrouter="' .. r["gateway"] .. '"\n')
125 routing:write("route_" .. rname .. '="-net ' .. r["network"] .. " ")
126 routing:write(r["gateway"] .. " " .. r["netmask"] .. '"\n')
137 routing:write('ipv6_defaultrouter="' .. v["gateway"] .. '"\n')
138 routing:write("ipv6_route_" .. interface .. '="' .. v["gateway"])
139 routing:write(" -prefixlen 128 -interface " .. interface .. '"\n')
150 -- routing:write("ipv6_route_" .. rname .. '"\n')
158 routing:write('static_routes="')
[all …]
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dqcom,q6adm.txt18 = ADM routing
19 "routing" subnode of the ADM node represents adm routing specific configuration
24 Definition: must be "qcom,q6adm-routing".
35 q6routing: routing {
36 compatible = "qcom,q6adm-routing";
H A Datmel-sam9x5-wm8731-audio.txt8 - atmel,audio-routing: A list of the connections between audio components.
12 Available audio endpoints for the audio-routing table:
27 atmel,audio-routing =
H A Domap-abe-twl6040.txt9 - ti,audio-routing: List of connections between audio components.
18 Available audio endpoints for the audio-routing table:
70 /* Audio routing */
71 ti,audio-routing =
H A Domap-twl4030.txt12 - ti,audio-routing: List of connections between audio components.
15 If the routing is not provided all possible connection will be available
17 Available audio endpoints for the audio-routing table:
H A Dqcom,apq8096.txt10 - audio-routing:
64 using "audio-routing".
98 qcom,audio-routing: A list of the connections between audio components.
99 (Use audio-routing instead)
H A Dmt2701-wm8960.txt6 - audio-routing: a list of the connections between audio
16 audio-routing =
H A Datmel-at91sam9g20ek-wm8731-audio.txt6 - atmel,audio-routing: A list of the connections between audio components.
20 atmel,audio-routing =
H A Daudio-graph-card.txt14 - routing
147 routing = "codec Playback", "DAI0 Playback",
183 routing = "codec Playback", "DAI0 Playback",
241 routing = "pcm3168a Playback", "DAI2 Playback",
H A Dqcom,apq8016-sbc.txt19 - qcom,audio-routing : A list of the connections between audio components.
42 using "qcom,audio-routing".
64 qcom,audio-routing =
H A Dmxs-audio-sgtl5000.txt8 - audio-routing : A list of the connections between audio components.
38 audio-routing =
H A Datmel-wm8904.txt6 - atmel,audio-routing: A list of the connections between audio components.
45 atmel,audio-routing =
H A Dmt2701-cs42448.txt6 - audio-routing: a list of the connections between audio
20 audio-routing =
H A Dnvidia,tegra-audio-wm9712.txt12 - nvidia,audio-routing : A list of the connections between audio components.
49 nvidia,audio-routing =
H A Dimx-audio-sgtl5000.txt13 - audio-routing : A list of the connections between audio components.
50 audio-routing =
H A Dnvidia,tegra-audio-alc5632.txt12 - nvidia,audio-routing : A list of the connections between audio components.
34 nvidia,audio-routing =
H A Dnvidia,tegra-audio-wm8753.txt12 - nvidia,audio-routing : A list of the connections between audio components.
30 nvidia,audio-routing =
H A Drockchip,rk3288-hdmi-analog.txt9 - rockchip,routing: A list of the connections between audio components.
29 rockchip,routing = "Analog", "LOUT2",
/freebsd/libexec/rc/rc.d/
H A Dnetif89 if [ -f /etc/rc.d/routing -a -n "$cmdifn" ] ; then
91 /etc/rc.d/routing static any $_if
131 if [ -f /etc/rc.d/routing -a -n "$cmdifn" ] ; then
133 /etc/rc.d/routing stop any $_if
/freebsd/libexec/nuageinit/tests/
H A Dnuageinit.sh162 cat > routing << EOF
168 atf_check -o file:routing cat "${PWD}"/etc/rc.conf.d/routing
343 cat > routing << EOF
349 atf_check -o file:routing cat "${PWD}"/etc/rc.conf.d/routing
399 cat > routing << EOF
405 atf_check -o file:routing cat "${PWD}"/etc/rc.conf.d/routing
/freebsd/contrib/netbsd-tests/ipf/regress/
H A Dipv6.51 pass out family inet6 all with v6hdr routing
2 block out family inet6 proto tcp all with v6hdr routing
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/
H A Domap4-panda-es.dts15 /* Audio routing is differnet between PandaBoard4430 and PandaBoardES */
19 /* Audio routing */
20 ti,audio-routing =
/freebsd/sys/contrib/device-tree/Bindings/fsi/
H A Dfsi-master-aspeed.txt18 - fsi-routing-gpios: GPIO for setting the FSI mux (internal or cabled)
32 fsi-routing-gpios = <&gpio0 ASPEED_GPIO(Q, 7) GPIO_ACTIVE_HIGH>;
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dcavium-mix.txt19 interrupt routing and the second the routing for the AGL interrupts.
/freebsd/sys/contrib/device-tree/src/arm64/renesas/
H A Dr9a07g044c2-smarc.dts24 /* Due to HW routing, SW_RSPI_CAN is always 0 when SW_SCIF_CAN is set to 1 */
32 #error "Can not set 1 to both SW_SCIF_CAN and SW_RSPI_CAN due to HW routing"

12345678910>>...22