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

1 2 3 4 5 6 7 8 910

  /src/usr.bin/tip/aculib/
hayes.c 83 int connected = 0; local in function:hay_dialer
105 connected = 0;
110 connected = 1;
112 if (!connected)
113 return (connected); /* lets get out of here.. */
117 return (connected);
biz22.c 60 int connected = 0; local in function:biz_dialer
92 connected = detect("1\r");
95 return (connected);
biz31.c 62 int connected = 0; local in function:biz_dialer
88 connected = detect(" ");
89 if (!connected)
95 return (connected);
ventel.c 68 int connected = 0; local in function:ven_dialer
94 connected = gobble('!', line);
98 if (connected || timeout || !boolean(value(VERBOSE)))
99 return (connected);
118 return (connected);
213 * the modem connected, and insure a consistent state
  /src/sys/compat/sys/
syslog.h 36 int connected; member in struct:syslog_data60
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
twl6030_omap4.dtsi 8 * On most OMAP4 platforms, the twl6030 IRQ line is connected
10 * connected to the fref_clk0_out.sys_drm_msecure line.
r8a7742-iwg21d-q7-dbcm-ov7725-single.dtsi 4 * the iWave-RZ/G1H Qseven board development platform connected with the
r8a77xx-aa104xd12-panel.dtsi 3 * Common file for the AA104XD12 panel connected to Renesas R-Car boards
r8a77xx-aa121td01-panel.dtsi 3 * Common file for the AA121TD01 panel connected to Renesas R-Car boards
imx6dl-b1x5v2.dtsi 37 * The interrupt pin is connected to &tca6424a pin 1, but the Linux
53 * The MPL3115 interrupts are connected to pin 22 and 23
r8a7742-iwg21d-q7-dbcm-ov5640-single.dtsi 4 * the iWave-RZ/G1H Qseven board development platform connected with the
intel-ixp42x-linksys-wrv54g.dts 37 /* There is an unpopulated LED slot (3) connected to GPIO 8 */
136 * EthB - connected to the KS8995 switch ports 1-4
164 /* EthC - connected to KS8995 switch port 5 */
twl4030_omap3.dtsi 13 * On most OMAP3 platforms, the twl4030 IRQ line is connected
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/renesas/
hihope-rzg2-ex-lvds.dtsi 20 * When GP1_20 is LOW LVDS0 is connected to the LVDS connector
21 * When GP1_20 is HIGH LVDS0 is connected to the LT8918L
rzg2-advantech-idk-1110wr-panel.dtsi 3 * Device Tree Source for the Advantech idk-1110wr LVDS panel connected
r8a774c0-ek874-idk-2121wr.dts 4 * connected to an Advantech IDK-2121WR 21.5" LVDS panel
68 * When GP0_17 is low LVDS[01] are connected to the LVDS connector
69 * When GP0_17 is high LVDS[01] are connected to the LT8918L
  /src/tests/lib/libc/sys/
t_socketpair.c 57 connected(int fd) function in typeref:typename:void
80 connected(fd[0]);
81 connected(fd[1]);
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/allwinner/
sun50i-h6-orangepi-lite2.dts 42 * This regulator is connected with CLDO3.
52 * This regulator is connected with CLDO2.
58 /* There's the BT part of the AP6255 connected to that UART */
  /src/sys/arch/atari/dev/
ncr5380.c 467 if (!connected) {
507 * Note that 'connected' will be non-null
520 goto connected;
524 * The host is not connected and there is no request
558 connected:
559 if (connected) {
561 * If the host is currently connected but
567 if (connected &&
568 (connected->dr_flag & DRIVER_IN_DMA)) {
597 * If we're not currently connected, enable reselectio
    [all...]
  /src/sys/arch/mac68k/dev/
ncr5380.c 460 if (!connected) {
494 * Note that 'connected' will be non-null if the reselection
507 goto connected;
511 * The host is not connected and there is no request
545 connected:
546 if (connected) {
548 * If the host is currently connected but a 'real-DMA' transfer
553 if (connected && (connected->dr_flag & DRIVER_IN_DMA)) {
581 * If we're not currently connected, enable reselectio
    [all...]
  /src/sys/arch/m68k/060sp/dist/
readme 67 was connected properly; hex image
71 connected properly; hex image
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
atombios_encoders.h 74 bool connected);
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/freescale/
fsl-ls1028a-kontron-sl28-var2.dts 6 * ports are connected to the internal switch.
39 * is connected to a switch port instead and registered above.
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/xilinx/
zynqmp-zcu104-revA.dts 146 * IRQ not connected
155 * 4, 10 - 17 - not connected
172 /* 3, 6 not connected */
  /src/usr.bin/ftp/
util.c 111 if (connected) {
112 fprintf(ttyout, "Already connected to %s, use close first.\n",
146 connected = 1;
191 * Call after a successful login (i.e, connected = -1)
290 connected = 0;
335 if (connected) {
346 connected = 0;
349 if (connected) {
355 connected = 0;
474 connected = -1
    [all...]

Completed in 23 milliseconds

1 2 3 4 5 6 7 8 910