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

1 2

  /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/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/sys/arch/usermode/include/
thunk.h 238 bool connected; member in struct:__anon2159
  /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
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_connectors.c 224 bool connected; local
230 connected = true;
232 connected = false;
234 amdgpu_atombios_encoder_set_bios_scratch_regs(connector, encoder, connected);
1023 * you don't really know what's connected to which port as both are digital.
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_connectors.c 256 bool connected; local
262 connected = true;
264 connected = false;
267 radeon_atombios_connected_scratch_regs(connector, encoder, connected);
269 radeon_combios_connected_scratch_regs(connector, encoder, connected);
418 * if priority is true, then set them disconnected if this is connected
419 * if priority is false, set us disconnected if they are connected
1086 /* XXX Can encoder be null if the connector is connected here? */
1092 * by other means, assume the CRT is connected and use that EDID.
1322 * you don't really know what's connected to which port as both are digital
    [all...]
radeon_rs600.c 361 bool connected = false; local
367 connected = true;
372 connected = true;
377 return connected;
384 bool connected = rs600_hpd_sense(rdev, hpd); local
389 if (connected)
397 if (connected)
  /src/usr.bin/tftp/
main.c 92 static int connected; variable
243 if (connected) {
247 connected = 0;
311 connected = 1;
432 if (!connected) {
471 (void)printf(" %s file ... target (when already connected)\n", s);
494 if (!connected) {
514 if (!connected)
547 (void)printf(" %s file file ... file if connected\n", s);
617 if (connected)
    [all...]

Completed in 45 milliseconds

1 2