Home
last modified time | relevance | path

Searched defs:connection (Results 1 – 25 of 29) sorted by relevance

12

/titanic_41/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_scsi.c78 ndmpd_scsi_open_v2(ndmp_connection_t *connection, void *body) in ndmpd_scsi_open_v2()
100 ndmpd_scsi_close_v2(ndmp_connection_t *connection, void *body) in ndmpd_scsi_close_v2()
150 ndmpd_scsi_get_state_v2(ndmp_connection_t *connection, void *body) in ndmpd_scsi_get_state_v2()
194 ndmpd_scsi_set_target_v2(ndmp_connection_t *connection, void *body) in ndmpd_scsi_set_target_v2()
220 ndmpd_scsi_reset_device_v2(ndmp_connection_t *connection, void *body) in ndmpd_scsi_reset_device_v2()
264 ndmpd_scsi_reset_bus_v2(ndmp_connection_t *connection, void *body) in ndmpd_scsi_reset_bus_v2()
289 ndmpd_scsi_execute_cdb_v2(ndmp_connection_t *connection, void *body) in ndmpd_scsi_execute_cdb_v2()
329 ndmpd_scsi_open_v3(ndmp_connection_t *connection, void *body) in ndmpd_scsi_open_v3()
352 ndmpd_scsi_set_target_v3(ndmp_connection_t *connection, void *body) in ndmpd_scsi_set_target_v3()
390 scsi_open_send_reply(ndmp_connection_t *connection, int err) in scsi_open_send_reply()
[all …]
H A Dndmpd_tape.c109 ndmpd_tape_open_v2(ndmp_connection_t *connection, void *body) in ndmpd_tape_open_v2()
243 ndmpd_tape_close_v2(ndmp_connection_t *connection, void *body) in ndmpd_tape_close_v2()
274 ndmpd_tape_get_state_v2(ndmp_connection_t *connection, void *body) in ndmpd_tape_get_state_v2()
350 ndmpd_tape_mtio_v2(ndmp_connection_t *connection, void *body) in ndmpd_tape_mtio_v2()
492 ndmpd_tape_read_v2(ndmp_connection_t *connection, void *body) in ndmpd_tape_read_v2()
541 ndmpd_tape_execute_cdb_v2(ndmp_connection_t *connection, void *body) in ndmpd_tape_execute_cdb_v2()
583 ndmpd_tape_open_v3(ndmp_connection_t *connection, void *body) in ndmpd_tape_open_v3()
606 ndmpd_tape_get_state_v3(ndmp_connection_t *connection, void *body) in ndmpd_tape_get_state_v3()
759 void ndmpd_tape_write_v3(ndmp_connection_t *connection, void *body) { in ndmpd_tape_write_v3()
845 ndmpd_tape_read_v3(ndmp_connection_t *connection, void *body) in ndmpd_tape_read_v3()
[all …]
H A Dndmpd_config.c105 ndmpd_config_get_host_info_v2(ndmp_connection_t *connection, void *body) in ndmpd_config_get_host_info_v2()
160 ndmpd_config_get_butype_attr_v2(ndmp_connection_t *connection, void *body) in ndmpd_config_get_butype_attr_v2()
200 ndmpd_config_get_mover_type_v2(ndmp_connection_t *connection, void *body) in ndmpd_config_get_mover_type_v2()
232 ndmpd_config_get_auth_attr_v2(ndmp_connection_t *connection, void *body) in ndmpd_config_get_auth_attr_v2()
289 ndmpd_config_get_host_info_v3(ndmp_connection_t *connection, void *body) in ndmpd_config_get_host_info_v3()
342 ndmpd_config_get_connection_type_v3(ndmp_connection_t *connection, in ndmpd_config_get_connection_type_v3()
377 ndmpd_config_get_auth_attr_v3(ndmp_connection_t *connection, void *body) in ndmpd_config_get_auth_attr_v3()
429 ndmpd_config_get_butype_info_v3(ndmp_connection_t *connection, void *body) in ndmpd_config_get_butype_info_v3()
531 ndmpd_config_get_fs_info_v3(ndmp_connection_t *connection, void *body) in ndmpd_config_get_fs_info_v3()
683 ndmpd_config_get_tape_info_v3(ndmp_connection_t *connection, void *body) in ndmpd_config_get_tape_info_v3()
[all …]
H A Dndmpd_data.c98 ndmpd_data_get_state_v2(ndmp_connection_t *connection, void *body) in ndmpd_data_get_state_v2()
139 ndmpd_data_start_backup_v2(ndmp_connection_t *connection, void *body) in ndmpd_data_start_backup_v2()
180 ndmpd_data_start_recover_v2(ndmp_connection_t *connection, void *body) in ndmpd_data_start_recover_v2()
222 ndmpd_data_get_env_v2(ndmp_connection_t *connection, void *body) in ndmpd_data_get_env_v2()
256 ndmpd_data_stop_v2(ndmp_connection_t *connection, void *body) in ndmpd_data_stop_v2()
299 ndmpd_data_abort_v2(ndmp_connection_t *connection, void *body) in ndmpd_data_abort_v2()
345 ndmpd_data_get_state_v3(ndmp_connection_t *connection, void *body) in ndmpd_data_get_state_v3()
393 ndmpd_data_start_backup_v3(ndmp_connection_t *connection, void *body) in ndmpd_data_start_backup_v3()
483 ndmpd_data_start_recover_v3(ndmp_connection_t *connection, void *body) in ndmpd_data_start_recover_v3()
567 ndmpd_data_abort_v3(ndmp_connection_t *connection, void *body) in ndmpd_data_abort_v3()
[all …]
H A Dndmpd_comm.c137 ndmp_connection_t *connection; in ndmp_create_connection() local
180 ndmp_connection_t *connection = (ndmp_connection_t *)connection_handle; in ndmp_destroy_connection() local
206 ndmp_connection_t *connection = (ndmp_connection_t *)connection_handle; in ndmp_close() local
332 ndmp_connection_t *connection; in ndmpd_worker() local
380 ndmp_connection_t *connection = (ndmp_connection_t *)connection_handle; in ndmp_process_requests() local
417 ndmp_connection_t *connection = (ndmp_connection_t *)connection_handle; in ndmp_send_request() local
527 ndmp_connection_t *connection = (ndmp_connection_t *)connection_handle; in ndmp_send_request_lock() local
559 ndmp_connection_t *connection = (ndmp_connection_t *)connection_handle; in ndmp_send_response() local
611 ndmp_connection_t *connection = (ndmp_connection_t *)connection_handle; in ndmp_free_message() local
803 connection_handler(ndmp_connection_t *connection) in connection_handler()
[all …]
H A Dndmpd_connect.c142 ndmpd_connect_open_v2(ndmp_connection_t *connection, void *body) in ndmpd_connect_open_v2()
190 ndmpd_connect_client_auth_v2(ndmp_connection_t *connection, void *body) in ndmpd_connect_client_auth_v2()
353 ndmpd_connect_server_auth_v2(ndmp_connection_t *connection, void *body) in ndmpd_connect_server_auth_v2()
405 ndmpd_connect_close_v2(ndmp_connection_t *connection, void *body) in ndmpd_connect_close_v2()
434 ndmpd_connect_client_auth_v3(ndmp_connection_t *connection, void *body) in ndmpd_connect_client_auth_v3()
543 ndmpd_connect_close_v3(ndmp_connection_t *connection, void *body) in ndmpd_connect_close_v3()
648 ndmp_connect_list_find(ndmp_connection_t *connection) in ndmp_connect_list_find()
678 ndmp_connect_list_add(ndmp_connection_t *connection, int *id) in ndmp_connect_list_add()
714 ndmp_connect_list_del(ndmp_connection_t *connection) in ndmp_connect_list_del()
922 ndmp_connect_get_v2(ndmp_connection_t *connection, ndmp_door_ctx_t *enc_ctx) in ndmp_connect_get_v2()
[all …]
H A Dndmpd_mover.c137 ndmpd_mover_get_state_v2(ndmp_connection_t *connection, void *body) in ndmpd_mover_get_state_v2()
177 ndmpd_mover_listen_v2(ndmp_connection_t *connection, void *body) in ndmpd_mover_listen_v2()
242 ndmpd_mover_continue_v2(ndmp_connection_t *connection, void *body) in ndmpd_mover_continue_v2()
276 ndmpd_mover_abort_v2(ndmp_connection_t *connection, void *body) in ndmpd_mover_abort_v2()
314 ndmpd_mover_stop_v2(ndmp_connection_t *connection, void *body) in ndmpd_mover_stop_v2()
354 ndmpd_mover_set_window_v2(ndmp_connection_t *connection, void *body) in ndmpd_mover_set_window_v2()
415 ndmpd_mover_read_v2(ndmp_connection_t *connection, void *body) in ndmpd_mover_read_v2()
477 ndmpd_mover_close_v2(ndmp_connection_t *connection, void *body) in ndmpd_mover_close_v2()
512 ndmpd_mover_set_record_size_v2(ndmp_connection_t *connection, void *body) in ndmpd_mover_set_record_size_v2()
551 ndmpd_mover_get_state_v3(ndmp_connection_t *connection, void *body) in ndmpd_mover_get_state_v3()
[all …]
/titanic_41/usr/src/cmd/hal/hald/
H A Dhald_dbus.c76 raise_error (DBusConnection *connection, in raise_error()
105 raise_no_such_device (DBusConnection *connection, in raise_no_such_device()
124 raise_no_such_property (DBusConnection *connection, in raise_no_such_property()
144 raise_property_type_error (DBusConnection *connection, in raise_property_type_error()
164 raise_syntax (DBusConnection *connection, in raise_syntax()
182 raise_device_not_locked (DBusConnection *connection, in raise_device_not_locked()
201 raise_device_already_locked (DBusConnection *connection, in raise_device_already_locked()
230 raise_branch_already_claimed (DBusConnection *connection, in raise_branch_already_claimed()
259 raise_branch_not_claimed (DBusConnection *connection, in raise_branch_not_claimed()
278 raise_permission_denied (DBusConnection *connection, in raise_permission_denied()
[all …]
H A Dhald_runner.c97 runner_server_message_handler (DBusConnection *connection, in runner_server_message_handler()
134 runner_server_unregister_handler (DBusConnection *connection, void *user_data) in runner_server_unregister_handler()
/titanic_41/usr/src/cmd/hotplug/
H A Dhotplug.c247 char *connection = NULL; in cmd_list() local
299 char *connection = NULL; in cmd_online() local
359 char *connection = NULL; in cmd_offline() local
416 char *connection = NULL; in cmd_enable() local
471 char *connection = NULL; in cmd_disable() local
537 char *connection = NULL; in cmd_poweron() local
601 char *connection = NULL; in cmd_poweroff() local
657 char *connection = NULL; in cmd_getpriv() local
721 char *connection = NULL; in cmd_setpriv() local
788 char *connection = NULL; in cmd_changestate() local
[all …]
/titanic_41/usr/src/cmd/hotplugd/
H A Dhotplugd_door.c297 char *connection; in cmd_getinfo() local
369 char *path, *connection; in cmd_changestate() local
468 char *path, *connection, *options; in cmd_private() local
649 audit_changestate(ucred_t *ucred, char *auth, char *path, char *connection, in audit_changestate()
692 audit_setprivate(ucred_t *ucred, char *auth, char *path, char *connection, in audit_setprivate()
H A Dhotplugd_info.c68 getinfo(const char *path, const char *connection, uint_t flags, hp_node_t *retp) in getinfo()
136 copy_devinfo(const char *path, const char *connection, uint_t flags, in copy_devinfo()
241 copy_hotplug(hp_node_t parent, di_node_t dev, const char *connection, in copy_hotplug()
H A Dhotplugd_impl.c64 changestate(const char *path, const char *connection, int state, uint_t flags, in changestate()
165 private_options(const char *path, const char *connection, hp_cmd_t cmd, in private_options()
H A Dhotplugd_rcm.c61 char connection[MAXPATHLEN]; member
73 char connection[MAXPATHLEN]; member
/titanic_41/usr/src/lib/libhotplug/common/
H A Dlibhotplug.c61 hp_init(const char *path, const char *connection, uint_t flags) in hp_init()
440 hp_path(hp_node_t node, char *path, char *connection) in hp_path()
514 char connection[MAXPATHLEN]; in hp_set_state() local
596 char connection[MAXPATHLEN]; in hp_set_private() local
656 char connection[MAXPATHLEN]; in hp_get_private() local
1279 i_hp_set_args(hp_cmd_t cmd, const char *path, const char *connection, in i_hp_set_args()
/titanic_41/usr/src/cmd/krb5/krb5kdc/
H A Dnetwork.c153 struct connection { struct
156 void (*service)(struct connection *, const char *, int); argument
168 /* connection */ argument
188 } u;
286 void (*service)(struct connection *, const char *, int)) in add_fd()
/titanic_41/usr/src/cmd/policykit/
H A Dpolkit-is-privileged.c85 DBusConnection *connection = NULL; in main() local
/titanic_41/usr/src/cmd/hal/addons/network-devices/
H A Daddon-network-discovery.c149 nds_filter_function(DBusConnection *connection, DBusMessage *message, in nds_filter_function()
229 DBusConnection *connection; in nds_claim_interface() local
/titanic_41/usr/src/lib/libsldap/common/
H A Dns_internal.h571 typedef struct connection { struct
572 ConnectionID connectionId; argument
573 boolean_t usedBit; /* true if only used by */
576 pid_t pid; /* process id */
577 char *serverAddr;
578 ns_cred_t *auth;
579 LDAP *ld;
580 thread_t threadID; /* thread ID using it */
581 struct ns_ldap_cookie *cookieInfo;
582 char **controls; /* from server_info */
[all …]
/titanic_41/usr/src/lib/print/libpapi-ipp/common/
H A Dpapi_impl.h70 http_t *connection; member
/titanic_41/usr/src/cmd/hal/hald/solaris/
H A Dosspec.c83 osspec_filter_function (DBusConnection *connection, DBusMessage *message, void *user_data) in osspec_filter_function()
/titanic_41/usr/src/lib/policykit/libpolkit/common/
H A Dlibpolkit-rbac.c65 libpolkit_new_context (DBusConnection *connection) in libpolkit_new_context()
/titanic_41/usr/src/lib/libdns_sd/common/
H A Ddnssd_ipc.h170 connection = 1, // connected socket via DNSServiceConnect() enumerator
/titanic_41/usr/src/lib/print/libhttp-core/common/
H A Dhttp.c2522 CDSAReadFunc(SSLConnectionRef connection, /* I - SSL/TLS connection */ in CDSAReadFunc()
2547 CDSAWriteFunc(SSLConnectionRef connection, /* I - SSL/TLS connection */ in CDSAWriteFunc()
/titanic_41/usr/src/cmd/lms/
H A DLMEConnection.cpp500 LMEConnection *connection = (LMEConnection *)param; in _rxThreadFunc() local

12