/illumos-gate/usr/src/cmd/tip/aculib/ |
H A D | biz22.c | 35 int connected = 0; local 69 connected = detect("1\r"); 81 return (connected);
|
H A D | biz31.c | 37 int connected = 0; local 64 connected = detect(" "); 74 if (!connected) 80 return (connected);
|
H A D | ventel.c | 36 int connected = 0; local 76 connected = gobble('!'); 87 return (connected); 179 * the modem connected, and insure a consistent state
|
/illumos-gate/usr/src/lib/libresolv/ |
H A D | res_send.c | 144 int connected = 0; local 346 * If our datagram socket is "connected" to the 352 * however, we don't want to remain connected, 363 if (connected == 0) { 375 connected = 1; 389 if (connected) { 392 connected = 0;
|
/illumos-gate/usr/src/cmd/cvcd/sparc/sun4u/starfire/ |
H A D | cvcd.c | 112 static int connected = 0; variable 398 * connected = 1 if successful. 413 * 0 will be connected to in_cvcd; 1 is the CVC Redirection driver; 438 if (connected == 1) { 440 * Someone already connected. 446 * connected = 1 if successful. 508 connected = 0; 536 if ((s > 0) && (connected == 1)) { 683 connected = 1; 707 connected [all...] |
/illumos-gate/usr/src/uts/i86pc/io/acpi/drmach_acpi/ |
H A D | drmach_acpi.h | 132 int connected; member in struct:__anon9358
|
/illumos-gate/usr/src/lib/libresolv2/common/isc/ |
H A D | ctl_clnt.c | 71 initializing = 0, connecting, connected, destroyed enumerator in enum:state 136 "initializing", "connecting", "connected", "destroyed" 248 case connected: 299 REQUIRE(ctx->state == connecting || ctx->state == connected); 359 case connected: 425 new_state(ctx, connected); 465 REQUIRE(ctx->state == connecting || ctx->state == connected); 498 REQUIRE(ctx->state == connected);
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/tftp/ |
H A D | main.c | 79 static int connected; variable 283 connected = 0; 294 connected = 0; 299 connected = 1; 412 connected = 1; 427 if (!connected) { 478 " %s file ... target (when already connected)\n", s, s); 504 if (!connected) { 532 connected = 1; 581 " %s file file ... file if connected\ [all...] |
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/ |
H A D | events.c | 415 nwamd_event_init_wlan(const char *name, int32_t type, boolean_t connected, argument 451 event->event_msg->nwe_data.nwe_wlan_info.nwe_connected = connected;
|
H A D | ncu_phys.c | 233 * at when we are in the connected state. 251 * to WLANs with BSSIDs that we previously connected to. 542 /* if changing the key of the connected WLAN, reconnect */ 701 * Update the selected and/or connected values for the 708 boolean_t connected) 731 if (connected) { 744 (ncu->ncu_name, NWAM_EVENT_TYPE_WLAN_SCAN_REPORT, connected, 841 /* unset selected, connected flag for previously connected wlan */ 979 * connected (eve 707 nwamd_set_selected_connected(nwamd_ncu_t *ncu, boolean_t selected, boolean_t connected) argument 1192 boolean_t connected = B_FALSE; local [all...] |
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/ |
H A D | ftp_var.h | 108 EXTERN int connected; /* connected to server */ variable 145 EXTERN char *hostname; /* name of host connected to */ 223 char c_conn; /* must be connected to use command */
|
H A D | ftp.c | 60 int connected; variable 1788 ip->connect = connected; 1789 connected = op->connect; 1879 if (!connected) {
|
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | os-ip.c | 542 int rc, i, s, err, connected, use_hp; local 556 connected = 0; 559 while ( !connected && LDAP_SUCCESS == parse_err && host != NULL ) { 687 connected = 1; 727 if ( connected ) { 728 LDAPDebug( LDAP_DEBUG_TRACE, "sd %d connected to: %s\n",
|
/illumos-gate/usr/src/uts/common/io/zyd/ |
H A D | zyd.h | 104 boolean_t connected; member in struct:zyd_usb
|
/illumos-gate/usr/src/uts/sun4u/opl/io/oplmsu/ |
H A D | oplmsu.c | 1559 int connected = 0; local 1619 connected++; 1622 if (connected == 0) { 1624 "Connected paths = %d", connected); 1633 mpath->num = connected;
|
/illumos-gate/usr/src/lib/libnsl/rpc/ |
H A D | clnt_vc.c | 464 bool_t connected, do_rcv_connect; local 504 connected = FALSE; 557 connected = TRUE; 583 connected = TRUE; 596 if (!connected) { 617 * client is already bound and connected.
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/ |
H A D | telnet.c | 95 int connected; variable 216 connected = ISend = localflow = donebinarytoggle = 0;
|
/illumos-gate/usr/src/uts/common/io/uath/ |
H A D | uath.c | 2257 "different device connected %x\n", err); 2394 uath_set_ledstate(struct uath_softc *sc, int connected) argument 2399 "set led state %sconnected\n", connected ? "" : "!"); 2401 connected = BE_32(connected); 2403 &connected, sizeof (connected), 0); 2738 "no or different device connected\n");
|
/illumos-gate/usr/src/uts/common/rpc/ |
H A D | clnt_cots.c | 63 * connected or disconnected. If an end-point is ever disconnected 64 * or re-connected, then any outstanding RPC request is presumed 144 * that kRPC can quickly switch to connected. 231 b_connected: 1, /* this connection is connected */ 258 b_connected: 1, /* this connection is connected */ 1108 RPCLOG(2, "clnt_cots_kcallit: connected, sending call, tidu_size %d\n", 1795 * is created, connected, and added to the list. The connection is for sending 1823 bool_t connected; local 1888 * If the matching entry isn't connected, 1895 * used connected becaus 2356 bool_t connected; local [all...] |
/illumos-gate/usr/src/uts/common/fs/sockfs/ |
H A D | socktpi.c | 135 * return the local IP address used to send packets to the connected to 620 * - it is a SOCK_STREAM/SOCK_SEQPACKET that has not been connected 629 * - it is a SOCK_STREAM/SOCK_SEQPACKET that has not been connected 1679 /* Check that we are not already connected */ 2290 * Check that we are not already connected. 2292 * A connected connection-less socket can be 2293 * - connected to a different address by a subsequent connect 2307 * Remove the connected state and clear SO_DGRAM_ERRIND 2308 * since it was set when the socket was connected. 2425 * messages. These T_UDERR_IND messages are used to return connected 4634 boolean_t connected; local [all...] |
/illumos-gate/usr/src/uts/sun4u/starfire/io/ |
H A D | idn.c | 837 * make sure we're not connected per DR protocol. 4329 domainset_t connected; local 4407 * are they really connected. 4409 connected = idn.domset.ds_connected & ~idn.domset.ds_trans_on; 4410 DOMAINSET_ADD(connected, idn.localid); 4411 boardset2str(connected, dbp);
|
/illumos-gate/usr/src/uts/sun4u/opl/io/ |
H A D | drmach.c | 140 int connected; member in struct:__anon9887 1045 bp->connected = boot_board; 1333 if (bp->connected) 1339 if (!bp->connected) 1414 obj->connected = 1; 1498 obj->connected = 0;
|
/illumos-gate/usr/src/uts/sun4u/starcat/io/ |
H A D | drmach.c | 265 int connected; member in struct:drmach_board 1245 * we need to know if the board's connected before 1246 * issuing a showboard message. If it's connected, we just 1250 if (!bp->connected) { 1260 bp->connected = (shb.bd_assigned && shb.bd_active); 3888 if (bp->connected) 3896 if (!bp->connected) 4131 * we clear the connected flag just in case it would have 4135 bp->connected = 0; 4474 * Return the number of connected Panthe [all...] |
/illumos-gate/usr/src/uts/common/io/mr_sas/ |
H A D | mr_sas.h | 1565 } connected; member in struct:mrsas_pd_address
|
/illumos-gate/usr/src/uts/sun4u/starfire/sys/ |
H A D | idn.h | 844 * C [15] = connected (has master) 856 uint_t connected :1; member in struct:__anon10073::__anon10074 1030 * sender is connected. Position in domainset 2130 * for each domain to which it might possibly be connected.
|