Home
last modified time | relevance | path

Searched full:connecting (Results 1 – 25 of 378) sorted by relevance

12345678910>>...16

/freebsd/share/man/man7/
H A Dnetworking.712 .Nd quickstart guide to connecting to a network
14 In the following examples, it is assumed that we are connecting to Ethernet
22 .It Sy Connecting to an Ethernet network with DHCP:
26 .It Sy Connecting to a cellular network with USB tethering:
38 .It Sy Connecting to a Wi-Fi network:
/freebsd/sys/contrib/device-tree/src/arm/aspeed/
H A Daspeed-bmc-facebook-minipack.dts76 * 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 Daspeed-bmc-facebook-cloudripper.dts15 * 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 t
[all...]
H A Daspeed-bmc-facebook-fuji.dts15 * 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 t
[all...]
H A Daspeed-bmc-facebook-cmm.dts22 * 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 Daspeed-bmc-facebook-wedge400.dts14 * 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
/freebsd/sys/contrib/device-tree/Bindings/media/
H A Dimx.txt44 connecting to the source and sink devices according to
46 connecting with a MIPI CSI-2 source, and ports 1
47 through 4 are output ports connecting with parallel
H A Dmicrochip,csi2dc.yaml142 # Example for connecting to a parallel sensor controller block (video pipe)
171 # Example for connecting to a DMA master as an AHB slave
/freebsd/sys/contrib/device-tree/Bindings/display/atmel/
H A Datmel,hlcdc-display-controller.yaml35 Output endpoint of the controller, connecting the LCD panel signals.
51 Endpoint connecting the LCD panel signals.
/freebsd/contrib/libxo/doc/
H A Dformatting.rst31 xo_emit("Connecting to {:host}.{:domain}...\n", host, domain);
34 Connecting to my-box.example.com...
43 <div class="text">Connecting to </div>
/freebsd/sys/contrib/device-tree/Bindings/nvme/
H A Dapple,nvme-ans.yaml39 - description: power domain for the first PCIe bus connecting the NVMe
42 connecting the NVMe controller to the storage modules.
/freebsd/contrib/ntp/sntp/libevent/
H A Dbufferevent_sock.c248 if (bufev_p->connecting) { in bufferevent_writecb()
260 bufev_p->connecting = 0; in bufferevent_writecb()
409 bufev_p->connecting = 1; in bufferevent_socket_connect()
430 bufev_p->connecting = 1; in bufferevent_socket_connect()
437 bufev_p->connecting = 1; in bufferevent_socket_connect()
588 if ((event & EV_WRITE) && ! bufev_p->connecting) { in be_socket_disable()
H A Dbufferevent_async.c215 if (beva->write_in_progress || beva->bev.connecting) in bev_async_consider_writing()
261 if (beva->read_in_progress || beva->bev.connecting) in bev_async_consider_reading()
352 if (bev_async->bev.connecting) { in be_async_enable()
442 EVUTIL_ASSERT(bev_a->bev.connecting); in connect_complete()
443 bev_a->bev.connecting = 0; in connect_complete()
/freebsd/contrib/libevent/
H A Dbufferevent_sock.c248 if (bufev_p->connecting) { in bufferevent_writecb()
260 bufev_p->connecting = 0; in bufferevent_writecb()
409 bufev_p->connecting = 1; in bufferevent_socket_connect()
430 bufev_p->connecting = 1; in bufferevent_socket_connect()
437 bufev_p->connecting = 1; in bufferevent_socket_connect()
588 if ((event & EV_WRITE) && ! bufev_p->connecting) { in be_socket_disable()
H A Dbufferevent_async.c215 if (beva->write_in_progress || beva->bev.connecting) in bev_async_consider_writing()
261 if (beva->read_in_progress || beva->bev.connecting) in bev_async_consider_reading()
352 if (bev_async->bev.connecting) { in be_async_enable()
442 EVUTIL_ASSERT(bev_a->bev.connecting); in connect_complete()
443 bev_a->bev.connecting = 0; in connect_complete()
/freebsd/sys/contrib/device-tree/Bindings/display/rockchip/
H A Danalogix_dp-rockchip.txt28 Port 0: contained 2 endpoints, connecting to the output of vop.
29 Port 1: contained 1 endpoint, connecting to the input of panel.
/freebsd/crypto/heimdal/appl/rsh/
H A Drshd.863 Assume that clients connecting to this server will use some form of
90 If the connecting client does not use any Kerberised authentication,
/freebsd/contrib/lib9p/pytest/
H A Dclient.py226 self.detail = 'connecting'
329 tc.detail = 'connecting to {0}:{1}'.format(server, port)
354 tc.detail = 'connecting'
371 tc.detail = 'connecting'
380 tc.detail = 'connecting'
435 "run cases that can only proceed if connecting works at all"
/freebsd/lib/libsys/
H A Dconnect.274 by connecting to an invalid address, such as a null address.
151 The following errors are specific to connecting names in the UNIX domain.
/freebsd/crypto/openssl/doc/man3/
H A DOSSL_HTTP_transfer.pod56 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.
/freebsd/contrib/mandoc/
H A Dtbl.h83 TBL_DATA_HORIZ, /* _: connecting horizontal line. */
84 TBL_DATA_DHORIZ, /* =: connecting double horizontal line. */
/freebsd/secure/lib/libcrypto/man/man3/
H A DOSSL_HTTP_transfer.3191 \&\s-1NULL,\s0 else by connecting to a given \fIserver\fR optionally via a \fIproxy\fR.
196 for connecting to the given server and the optionally given \fIport\fR,
256 \& if (connect && detail) { /* connecting with TLS */
357 for connecting but the hostname is used, as usual, for the \f(CW\*(C`Host\*(C'\fR header.
/freebsd/usr.bin/clang/lldb-server/
H A Dlldb-server.144 with it via a client, either running locally or connecting remotely.
242 can select the target after connecting to the server. Note that some commands
/freebsd/libexec/tftpd/
H A Dtftpd.8133 Changes the default root directory of a connecting host via
135 based on the connecting IP address.
/freebsd/sys/contrib/device-tree/Bindings/usb/
H A Dohci-nxp.txt9 the UDC controller for connecting to the USB physical layer

12345678910>>...16