| /netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
| H A D | aspeed-bmc-facebook-minipack.dts | 76 * connecting to left PDB (Power Distribution Board). 89 * connecting to right PDB (Power Distribution Board). 102 * connecting to top FCM (Fan Control Module). 115 * connecting to bottom FCM (Fan Control Module). 127 * I2C Switch 40-0073 (channel #0 of 11-0070): connecting 140 * I2C Switch 41-0073 (channel #1 of 11-0070): connecting 153 * I2C Switch 42-0073 (channel #2 of 11-0070): connecting 166 * I2C Switch 43-0073 (channel #3 of 11-0070): connecting 179 * I2C Switch 44-0073 (channel #4 of 11-0070): connecting 192 * I2C Switch 45-0073 (channel #5 of 11-0070): connecting [all …]
|
| H A D | aspeed-bmc-facebook-cloudripper.dts | 15 * PCA9548 (1-0070) provides 8 channels connecting to 28 * PCA9548 (2-0070) provides 8 channels connecting to 41 * PCA9548 (3-0070) provides 8 channels connecting to 54 * PCA9548 (8-0070) provides 8 channels connecting to 67 * PCA9548 (15-0076) provides 8 channels connecting to 132 * PCA9548 (1-0070) provides 8 channels connecting to SMB (Switch 194 * PCA9548 (2-0070) provides 8 channels connecting to SCM (System 256 * PCA9548 (3-0070) provides 8 channels connecting to SMB (Switch 423 * PCA9548 (8-0070) provides 8 channels connecting to PDB (Power 486 * PCA9548 (15-0076) provides 8 channels connecting to FCM (Fan
|
| H A D | aspeed-bmc-facebook-fuji.dts | 15 * PCA9548 (2-0070) provides 8 channels connecting to 28 * PCA9548 (8-0070) provides 8 channels connecting to 41 * PCA9548 (11-0077) provides 8 channels connecting to 54 * PCA9548 (24-0071) provides 8 channels connecting to 67 * PCA9548 (25-0072) provides 8 channels connecting to 80 * PCA9548 (26-0076) provides 8 channels connecting to 93 * PCA9548 (27-0076) provides 8 channels connecting to 106 * PCA9548 (40-0076) provides 8 channels connecting to 119 * PCA9548 (41-0076) provides 8 channels connecting to 132 * PCA9548 (42-0076) provides 8 channels connecting to [all …]
|
| H A D | aspeed-bmc-facebook-cmm.dts | 22 * PCA9548 (1-0077) provides 8 channels for connecting to 35 * PCA9548 (2-0071) provides 8 channels for connecting to 49 * channels are connecting to 4 Fan Control Boards. 61 * 2 PCA9548 (18-0070 & 18-0073), 16 channels connecting 82 * 2 PCA9548 (19-0070 & 19-0073), 16 channels connecting 103 * 2 PCA9548 (20-0070 & 20-0073), 16 channels connecting 124 * 2 PCA9548 (21-0070 & 21-0073), 16 channels connecting 145 * 2 PCA9548 (16-0070 & 16-0073), 16 channels connecting 166 * 2 PCA9548 (17-0070 & 17-0073), 16 channels connecting 187 * 2 PCA9548 (22-0070 & 22-0073), 16 channels connecting [all …]
|
| H A D | aspeed-bmc-facebook-wedge400.dts | 14 * PCA9548 (2-0070) provides 8 channels connecting to 27 * PCA9548 (8-0070) provides 8 channels connecting to 40 * PCA9548 (11-0076) provides 8 channels connecting to
|
| /netbsd-src/external/bsd/libevent/dist/ |
| H A D | bufferevent_sock.c | 251 if (bufev_p->connecting) { in bufferevent_writecb() 263 bufev_p->connecting = 0; in bufferevent_writecb() 412 bufev_p->connecting = 1; in bufferevent_socket_connect() 433 bufev_p->connecting = 1; in bufferevent_socket_connect() 440 bufev_p->connecting = 1; in bufferevent_socket_connect() 591 if ((event & EV_WRITE) && ! bufev_p->connecting) { in be_socket_disable()
|
| H A D | bufferevent_async.c | 218 if (beva->write_in_progress || beva->bev.connecting) in bev_async_consider_writing() 264 if (beva->read_in_progress || beva->bev.connecting) in bev_async_consider_reading() 355 if (bev_async->bev.connecting) { in be_async_enable() 445 EVUTIL_ASSERT(bev_a->bev.connecting); in connect_complete() 446 bev_a->bev.connecting = 0; in connect_complete()
|
| H A D | bufferevent-internal.h | 173 unsigned connecting : 1; member
|
| /netbsd-src/external/bsd/libbind/dist/isc/ |
| H A D | ctl_clnt.c | 73 initializing = 0, connecting, connected, destroyed enumerator 215 new_state(ctx, connecting); in ctl_client() 249 case connecting: in ctl_command() 301 REQUIRE(ctx->state == connecting || ctx->state == connected); in start_write() 349 case connecting: in destroy() 467 REQUIRE(ctx->state == connecting || ctx->state == connected); in start_read()
|
| /netbsd-src/share/examples/ftpd/ |
| H A D | ftpusers | 31 # users who are members of a group name which ends with `src', connecting
|
| /netbsd-src/sys/netbt/ |
| H A D | bluetooth.h | 116 void (*connecting)(void *); member
|
| /netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/unix/ |
| H A D | socket.c | 357 connected : 1, connecting : 1, /* connect pending member 1945 sock->connecting = 0; in allocate_socket() 1975 INSIST(!sock->connecting); in free_socket() 2685 INSIST(!sock->connecting); in isc_socket_close() 2702 sock->connecting = 0; in isc_socket_close() 3268 if (sock->connecting) { in process_fd() 4797 if (sock->connecting) { in isc_socket_connect() 4916 if (do_poke && !sock->connecting) { in isc_socket_connect() 4917 sock->connecting = 1; in isc_socket_connect() 4947 INSIST(!sock->connecting); in internal_connect() [all …]
|
| /netbsd-src/external/mpl/bind/dist/lib/isc/netmgr/ |
| H A D | tlsdns.c | |
| H A D | udp.c | 329 sock->connecting = true; in isc__nm_async_routeconnect() 351 sock->connecting = false; in isc_nm_routeconnect() 873 sock->connecting = true; in udp_connect_direct() 883 sock->connecting = false; in udp_connect_direct() 1041 REQUIRE(!sock->connecting); in isc_nm_udpconnect()
|
| H A D | tcpdns.c | |
| H A D | tcp.c | 92 sock->connecting = true; in failed_accept_cb() 159 INSIST(sock->connecting); in tcp_connect_direct() 207 sock->connecting = false; in isc__nm_async_tcpconnect() 1293 if (sock->connecting) { in stop_tcp_parent()
|
| /netbsd-src/external/ibm-public/postfix/dist/ |
| H A D | TLS_TODO | 34 about peers connecting; log warnings when the key changed etc.
|
| /netbsd-src/external/lgpl3/gmp/dist/mpn/arm64/ |
| H A D | darwin.m4 | 45 dnl .loh pseudo for connecting them.
|
| /netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
| H A D | OSSL_HTTP_transfer.pod | 56 NULL, else by connecting to a given I<server> optionally via a I<proxy>. 61 for connecting to the given server and the optionally given I<port>, 118 if (connect && detail) { /* connecting with TLS */ 218 for connecting but the hostname is used, as usual, for the C<Host> header.
|
| H A D | X509_load_http.pod | 31 internal one for connecting, writing the request, and reading the response.
|
| /netbsd-src/games/wump/ |
| H A D | wump.info | 4 three tunnels connecting it to other rooms in the cavern. Caves may vary,
|
| /netbsd-src/external/bsd/openldap/dist/doc/guide/admin/ |
| H A D | config.sdf | 23 service and are not interested in connecting to the rest of the world.
|
| /netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/netmgr/ |
| H A D | tcp.c | 132 atomic_store(&sock->connecting, true); in tcp_connect_direct() 247 if (!atomic_load(&sock->connecting)) { in tcp_connect_cb() 275 atomic_store(&sock->connecting, false); in tcp_connect_cb() 1398 if (atomic_load(&sock->connecting)) { in isc__nm_tcp_shutdown()
|
| H A D | udp.c | 675 atomic_store(&sock->connecting, true); in udp_connect_direct() 728 atomic_store(&sock->connecting, false); in udp_connect_direct() 1158 if (atomic_load(&sock->connecting)) { in isc__nm_udp_shutdown()
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/tests/ |
| H A D | mm-ko-comp.euc-kr.po | 465 msgid "Ask for confirmation when connecting/disconnecting" 469 msgid "Blink when connecting" 473 msgid "Command executed when connecting" 481 msgid "Display a confirmation dialog when connecting or disconnecting." 485 msgid "Make the applet blink when the modem is connecting." 561 "The color used to display the status button when the modem is connecting." 627 msgid "B_link connection status when connecting"
|