/src/sys/compat/sys/ |
syslog.h | 36 int connected; member in struct:syslog_data60
|
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);
|
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
|
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.
|
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.
|
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]);
|
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_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
|
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)
|