HomeSort by: relevance | last modified time | path
    Searched refs:remote (Results 1 - 25 of 132) sorted by relevancy

1 2 3 4 5 6

  /src/sys/arch/sparc64/include/
remote-sl.h 1 /* $NetBSD: remote-sl.h,v 1.2 2002/07/20 11:52:22 mrg Exp $ */
3 #include <sparc/remote-sl.h>
  /src/etc/rc.d/
mountcritremote 17 # Mount critical file systems that may be `remote'.
21 mount_critical_filesystems remote
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/allwinner/
sun8i-a33-et-q8-v1.6.dts 55 remote-endpoint = <&panel_input>;
sun8i-a33-ippo-q8h-v1.2.dts 55 remote-endpoint = <&panel_input>;
sun8i-a33-q8-tablet.dts 55 remote-endpoint = <&panel_input>;
sun5i-a13-q8-tablet.dts 59 remote-endpoint = <&tcon0_out_lcd>;
78 remote-endpoint = <&panel_input>;
sun8i-a23-ippo-q8h-v1.2.dts 71 remote-endpoint = <&panel_input>;
sun8i-a23-ippo-q8h-v5.dts 71 remote-endpoint = <&panel_input>;
sun8i-a23-q8-tablet.dts 71 remote-endpoint = <&panel_input>;
sun8i-h3-nanopi-m1.dts 59 remote-endpoint = <&hdmi_out_con>;
90 remote-endpoint = <&hdmi_con_in>;
sun4i-a10-mk802.dts 66 remote-endpoint = <&hdmi_out_con>;
94 remote-endpoint = <&hdmi_con_in>;
sun8i-h3-orangepi-lite.dts 70 remote-endpoint = <&hdmi_out_con>;
119 remote-endpoint = <&hdmi_con_in>;
sun5i-a13-olinuxino.dts 86 remote-endpoint = <&tcon0_out_vga>;
94 remote-endpoint = <&vga_con_in>;
105 remote-endpoint = <&vga_bridge_out>;
226 remote-endpoint = <&vga_bridge_in>;
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/nxp/imx/
imx6dl-aristainetos2_7.dts 63 remote-endpoint = <&lvds0_out>;
87 remote-endpoint = <&ipu1_di0_lvds0>;
94 remote-endpoint = <&panel_in>;
imx6dl-aristainetos2_4.dts 67 remote-endpoint = <&ipu1_di0_disp0>;
74 remote-endpoint = <&panel_in>;
105 remote-endpoint = <&display_out>;
121 remote-endpoint = <&display0_in>;
imx6q-b450v3.dts 62 remote-endpoint = <&lvds0_out>;
80 remote-endpoint = <&panel_in_lvds0>;
imx6q-b850v3.dts 69 remote-endpoint = <&stdp4028_in>;
158 remote-endpoint = <&stdp4028_out>;
186 remote-endpoint = <&lvds0_out>;
194 remote-endpoint = <&stdp2690_in>;
  /src/lib/libtelnet/
misc.c 54 auth_encrypt_init(const char *local, const char *remote, const char *name,
57 RemoteHostName = remote;
  /src/usr.bin/tip/
Makefile 5 # /etc/remote remote host description file
43 remote.c tip.c tipout.c value.c vars.c ${DIALSRCS}
46 # -- remote.o depends on the Makefile because of DEFBR and DEFFS
47 acutab.o remote.o: Makefile
  /src/sys/external/bsd/compiler_rt/dist/test/Unit/
test 4 REMOTE=0
9 REMOTE=1
10 mkdir -p remote
41 if test "$REMOTE" = "1"
43 if gcc $CFLAGS $FILE ../../darwin_fat/Release/libcompiler_rt.a $LIBS $EXTRA -o ./remote/$FILE.exe
  /src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
test 4 REMOTE=0
9 REMOTE=1
10 mkdir -p remote
41 if test "$REMOTE" = "1"
43 if gcc $CFLAGS $FILE ../../darwin_fat/Release/libcompiler_rt.a $LIBS $EXTRA -o ./remote/$FILE.exe
  /src/tests/net/if_gif/
t_gif.sh 217 remote=${3}
227 atf_check -s exit:0 rump.ifconfig gif0 inet6 ${addr}/128 ${remote}
230 atf_check -s exit:0 rump.ifconfig gif0 inet ${addr}/32 ${remote}
244 remote=""
251 remote=$ROUTER2_GIFIP6
255 remote=$ROUTER2_GIFIP
265 setup_if_gif $SOCK1 ${addr} ${remote} ${inner} \
270 remote=$ROUTER1_GIFIP6
274 remote=$ROUTER1_GIFIP
284 setup_if_gif $SOCK2 ${addr} ${remote} ${inner}
    [all...]
  /src/usr.bin/netstat/
unix.c 92 u_long addr, struct sockaddr_un *sun, int remote)
97 if (addr || remote)
98 printf((remote ? " -> %.*s" : " %.*s"),
110 int remote = 0; local
125 remote = 1;
137 remote ? &rsun : &sun, remote);
185 int remote = 0; local
194 remote = 1;
203 ki->ki_sockaddr, sun, remote);
    [all...]
  /src/usr.sbin/npf/npftest/libnpftest/
npf_rid_test.c 206 /* connect to an additional remote address to set the 4 tuple addr-port state */
207 struct sockaddr_in remote; local
208 memset(&remote, 0, sizeof(remote));
210 remote.sin_len = sizeof(remote);
211 remote.sin_family = AF_INET;
212 rp = &remote.sin_addr.s_addr;
214 remote.sin_port = htons(REMOTE_PORT);
217 if ((error = soconnect(so, (struct sockaddr *)&remote, cur)) != 0)
    [all...]
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/st/
stm32f469-disco.dts 144 remote-endpoint = <&ltdc_out_dsi>;
151 remote-endpoint = <&dsi_panel_in>;
165 remote-endpoint = <&dsi_out>;
176 remote-endpoint = <&dsi_in>;

Completed in 43 milliseconds

1 2 3 4 5 6