| /src/sys/compat/sys/ |
| syslog.h | 36 int connected; member in struct:syslog_data60
|
| /src/tests/lib/libc/sys/ |
| t_socketpair.c | 57 connected(int fd) function 80 connected(fd[0]); 81 connected(fd[1]);
|
| /src/usr.bin/tip/aculib/ |
| biz22.c | 60 int connected = 0; local 92 connected = detect("1\r"); 95 return (connected);
|
| biz31.c | 62 int connected = 0; local 88 connected = detect(" "); 89 if (!connected) 95 return (connected);
|
| hayes.c | 83 int connected = 0; local 105 connected = 0; 110 connected = 1; 112 if (!connected) 113 return (connected); /* lets get out of here.. */ 117 return (connected);
|
| ventel.c | 68 int connected = 0; local 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
|
| courier.c | 49 static int connected = 0; variable 100 connected = cour_connect(); 103 return (connected); 288 * the modem connected.
|
| t3000.c | 49 static int connected = 0; variable 97 connected = t3000_connect(); 100 return (connected); 299 * the modem connected.
|
| /src/external/bsd/openldap/dist/servers/slapd/ |
| syslog.c | 59 static int connected; /* have done connect */ variable 135 /* Get connected, output the message to the local logger. */ 173 connected = 0; /* retry connect */ 186 if (LogFile != -1 && !connected) { 199 connected = 1; 221 connected = 0;
|
| /src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/ |
| vchiq_kern_lib.c | 52 int connected; member in struct:vchiq_instance_struct 101 instance->connected = 0; 178 return instance->connected; 204 instance->connected = 1;
|
| /src/sys/netbt/ |
| bluetooth.h | 117 void (*connected)(void *); member in struct:btproto
|
| /src/external/mit/libuv/dist/test/ |
| test-tcp-reuseport.c | 69 static unsigned int connected; variable 129 connected++; 228 * connected connections. 231 ASSERT_EQ(connected, MAX_TCP_CLIENTS); 234 ASSERT_EQ(thread_loop1_accepted + thread_loop2_accepted, connected);
|
| /src/crypto/external/apache2/openssl/dist/ssl/quic/ |
| quic_tserver.c | 46 /* Are we connected to a peer? */ 47 unsigned int connected : 1; member in struct:quic_tserver_st 215 srv->connected = 1;
|
| /src/external/apache2/mDNSResponder/dist/ServiceRegistration/ |
| dnssd-relay.c | 172 INFO("Connected to " PRI_S_SRP, dso->remote_name); 336 connected(comm_t *comm) function 487 connected, 0);
|
| /src/external/apache2/mDNSResponder/dist/mDNSPosix/ |
| mDNSPosix.h | 103 mDNSBool connected; member in struct:TCPSocket_struct
|
| /src/external/bsd/libbind/dist/isc/ |
| ctl_clnt.c | 73 initializing = 0, connecting, connected, destroyed enumerator in enum:state 138 "initializing", "connecting", "connected", "destroyed" 250 case connected: 301 REQUIRE(ctx->state == connecting || ctx->state == connected); 361 case connected: 427 new_state(ctx, connected); 467 REQUIRE(ctx->state == connecting || ctx->state == connected); 500 REQUIRE(ctx->state == connected);
|
| /src/external/bsd/libevent/dist/ |
| bufferevent_sock.c | 239 int connected = 0; local 270 connected = 1; 326 if (res || !connected) {
|
| /src/external/bsd/nsd/dist/dnstap/ |
| dnstap.c | 137 /* if connected already */ 138 int connected; member in struct:dt_tls_writer 297 /* skip action if already connected */ 298 if(dtw->connected) 358 dtw->connected = 1; 426 if(dtw->connected) { 427 dtw->connected = 0; 448 if(!dtw->connected) 484 if(!dtw->connected)
|
| /src/external/bsd/ntp/dist/sntp/libevent/ |
| bufferevent_sock.c | 238 int connected = 0; local 269 connected = 1; 325 if (res || !connected) {
|
| /src/external/bsd/wpa/dist/src/fst/ |
| fst_ctrl_aux.h | 62 bool connected; member in struct:fst_event_extra::fst_event_extra_peer_state
|
| /src/external/mpl/dhcp/dist/dhcpctl/ |
| omshell.c | 123 int connected = 0; local 152 if (!connected) { 452 connected = 1; 463 if (!connected || !connection) { 464 fprintf (stderr, "not connected\n"); 474 connected = 0; 490 if (!connected) { 491 printf ("not connected.\n"); 519 if (!connected) { 520 printf ("not connected.\n") [all...] |
| /src/sys/arch/usermode/include/ |
| thunk.h | 238 bool connected; member in struct:__anon2159
|
| /src/external/mit/isl/dist/doc/ |
| implementation.tex | 1422 \subsection{Decomposing $R$ into strongly connected components} 1427 an approximation of each strongly connected components separately. 1447 strongly connected components in the graph with as vertices 1465 strongly connected components. Simply applying Tarjan's 1466 algorithm will produce topologically sorted strongly connected components. 1638 and so $R_1$ and $R_2$ form a strongly connected component.
|
| /src/sys/arch/atari/dev/ |
| ncr5380reg.h | 223 static SC_REQ *connected = NULL; /* Command currently connected */ variable
|
| /src/sys/arch/mac68k/dev/ |
| ncr5380reg.h | 224 static SC_REQ *connected = NULL; /* Command currently connected */ variable
|