Home
last modified time | relevance | path

Searched refs:connected (Results 1 – 25 of 71) sorted by relevance

123

/titanic_50/usr/src/cmd/tip/aculib/
H A Dbiz31.c37 int connected = 0; in biz_dialer() local
64 connected = detect(" "); in biz_dialer()
74 if (!connected) in biz_dialer()
80 return (connected); in biz_dialer()
H A Dbiz22.c35 int connected = 0; in biz_dialer() local
69 connected = detect("1\r"); in biz_dialer()
81 return (connected); in biz_dialer()
H A Dventel.c36 int connected = 0; in ven_dialer() local
76 connected = gobble('!'); in ven_dialer()
87 return (connected); in ven_dialer()
/titanic_50/usr/src/lib/libresolv/
H A Dres_send.c144 int connected = 0; local
363 if (connected == 0) {
375 connected = 1;
389 if (connected) {
392 connected = 0;
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/tftp/
H A Dmain.c79 static int connected; variable
283 connected = 0; in setpeer()
294 connected = 0; in setpeer()
299 connected = 1; in setpeer()
412 connected = 1; in put()
427 if (!connected) { in put()
504 if (!connected) { in get()
532 connected = 1; in get()
630 if (connected) in status()
/titanic_50/usr/src/cmd/ipf/examples/
H A Dserver4 # connected to the majority of the network, whilst le0 is connected to a
H A Dnat-setup6 network adapter connected to the network with private IP addresses which
11 connected to your ethernet, whilst your external interface might be a PPP
30 When you're connected to the Internet, you will either have a block of IP
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dmain.c310 if (connected) { in lostpeer()
321 connected = 0; in lostpeer()
328 if (connected) { in lostpeer()
334 connected = 0; in lostpeer()
390 if (c->c_conn && !connected) { in cmdscanner()
H A Dcmds.c107 if (connected) { in setpeer()
133 connected = 1; in setpeer()
851 if (connected) in status()
857 if (connected) { in status()
1570 if (connected) in quit()
1573 if (connected) { in quit()
1589 if (!connected) in disconnect()
1601 connected = 0; in disconnect()
1697 if (connected) { in proxabort()
1751 if (c->c_conn && !connected) { in doproxy()
[all …]
H A Ddomacro.c150 } else if (c->c_conn && !connected) { in domacro()
/titanic_50/usr/src/lib/libresolv2/common/isc/
H A Dctl_clnt.c71 initializing = 0, connecting, connected, destroyed enumerator
248 case connected: in ctl_command()
299 REQUIRE(ctx->state == connecting || ctx->state == connected); in start_write()
359 case connected: in destroy()
425 new_state(ctx, connected); in conn_done()
465 REQUIRE(ctx->state == connecting || ctx->state == connected); in start_read()
498 REQUIRE(ctx->state == connected); in readable()
/titanic_50/usr/src/cmd/cvcd/sparc/sun4u/starfire/
H A Dcvcd.c112 static int connected = 0; variable
438 if (connected == 1) {
508 connected = 0;
536 if ((s > 0) && (connected == 1)) {
683 connected = 1;
707 connected = 0;
728 connected = 0;
/titanic_50/usr/src/uts/common/io/zyd/
H A Dzyd_usb.c1114 uc->connected = B_TRUE; in zyd_usb_init()
1143 uc->connected = B_FALSE; in zyd_usb_deinit()
1158 ASSERT(!uc->connected); in zyd_usb_reconnect()
1186 uc->connected = B_TRUE; in zyd_usb_reconnect()
1205 if (!uc->connected) { in zyd_usb_disconnect()
1209 uc->connected = B_FALSE; in zyd_usb_disconnect()
1230 if (!uc->connected) { in zyd_suspend()
1255 if (!uc->connected) { in zyd_resume()
1268 uc->connected = B_FALSE; in zyd_resume()
H A Dzyd.c297 if (!sc->usb.connected || sc->suspended || !sc->running) { in zyd_send()
720 if (!sc->usb.connected || sc->suspended || !sc->running) in zyd_m_stat()
782 if ((!sc->usb.connected) || (zyd_hw_start(sc) != ZYD_SUCCESS)) { in zyd_m_start()
852 if (!sc->usb.connected || sc->suspended || !sc->running) { in zyd_m_ioctl()
878 if (!sc->usb.connected || sc->suspended || !sc->running) { in zyd_m_setprop()
904 if (!sc->usb.connected || sc->suspended || !sc->running) { in zyd_m_getprop()
972 if (!sc->usb.connected || sc->suspended || !sc->running) { in zyd_newstate()
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dcommands.c477 if (!connected && needconnect) {
608 if (!connected) {
1369 } else if (mt->needconnect && !connected) {
1516 if (TerminalWindowSize(&newrows, &newcols) && connected &&
1568 if (TerminalWindowSize(&newrows, &newcols) && connected &&
1584 if (connected) {
1589 connected = 0;
2397 if (c->needconnect && !connected) { in encrypt_cmd()
2415 if (connected) { in status()
2980 if (connected) {
[all …]
/titanic_50/usr/src/cmd/fm/dicts/
H A DSENSOR.po57 msgstr "Check to see if the power cord is connected properly. Replace the power supply if the inte…
89 msgstr "Check to see if the power cord is connected properly. Replace the power supply if the inte…
121 msgstr "Check to see if the power cord is connected properly. Replace the power supply if the inte…
153 msgstr "Check to see if the power cord is connected properly or if there are other conditions that …
/titanic_50/usr/src/cmd/sendmail/cf/feature/
H A Dpromiscuous_relay.m419 relay. Do NOT use it on a server that is connected to the Internet!
H A Dbestmx_is_local.m433 # UUCP sites which are connected to us, which should also have
/titanic_50/usr/src/uts/i86pc/io/acpi/drmach_acpi/
H A Ddrmach_acpi.c580 bp->connected = 1; in drmach_board_new()
582 bp->connected = 0; in drmach_board_new()
1444 if (bp->connected) in drmach_pre_op()
1450 if (!bp->connected) in drmach_pre_op()
2064 if (!bp->connected || !bp->powered || !bp->assigned) { in drmach_board_check_dependent_cb()
2107 if (bp != NULL && bp->connected) { in drmach_board_check_dependent_cb()
2120 if (bp->connected || bp->powered) { in drmach_board_check_dependent_cb()
2134 if (bp->connected || bp->powered || bp->assigned) { in drmach_board_check_dependent_cb()
2279 } else if (bp->connected) { in drmach_board_unassign()
2361 } else if (bp->connected) { in drmach_board_poweroff()
[all …]
H A Ddrmach_acpi.h132 int connected; member
/titanic_50/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dncu_phys.c708 boolean_t connected) in nwamd_set_selected_connected() argument
731 if (connected) { in nwamd_set_selected_connected()
744 (ncu->ncu_name, NWAM_EVENT_TYPE_WLAN_SCAN_REPORT, connected, in nwamd_set_selected_connected()
1192 boolean_t connected = B_FALSE; in nwamd_wlan_connected() local
1214 connected = B_TRUE; in nwamd_wlan_connected()
1252 return (connected); in nwamd_wlan_connected()
1261 return (connected); in nwamd_wlan_connected()
/titanic_50/usr/src/cmd/lp/filter/postscript/postio/
H A DREADME55 out, but it's needed at a few sites. Seems to help most with printers connected
66 where /dev/tty?? is the line that's connected to the printer, 9600 (or B9600) is
/titanic_50/usr/src/lib/libc/port/gen/
H A Derrlist148 133 Transport endpoint is already connected
149 134 Transport endpoint is not connected
/titanic_50/usr/src/cmd/fm/eversholt/files/sparc/sun4v/
H A Dn2niu_xaui.esc30 * Eversholt rules for a XAUI card connected to the NIU of Niagara2 CPU
H A Dn2niu_xfp.esc31 * which is connected to the NIU of the Niagara2 CPU

123