Searched refs:connection (Results 1 - 25 of 48) sorted by last modified time

12

/illumos-gate/usr/src/boot/sys/boot/fdt/dts/powerpc/
H A Dmpc8572ds.dts405 phy-connection-type = "rgmii-id";
456 phy-connection-type = "rgmii-id";
486 phy-connection-type = "rgmii-id";
515 phy-connection-type = "rgmii-id";
H A Dp1020rdb.dts419 phy-connection-type = "rgmii-id";
448 phy-connection-type = "sgmii";
476 phy-connection-type = "rgmii-id";
H A Dp2020ds.dts403 phy-connection-type = "rgmii-id";
447 phy-connection-type = "rgmii-id";
476 phy-connection-type = "rgmii-id";
H A Dp2041rdb.dts263 phy-connection-type = "sgmii";
304 phy-connection-type = "sgmii";
317 phy-connection-type = "sgmii";
330 phy-connection-type = "rgmii";
343 phy-connection-type = "rgmii";
359 phy-connection-type = "xgmii";
H A Dp3041ds.dts257 phy-connection-type = "rgmii";
322 phy-connection-type = "sgmii";
335 phy-connection-type = "sgmii";
348 phy-connection-type = "sgmii";
367 phy-connection-type = "rgmii";
383 phy-connection-type = "xgmii";
H A Dp5020ds.dts253 phy-connection-type = "rgmii";
318 phy-connection-type = "sgmii";
331 phy-connection-type = "sgmii";
344 phy-connection-type = "sgmii";
363 phy-connection-type = "rgmii";
379 phy-connection-type = "xgmii";
/illumos-gate/usr/src/cmd/hotplugd/
H A Dhotplugd_door.c295 char *connection; local
308 if (nvlist_lookup_string(args, HPD_CONNECTION, &connection) != 0)
309 connection = NULL;
314 if ((rv = getinfo(path, connection, flags, &root)) == 0) {
367 char *path, *connection; local
376 (nvlist_lookup_string(args, HPD_CONNECTION, &connection) != 0) ||
393 audit_changestate(uc, HP_MODIFY_AUTH, path, connection,
400 status = changestate(path, connection, state, flags, &old_state, &root);
404 audit_changestate(uc, HP_MODIFY_AUTH, path, connection, state,
466 char *path, *connection, *option local
647 audit_changestate(ucred_t *ucred, char *auth, char *path, char *connection, int new_state, int old_state, int result) argument
690 audit_setprivate(ucred_t *ucred, char *auth, char *path, char *connection, char *options, int result) argument
[all...]
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/hsi/mcp/
H A Dnvm_map.h747 struct iscsi_flash_connection connection; member in struct:iscsi_flashnode
/illumos-gate/usr/src/lib/print/mod_ipp/
H A Dmod_ipp.c251 s = ap_get_remote_host(r->connection, r->per_dir_config,
254 s = ap_get_remote_host(r->connection, r->per_dir_config,
292 * For Trusted Solaris, pass the fd number of the socket connection
308 r->connection->conn_config, &core_module);
313 sockfd = ap_bfileno(r->connection->client, B_RD);
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_util.c246 * If the connection closed or not.
252 * 0 - connection is still valid
253 * 1 - connection is not valid anymore
281 * Checks the mover connection status and sends an appropriate
297 * the connection to the mover on the NDMP TAPE Server. THEN
302 /* If connection is closed by the peer */
312 "ndmp mover: connection closed by peer");
367 * to detect if the other end closed the connection or not.
368 * NDMP client(DMA) does not send any information about the connection
857 * connection (inpu
863 ndmp_send_reply(ndmp_connection_t *connection, void *reply, char *msg) argument
[all...]
H A Dndmpd_mover.c129 * connection (input) - connection handle.
137 ndmpd_mover_get_state_v2(ndmp_connection_t *connection, void *body) argument
140 ndmpd_session_t *session = ndmp_get_client_data(connection);
159 ndmp_send_reply(connection, (void *) &reply,
170 * connection (input) - connection handle.
177 ndmpd_mover_listen_v2(ndmp_connection_t *connection, void *body) argument
181 ndmpd_session_t *session = ndmp_get_client_data(connection);
191 ndmp_send_reply(connection, (voi
242 ndmpd_mover_continue_v2(ndmp_connection_t *connection, void *body) argument
276 ndmpd_mover_abort_v2(ndmp_connection_t *connection, void *body) argument
314 ndmpd_mover_stop_v2(ndmp_connection_t *connection, void *body) argument
354 ndmpd_mover_set_window_v2(ndmp_connection_t *connection, void *body) argument
415 ndmpd_mover_read_v2(ndmp_connection_t *connection, void *body) argument
477 ndmpd_mover_close_v2(ndmp_connection_t *connection, void *body) argument
512 ndmpd_mover_set_record_size_v2(ndmp_connection_t *connection, void *body) argument
551 ndmpd_mover_get_state_v3(ndmp_connection_t *connection, void *body) argument
599 ndmpd_mover_listen_v3(ndmp_connection_t *connection, void *body) argument
694 ndmpd_mover_continue_v3(ndmp_connection_t *connection, void *body) argument
791 ndmpd_mover_abort_v3(ndmp_connection_t *connection, void *body) argument
828 ndmpd_mover_set_window_v3(ndmp_connection_t *connection, void *body) argument
915 ndmpd_mover_read_v3(ndmp_connection_t *connection, void *body) argument
987 ndmpd_mover_set_record_size_v3(ndmp_connection_t *connection, void *body) argument
1035 ndmpd_mover_connect_v3(ndmp_connection_t *connection, void *body) argument
1132 ndmpd_mover_get_state_v4(ndmp_connection_t *connection, void *body) argument
1182 ndmpd_mover_listen_v4(ndmp_connection_t *connection, void *body) argument
1290 ndmpd_mover_connect_v4(ndmp_connection_t *connection, void *body) argument
[all...]
H A Dndmpd_tape.c52 static void tape_open_send_reply(ndmp_connection_t *connection, int err);
56 static void common_tape_open(ndmp_connection_t *connection, char *devname,
58 static void common_tape_close(ndmp_connection_t *connection);
102 * connection (input) - connection handle.
109 ndmpd_tape_open_v2(ndmp_connection_t *connection, void *body) argument
112 ndmpd_session_t *session = ndmp_get_client_data(connection);
157 tape_open_send_reply(connection, err);
161 switch (ndmp_open_list_add(connection, adptnm, sid, lun, devid)) {
175 tape_open_send_reply(connection, er
243 ndmpd_tape_close_v2(ndmp_connection_t *connection, void *body) argument
274 ndmpd_tape_get_state_v2(ndmp_connection_t *connection, void *body) argument
350 ndmpd_tape_mtio_v2(ndmp_connection_t *connection, void *body) argument
492 ndmpd_tape_read_v2(ndmp_connection_t *connection, void *body) argument
541 ndmpd_tape_execute_cdb_v2(ndmp_connection_t *connection, void *body) argument
583 ndmpd_tape_open_v3(ndmp_connection_t *connection, void *body) argument
606 ndmpd_tape_get_state_v3(ndmp_connection_t *connection, void *body) argument
759 ndmpd_tape_write_v3(ndmp_connection_t *connection, void *body) argument
845 ndmpd_tape_read_v3(ndmp_connection_t *connection, void *body) argument
962 ndmpd_tape_get_state_v4(ndmp_connection_t *connection, void *body) argument
1047 ndmpd_tape_close_v4(ndmp_connection_t *connection, void *body) argument
1095 tape_open_send_reply(ndmp_connection_t *connection, int err) argument
1202 common_tape_open(ndmp_connection_t *connection, char *devname, int ndmpmode) argument
1338 common_tape_close(ndmp_connection_t *connection) argument
[all...]
H A Dndmpd_comm.c63 * The ndmp connection version can be set through command line. If command line
99 static int ndmp_recv_msg(ndmp_connection_t *connection);
100 static int ndmp_process_messages(ndmp_connection_t *connection,
102 static ndmp_msg_handler_t *ndmp_get_handler(ndmp_connection_t *connection,
121 * Allocate and initialize a connection structure.
128 * connection pointer
131 * The returned connection should be destroyed using
137 ndmp_connection_t *connection; local
139 connection = ndmp_malloc(sizeof (ndmp_connection_t));
140 if (connection
180 ndmp_connection_t *connection = (ndmp_connection_t *)connection_handle; local
206 ndmp_connection_t *connection = (ndmp_connection_t *)connection_handle; local
332 ndmp_connection_t *connection; local
380 ndmp_connection_t *connection = (ndmp_connection_t *)connection_handle; local
417 ndmp_connection_t *connection = (ndmp_connection_t *)connection_handle; local
527 ndmp_connection_t *connection = (ndmp_connection_t *)connection_handle; local
559 ndmp_connection_t *connection = (ndmp_connection_t *)connection_handle; local
611 ndmp_connection_t *connection = (ndmp_connection_t *)connection_handle; local
803 connection_handler(ndmp_connection_t *connection) argument
965 ndmp_connection_t *connection = (ndmp_connection_t *)connection_handle; local
993 ndmp_connection_t *connection = (ndmp_connection_t *)connection_handle; local
1023 ndmp_recv_msg(ndmp_connection_t *connection) argument
1164 ndmp_process_messages(ndmp_connection_t *connection, boolean_t reply_expected) argument
1342 ndmp_get_handler(ndmp_connection_t *connection, ndmp_message message) argument
[all...]
H A Dndmpd_config.c97 * connection (input) - connection handle.
105 ndmpd_config_get_host_info_v2(ndmp_connection_t *connection, void *body) argument
141 ndmp_send_reply(connection, (void *) &reply,
153 * connection (input) - connection handle.
160 ndmpd_config_get_butype_attr_v2(ndmp_connection_t *connection, void *body) argument
180 ndmp_send_reply(connection, (void *) &reply,
192 * connection (input) - connection handl
200 ndmpd_config_get_mover_type_v2(ndmp_connection_t *connection, void *body) argument
232 ndmpd_config_get_auth_attr_v2(ndmp_connection_t *connection, void *body) argument
289 ndmpd_config_get_host_info_v3(ndmp_connection_t *connection, void *body) argument
342 ndmpd_config_get_connection_type_v3(ndmp_connection_t *connection, void *body) argument
377 ndmpd_config_get_auth_attr_v3(ndmp_connection_t *connection, void *body) argument
429 ndmpd_config_get_butype_info_v3(ndmp_connection_t *connection, void *body) argument
531 ndmpd_config_get_fs_info_v3(ndmp_connection_t *connection, void *body) argument
683 ndmpd_config_get_tape_info_v3(ndmp_connection_t *connection, void *body) argument
788 ndmpd_config_get_scsi_info_v3(ndmp_connection_t *connection, void *body) argument
875 ndmpd_config_get_server_info_v3(ndmp_connection_t *connection, void *body) argument
934 ndmpd_config_get_butype_info_v4(ndmp_connection_t *connection, void *body) argument
1047 ndmpd_config_get_ext_list_v4(ndmp_connection_t *connection, void *body) argument
1088 ndmpd_config_set_ext_list_v4(ndmp_connection_t *connection, void *body) argument
[all...]
H A Dndmpd_connect.c65 static struct conn_list *ndmp_connect_list_find(ndmp_connection_t *connection);
70 /* routines for connection info */
75 static void ndmp_connect_get_v2(ndmp_connection_t *connection,
85 static void ndmp_connect_get_v3(ndmp_connection_t *connection,
131 * This handler sets the protocol version to be used on the connection.
134 * connection (input) - connection handle.
142 ndmpd_connect_open_v2(ndmp_connection_t *connection, void *body) argument
150 if (!(session = (ndmpd_session_t *)ndmp_get_client_data(connection)))
159 ndmp_send_reply(connection, (voi
190 ndmpd_connect_client_auth_v2(ndmp_connection_t *connection, void *body) argument
353 ndmpd_connect_server_auth_v2(ndmp_connection_t *connection, void *body) argument
405 ndmpd_connect_close_v2(ndmp_connection_t *connection, void *body) argument
434 ndmpd_connect_client_auth_v3(ndmp_connection_t *connection, void *body) argument
543 ndmpd_connect_close_v3(ndmp_connection_t *connection, void *body) argument
648 ndmp_connect_list_find(ndmp_connection_t *connection) argument
678 ndmp_connect_list_add(ndmp_connection_t *connection, int *id) argument
714 ndmp_connect_list_del(ndmp_connection_t *connection) argument
922 ndmp_connect_get_v2(ndmp_connection_t *connection, ndmp_door_ctx_t *enc_ctx) argument
989 ndmp_connect_get_v3(ndmp_connection_t *connection, ndmp_door_ctx_t *enc_ctx) argument
1047 ndmpd_connect_kill(ndmp_connection_t *connection) argument
[all...]
H A Dndmpd_data.c90 * connection (input) - connection handle.
98 ndmpd_data_get_state_v2(ndmp_connection_t *connection, void *body) argument
101 ndmpd_session_t *session = ndmp_get_client_data(connection);
121 ndmp_send_reply(connection, &reply,
132 * connection (input) - connection handle.
139 ndmpd_data_start_backup_v2(ndmp_connection_t *connection, void *body) argument
143 ndmpd_session_t *session = ndmp_get_client_data(connection);
161 ndmp_send_reply(connection,
180 ndmpd_data_start_recover_v2(ndmp_connection_t *connection, void *body) argument
222 ndmpd_data_get_env_v2(ndmp_connection_t *connection, void *body) argument
256 ndmpd_data_stop_v2(ndmp_connection_t *connection, void *body) argument
299 ndmpd_data_abort_v2(ndmp_connection_t *connection, void *body) argument
345 ndmpd_data_get_state_v3(ndmp_connection_t *connection, void *body) argument
393 ndmpd_data_start_backup_v3(ndmp_connection_t *connection, void *body) argument
483 ndmpd_data_start_recover_v3(ndmp_connection_t *connection, void *body) argument
567 ndmpd_data_abort_v3(ndmp_connection_t *connection, void *body) argument
623 ndmpd_data_stop_v3(ndmp_connection_t *connection, void *body) argument
663 ndmpd_data_listen_v3(ndmp_connection_t *connection, void *body) argument
744 ndmpd_data_connect_v3(ndmp_connection_t *connection, void *body) argument
828 ndmpd_data_get_env_v4(ndmp_connection_t *connection, void *body) argument
867 ndmpd_data_get_state_v4(ndmp_connection_t *connection, void *body) argument
917 ndmpd_data_connect_v4(ndmp_connection_t *connection, void *body) argument
992 ndmpd_data_listen_v4(ndmp_connection_t *connection, void *body) argument
1088 ndmpd_data_start_recover_filehist_v4(ndmp_connection_t *connection, void *body) argument
[all...]
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Kstat/
H A DKstat.xs1513 # Destructor. Closes the kstat connection
/illumos-gate/usr/src/uts/common/io/rsm/
H A Drsmka_pathmanager.c2802 rsmka_connections_t *connection; local
2830 /* leave room for connection pointer area */
2847 /* fill in user based connection pointer */
2864 connection = (rsmka_connections_t *)bufp;
2865 (void) snprintf(connection->hdr.cntlr_name,
2869 connection->hdr.local_hwaddr = adapter->hwaddr;
2870 connection->hdr.remote_cntlr_count = 0;
2875 connection->hdr.remote_cntlr_count++;
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dqlc.conf170 #Usage: This field specifies the connection mode the driver firmware
176 connection-options=2;
/illumos-gate/usr/src/lib/policykit/libpolkit/common/
H A Dlibpolkit-rbac.c65 libpolkit_new_context (DBusConnection *connection) argument
H A Dlibpolkit.h46 LibPolKitContext *libpolkit_new_context (DBusConnection *connection);
/illumos-gate/usr/src/lib/print/libhttp-core/common/
H A Dhttp.c33 * httpClose() - Close an HTTP connection...
47 * httpFlush() - Flush data from a HTTP connection.
48 * httpRead() - Read data from a HTTP connection.
50 * httpWait() - Wait for data available on a connection.
51 * httpWrite() - Write data to a HTTP connection.
52 * httpGets() - Get a line of text from a HTTP connection.
53 * httpPrintf() - Print a formatted string to a HTTP connection.
66 * http_wait() - Wait for data available on a connection.
68 * http_setup_ssl() - Set up SSL/TLS on a connection.
69 * http_shutdown_ssl() - Shut down SSL/TLS on a connection
2522 CDSAReadFunc(SSLConnectionRef connection, void *data, size_t *dataLength) argument
2547 CDSAWriteFunc(SSLConnectionRef connection, const void *data, size_t *dataLength) argument
[all...]
/illumos-gate/usr/src/lib/print/libpapi-ipp/common/
H A Dipp-support.c225 if (svc->connection == NULL)
323 return (httpWrite(svc->connection, buffer, length));
333 while ((rc = httpRead(svc->connection, p, i)) != i) {
364 httpClearFields(svc->connection);
366 httpSetField(svc->connection, HTTP_FIELD_TRANSFER_ENCODING,
370 httpSetField(svc->connection, HTTP_FIELD_CONTENT_LENGTH,
373 httpSetField(svc->connection, HTTP_FIELD_CONTENT_TYPE,
375 httpSetField(svc->connection, HTTP_FIELD_AUTHORIZATION,
376 svc->connection->authstring);
378 /* flush any state information about this connection */
[all...]
H A Djob.c275 /* if we are already connected, use that connection. */
276 if (svc->connection == NULL)
373 /* if we are already connected, use that connection. */
374 if (svc->connection == NULL)
385 *stream = svc->connection;
446 /* update our connection info */
448 status = httpUpdate(svc->connection);
452 httpWait(svc->connection, 1000);
485 /* if we are already connected, use that connection. */
486 if (svc->connection
[all...]
H A Dpapi_impl.h70 http_t *connection; member in struct:__anon4329

Completed in 142 milliseconds

12