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

1 2

  /src/sys/compat/sys/
syslog.h 36 int connected; member in struct:syslog_data60
  /src/usr.bin/tip/aculib/
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);
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);
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
courier.c 49 static int connected = 0; variable in typeref:typename:int
100 connected = cour_connect();
103 return (connected);
288 * the modem connected.
t3000.c 49 static int connected = 0; variable in typeref:typename:int
97 connected = t3000_connect();
100 return (connected);
299 * the modem connected.
  /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/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;
vchiq_arm.c 136 int connected; member in struct:vchiq_instance_struct
472 if (!instance->connected)
495 if (instance->connected) {
512 instance->connected = 1;
533 if (!instance->connected) {
541 instance->connected ?
802 if (!instance->connected) {
1420 instance->connected ? " connected, " :
  /src/sys/netbt/
bluetooth.h 117 void (*connected)(void *); member in struct:btproto
  /src/sys/arch/mac68k/dev/
ncr5380reg.h 224 static SC_REQ *connected = NULL; /* Command currently connected */ variable in typeref:typename:SC_REQ *
  /src/sys/arch/usermode/include/
thunk.h 238 bool connected; member in struct:__anondca92e2e0808
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_connectors.c 224 bool connected; local in function:amdgpu_connector_update_scratch_regs
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 in function:radeon_connector_update_scratch_regs
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 in function:rs600_hpd_sense
367 connected = true;
372 connected = true;
377 return connected;
384 bool connected = rs600_hpd_sense(rdev, hpd); local in function:rs600_hpd_set_polarity
389 if (connected)
397 if (connected)
radeon_r600.c 813 bool connected = false; local in function:r600_hpd_sense
819 connected = true;
823 connected = true;
827 connected = true;
831 connected = true;
836 connected = true;
840 connected = true;
849 connected = true;
853 connected = true;
857 connected = true
870 bool connected = r600_hpd_sense(rdev, hpd); local in function:r600_hpd_set_polarity
    [all...]
  /src/usr.bin/tftp/
main.c 92 static int connected; variable in typeref:typename:int
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...]
  /src/sys/arch/atari/dev/
ncr5380reg.h 223 static SC_REQ *connected = NULL; /* Command currently connected */ variable in typeref:typename:SC_REQ *
  /src/games/sail/
pl_7.c 1256 static bool connected; variable in typeref:typename:bool
1368 if (connected) {
1369 mvaddstr(16, 10, "Connected via scratch files.");
1371 mvaddstr(16, 10, "Not connected.");
1455 connected = false;
  /src/sys/external/bsd/drm2/dist/drm/qxl/
qxl_display.c 1046 bool connected = false; local in function:qxl_conn_detect
1048 /* The first monitor is always connected */
1051 connected = true;
1053 connected = qdev->client_monitors_config->count > output->index &&
1056 DRM_DEBUG("#%d connected: %d\n", output->index, connected);
1058 return connected ? connector_status_connected
  /src/sys/dev/isa/
seagate.c 204 struct sea_scb *nexus; /* currently connected command */
309 int connected, issued, disconnected; local in function:sea_queue_length
311 connected = sea->nexus ? 1 : 0;
316 printf("%s: length: %d/%d/%d\n", device_xname(sea->sc_dev), connected,
784 if (sea->nexus) { /* we are connected. Do the task */
909 /* we are connected. Now we wait for the MSGIN condition */
1164 * If any commands are connected, we're going to fail the abort and let
1172 * no connected commands, we reconnect the I_T_L or I_T_L_Q nexus
1248 * Do the transfer. We know we are connected. Update the flags, and call
  /src/usr.bin/ftp/
ftp_var.h 128 char c_conn; /* must be connected to use command */
215 GLOBAL int connected; /* 1 = connected to server, -1 = logged in */ variable in typeref:typename:GLOBAL int
276 GLOBAL char *hostname; /* name of host connected to */
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_hdmi.c 2538 * there's nothing connected to the port.
2572 bool connected = false; local in function:intel_hdmi_set_edid
2597 connected = true;
2602 return connected;
3226 * unreliable, so we can't use it to detect if a sink is connected or
3227 * not. Instead we detect if it's connected based on whether we can
  /src/usr.bin/telnet/
telnet.c 92 connected, variable in typeref:typename:int
175 connected = ISend = localflow = donebinarytoggle = 0;
177 auth_encrypt_connect(connected);

Completed in 38 milliseconds

1 2