Searched refs:connection (Results 1 - 25 of 70) sorted by relevance

123

/opensolaris-onvv-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_comm.c62 * The ndmp connection version can be set through command line. If command line
98 static int ndmp_recv_msg(ndmp_connection_t *connection);
99 static int ndmp_process_messages(ndmp_connection_t *connection,
101 static ndmp_msg_handler_t *ndmp_get_handler(ndmp_connection_t *connection,
120 * Allocate and initialize a connection structure.
127 * connection pointer
130 * The returned connection should be destroyed using
136 ndmp_connection_t *connection; local
138 connection = ndmp_malloc(sizeof (ndmp_connection_t));
139 if (connection
179 ndmp_connection_t *connection = (ndmp_connection_t *)connection_handle; local
205 ndmp_connection_t *connection = (ndmp_connection_t *)connection_handle; local
354 ndmp_connection_t *connection; local
402 ndmp_connection_t *connection = (ndmp_connection_t *)connection_handle; local
439 ndmp_connection_t *connection = (ndmp_connection_t *)connection_handle; local
549 ndmp_connection_t *connection = (ndmp_connection_t *)connection_handle; local
581 ndmp_connection_t *connection = (ndmp_connection_t *)connection_handle; local
633 ndmp_connection_t *connection = (ndmp_connection_t *)connection_handle; local
831 connection_handler(ndmp_connection_t *connection) argument
993 ndmp_connection_t *connection = (ndmp_connection_t *)connection_handle; local
1021 ndmp_connection_t *connection = (ndmp_connection_t *)connection_handle; local
1051 ndmp_recv_msg(ndmp_connection_t *connection) argument
1192 ndmp_process_messages(ndmp_connection_t *connection, boolean_t reply_expected) argument
1370 ndmp_get_handler(ndmp_connection_t *connection, ndmp_message message) argument
[all...]
H A Dndmpd_scsi.c53 static void scsi_open_send_reply(ndmp_connection_t *connection, int err);
54 static void common_open(ndmp_connection_t *connection, char *devname);
55 static void common_set_target(ndmp_connection_t *connection, char *device,
71 * connection (input) - connection handle.
78 ndmpd_scsi_open_v2(ndmp_connection_t *connection, void *body) argument
82 common_open(connection, request->device.name);
92 * connection (input) - connection handle.
100 ndmpd_scsi_close_v2(ndmp_connection_t *connection, voi argument
150 ndmpd_scsi_get_state_v2(ndmp_connection_t *connection, void *body) argument
194 ndmpd_scsi_set_target_v2(ndmp_connection_t *connection, void *body) argument
220 ndmpd_scsi_reset_device_v2(ndmp_connection_t *connection, void *body) argument
264 ndmpd_scsi_reset_bus_v2(ndmp_connection_t *connection, void *body) argument
289 ndmpd_scsi_execute_cdb_v2(ndmp_connection_t *connection, void *body) argument
329 ndmpd_scsi_open_v3(ndmp_connection_t *connection, void *body) argument
352 ndmpd_scsi_set_target_v3(ndmp_connection_t *connection, void *body) argument
390 scsi_open_send_reply(ndmp_connection_t *connection, int err) argument
412 common_open(ndmp_connection_t *connection, char *devname) argument
502 common_set_target(ndmp_connection_t *connection, char *device, ushort_t controller, ushort_t sid, ushort_t lun) 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);
79 * connection (input) - connection handle.
86 ndmpd_tape_open_v2(ndmp_connection_t *connection, void *body) argument
89 ndmpd_session_t *session = ndmp_get_client_data(connection);
134 tape_open_send_reply(connection, err);
138 switch (ndmp_open_list_add(connection, adptnm, sid, lun, devid)) {
152 tape_open_send_reply(connection, er
221 ndmpd_tape_close_v2(ndmp_connection_t *connection, void *body) argument
252 ndmpd_tape_get_state_v2(ndmp_connection_t *connection, void *body) argument
328 ndmpd_tape_mtio_v2(ndmp_connection_t *connection, void *body) argument
466 ndmpd_tape_write_v2(ndmp_connection_t *connection, void *body) argument
567 ndmpd_tape_read_v2(ndmp_connection_t *connection, void *body) argument
618 ndmpd_tape_execute_cdb_v2(ndmp_connection_t *connection, void *body) argument
661 ndmpd_tape_open_v3(ndmp_connection_t *connection, void *body) argument
684 ndmpd_tape_get_state_v3(ndmp_connection_t *connection, void *body) argument
775 ndmpd_tape_write_v3(ndmp_connection_t *connection, void *body) argument
880 ndmpd_tape_read_v3(ndmp_connection_t *connection, void *body) argument
1008 ndmpd_tape_get_state_v4(ndmp_connection_t *connection, void *body) argument
1097 ndmpd_tape_close_v4(ndmp_connection_t *connection, void *body) argument
1145 tape_open_send_reply(ndmp_connection_t *connection, int err) argument
1252 common_tape_open(ndmp_connection_t *connection, char *devname, int ndmpmode) argument
1389 common_tape_close(ndmp_connection_t *connection) argument
[all...]
H A Dndmpd_connect.c64 static struct conn_list *ndmp_connect_list_find(ndmp_connection_t *connection);
69 /* routines for connection info */
74 static void ndmp_connect_get_v2(ndmp_connection_t *connection,
84 static void ndmp_connect_get_v3(ndmp_connection_t *connection,
130 * This handler sets the protocol version to be used on the connection.
133 * connection (input) - connection handle.
141 ndmpd_connect_open_v2(ndmp_connection_t *connection, void *body) argument
149 if (!(session = (ndmpd_session_t *)ndmp_get_client_data(connection)))
158 ndmp_send_reply(connection, (voi
189 ndmpd_connect_client_auth_v2(ndmp_connection_t *connection, void *body) argument
352 ndmpd_connect_server_auth_v2(ndmp_connection_t *connection, void *body) argument
404 ndmpd_connect_close_v2(ndmp_connection_t *connection, void *body) argument
433 ndmpd_connect_client_auth_v3(ndmp_connection_t *connection, void *body) argument
542 ndmpd_connect_close_v3(ndmp_connection_t *connection, void *body) argument
641 ndmp_connect_list_find(ndmp_connection_t *connection) argument
671 ndmp_connect_list_add(ndmp_connection_t *connection, int *id) argument
707 ndmp_connect_list_del(ndmp_connection_t *connection) argument
915 ndmp_connect_get_v2(ndmp_connection_t *connection, ndmp_door_ctx_t *enc_ctx) argument
982 ndmp_connect_get_v3(ndmp_connection_t *connection, ndmp_door_ctx_t *enc_ctx) argument
1040 ndmpd_connect_kill(ndmp_connection_t *connection) argument
[all...]
H A Dndmpd_config.c96 * connection (input) - connection handle.
104 ndmpd_config_get_host_info_v2(ndmp_connection_t *connection, void *body) argument
140 ndmp_send_reply(connection, (void *) &reply,
152 * connection (input) - connection handle.
159 ndmpd_config_get_butype_attr_v2(ndmp_connection_t *connection, void *body) argument
179 ndmp_send_reply(connection, (void *) &reply,
191 * connection (input) - connection handl
199 ndmpd_config_get_mover_type_v2(ndmp_connection_t *connection, void *body) argument
231 ndmpd_config_get_auth_attr_v2(ndmp_connection_t *connection, void *body) argument
288 ndmpd_config_get_host_info_v3(ndmp_connection_t *connection, void *body) argument
341 ndmpd_config_get_connection_type_v3(ndmp_connection_t *connection, void *body) argument
376 ndmpd_config_get_auth_attr_v3(ndmp_connection_t *connection, void *body) argument
428 ndmpd_config_get_butype_info_v3(ndmp_connection_t *connection, void *body) argument
530 ndmpd_config_get_fs_info_v3(ndmp_connection_t *connection, void *body) argument
691 ndmpd_config_get_tape_info_v3(ndmp_connection_t *connection, void *body) argument
796 ndmpd_config_get_scsi_info_v3(ndmp_connection_t *connection, void *body) argument
883 ndmpd_config_get_server_info_v3(ndmp_connection_t *connection, void *body) argument
942 ndmpd_config_get_butype_info_v4(ndmp_connection_t *connection, void *body) argument
1055 ndmpd_config_get_ext_list_v4(ndmp_connection_t *connection, void *body) argument
1089 ndmpd_config_set_ext_list_v4(ndmp_connection_t *connection, void *body) argument
[all...]
H A Dndmpd_data.c89 * connection (input) - connection handle.
97 ndmpd_data_get_state_v2(ndmp_connection_t *connection, void *body) argument
100 ndmpd_session_t *session = ndmp_get_client_data(connection);
120 ndmp_send_reply(connection, &reply,
131 * connection (input) - connection handle.
138 ndmpd_data_start_backup_v2(ndmp_connection_t *connection, void *body) argument
142 ndmpd_session_t *session = ndmp_get_client_data(connection);
160 ndmp_send_reply(connection,
179 ndmpd_data_start_recover_v2(ndmp_connection_t *connection, void *body) argument
221 ndmpd_data_get_env_v2(ndmp_connection_t *connection, void *body) argument
255 ndmpd_data_stop_v2(ndmp_connection_t *connection, void *body) argument
298 ndmpd_data_abort_v2(ndmp_connection_t *connection, void *body) argument
344 ndmpd_data_get_state_v3(ndmp_connection_t *connection, void *body) argument
392 ndmpd_data_start_backup_v3(ndmp_connection_t *connection, void *body) argument
482 ndmpd_data_start_recover_v3(ndmp_connection_t *connection, void *body) argument
566 ndmpd_data_abort_v3(ndmp_connection_t *connection, void *body) argument
622 ndmpd_data_stop_v3(ndmp_connection_t *connection, void *body) argument
662 ndmpd_data_listen_v3(ndmp_connection_t *connection, void *body) argument
743 ndmpd_data_connect_v3(ndmp_connection_t *connection, void *body) argument
827 ndmpd_data_get_env_v4(ndmp_connection_t *connection, void *body) argument
866 ndmpd_data_get_state_v4(ndmp_connection_t *connection, void *body) argument
916 ndmpd_data_connect_v4(ndmp_connection_t *connection, void *body) argument
991 ndmpd_data_listen_v4(ndmp_connection_t *connection, void *body) argument
1087 ndmpd_data_start_recover_filehist_v4(ndmp_connection_t *connection, void *body) argument
[all...]
H A Dndmpd_mover.c114 * connection (input) - connection handle.
122 ndmpd_mover_get_state_v2(ndmp_connection_t *connection, void *body) argument
125 ndmpd_session_t *session = ndmp_get_client_data(connection);
144 ndmp_send_reply(connection, (void *) &reply,
155 * connection (input) - connection handle.
162 ndmpd_mover_listen_v2(ndmp_connection_t *connection, void *body) argument
166 ndmpd_session_t *session = ndmp_get_client_data(connection);
176 ndmp_send_reply(connection, (voi
227 ndmpd_mover_continue_v2(ndmp_connection_t *connection, void *body) argument
261 ndmpd_mover_abort_v2(ndmp_connection_t *connection, void *body) argument
301 ndmpd_mover_stop_v2(ndmp_connection_t *connection, void *body) argument
341 ndmpd_mover_set_window_v2(ndmp_connection_t *connection, void *body) argument
402 ndmpd_mover_read_v2(ndmp_connection_t *connection, void *body) argument
464 ndmpd_mover_close_v2(ndmp_connection_t *connection, void *body) argument
499 ndmpd_mover_set_record_size_v2(ndmp_connection_t *connection, void *body) argument
538 ndmpd_mover_get_state_v3(ndmp_connection_t *connection, void *body) argument
586 ndmpd_mover_listen_v3(ndmp_connection_t *connection, void *body) argument
681 ndmpd_mover_continue_v3(ndmp_connection_t *connection, void *body) argument
772 ndmpd_mover_abort_v3(ndmp_connection_t *connection, void *body) argument
809 ndmpd_mover_set_window_v3(ndmp_connection_t *connection, void *body) argument
896 ndmpd_mover_read_v3(ndmp_connection_t *connection, void *body) argument
968 ndmpd_mover_set_record_size_v3(ndmp_connection_t *connection, void *body) argument
1016 ndmpd_mover_connect_v3(ndmp_connection_t *connection, void *body) argument
1113 ndmpd_mover_get_state_v4(ndmp_connection_t *connection, void *body) argument
1163 ndmpd_mover_listen_v4(ndmp_connection_t *connection, void *body) argument
1271 ndmpd_mover_connect_v4(ndmp_connection_t *connection, void *body) argument
[all...]
/opensolaris-onvv-gate/usr/src/cmd/hotplugd/
H A Dhotplugd_impl.h35 * Define macros to test connection states.
64 int getinfo(const char *path, const char *connection, uint_t flags,
66 int changestate(const char *path, const char *connection, int state,
68 int private_options(const char *path, const char *connection,
H A Dhotplugd_door.c297 char *connection; local
310 if (nvlist_lookup_string(args, HPD_CONNECTION, &connection) != 0)
311 connection = NULL;
316 if ((rv = getinfo(path, connection, flags, &root)) == 0) {
369 char *path, *connection; local
378 (nvlist_lookup_string(args, HPD_CONNECTION, &connection) != 0) ||
395 audit_changestate(uc, HP_MODIFY_AUTH, path, connection,
402 status = changestate(path, connection, state, flags, &old_state, &root);
406 audit_changestate(uc, HP_MODIFY_AUTH, path, connection, state,
468 char *path, *connection, *option local
649 audit_changestate(ucred_t *ucred, char *auth, char *path, char *connection, int new_state, int old_state, int result) argument
692 audit_setprivate(ucred_t *ucred, char *auth, char *path, char *connection, char *options, int result) argument
[all...]
H A Dhotplugd_info.c64 * Build a hotplug information snapshot. The path, connection,
68 getinfo(const char *path, const char *connection, uint_t flags, hp_node_t *retp) argument
78 dprintf("getinfo: path=%s, connection=%s, flags=0x%x\n", path,
79 (connection == NULL) ? "NULL" : connection, flags);
86 if ((rv = copy_devinfo(basepath, connection, flags, &root)) != 0) {
136 copy_devinfo(const char *path, const char *connection, uint_t flags, argument
154 * If a connection is specified, just copy immediate hotplug info.
157 if (connection != NULL)
158 rv = copy_hotplug(NULL, di_root, connection, flag
241 copy_hotplug(hp_node_t parent, di_node_t dev, const char *connection, uint_t flags, hp_node_t *retp) argument
[all...]
H A Dhotplugd_impl.c64 changestate(const char *path, const char *connection, int state, uint_t flags, argument
72 dprintf("changestate(path=%s, connection=%s, state=0x%x, flags=0x%x)\n",
73 path, connection, state, flags);
82 if ((rv = getinfo(path, connection, 0, &root)) != 0) {
133 if (modctl(MODHPOPS, MODHPOPS_CHANGE_STATE, path, connection, state))
165 private_options(const char *path, const char *connection, hp_cmd_t cmd, argument
173 dprintf("private_options(path=%s, connection=%s, options='%s')\n",
174 path, connection, options);
198 if (modctl(MODHPOPS, MODHPOPS_BUS_GET, path, connection,
203 if (modctl(MODHPOPS, MODHPOPS_BUS_SET, path, connection,
[all...]
/opensolaris-onvv-gate/usr/src/cmd/hal/hald/
H A Dosspec.h54 * @param connection D-BUS connection
59 DBusHandlerResult osspec_filter_function (DBusConnection *connection, DBusMessage *message, void *user_data);
H A Dhald_dbus.c56 raise_error (DBusConnection *connection,
70 * @param connection D-Bus connection
76 raise_error (DBusConnection *connection, argument
93 if (!dbus_connection_send (connection, reply, NULL))
100 * @param connection D-Bus connection
105 raise_no_such_device (DBusConnection *connection, argument
109 connection, in_reply_to,
118 * @param connection
124 raise_no_such_property(DBusConnection *connection, DBusMessage *in_reply_to, const char *device_id, const char *key) argument
144 raise_property_type_error(DBusConnection *connection, DBusMessage *in_reply_to, const char *device_id, const char *key) argument
164 raise_syntax(DBusConnection *connection, DBusMessage *in_reply_to, const char *method_name) argument
182 raise_device_not_locked(DBusConnection *connection, DBusMessage *in_reply_to, HalDevice *device) argument
201 raise_device_already_locked(DBusConnection *connection, DBusMessage *in_reply_to, HalDevice *device) argument
230 raise_branch_already_claimed(DBusConnection *connection, DBusMessage *in_reply_to, HalDevice *device) argument
259 raise_branch_not_claimed(DBusConnection *connection, DBusMessage *in_reply_to, HalDevice *device) argument
278 raise_permission_denied(DBusConnection *connection, DBusMessage *in_reply_to, const char *reason) argument
324 manager_get_all_devices(DBusConnection * connection, DBusMessage * message) argument
428 manager_find_device_string_match(DBusConnection * connection, DBusMessage * message) argument
514 manager_find_device_by_capability(DBusConnection * connection, DBusMessage * message) argument
574 manager_device_exists(DBusConnection * connection, DBusMessage * message) argument
905 device_get_all_properties(DBusConnection * connection, DBusMessage * message) argument
967 sender_has_privileges(DBusConnection *connection, DBusMessage *message) argument
1029 device_set_multiple_properties(DBusConnection *connection, DBusMessage *message, dbus_bool_t local_interface) argument
1186 device_get_property(DBusConnection * connection, DBusMessage * message) argument
1313 device_get_property_type(DBusConnection * connection, DBusMessage * message) argument
1387 device_set_property(DBusConnection * connection, DBusMessage * message, dbus_bool_t local_interface) argument
1516 device_add_capability(DBusConnection * connection, DBusMessage * message, dbus_bool_t local_interface) argument
1567 device_string_list_append_prepend(DBusConnection * connection, DBusMessage * message, dbus_bool_t do_prepend) argument
1621 device_string_list_remove(DBusConnection * connection, DBusMessage * message) argument
1687 device_remove_property(DBusConnection * connection, DBusMessage * message, dbus_bool_t local_interface) argument
1752 device_property_exists(DBusConnection * connection, DBusMessage * message) argument
1812 device_query_capability(DBusConnection * connection, DBusMessage * message) argument
1888 device_lock(DBusConnection * connection, DBusMessage * message) argument
1971 device_unlock(DBusConnection * connection, DBusMessage * message) argument
2061 manager_claim_branch(DBusConnection * connection, DBusMessage * message) argument
2145 manager_unclaim_branch(DBusConnection * connection, DBusMessage * message) argument
2529 device_rescan(DBusConnection * connection, DBusMessage * message, dbus_bool_t local_interface) argument
2573 device_reprobe(DBusConnection * connection, DBusMessage * message, dbus_bool_t local_interface) argument
2618 device_emit_condition(DBusConnection * connection, DBusMessage * message, dbus_bool_t local_interface) argument
2678 DBusConnection *connection; member in struct:__anon656
2687 device_claim_interface(DBusConnection * connection, DBusMessage * message, dbus_bool_t local_interface) argument
2760 addon_is_ready(DBusConnection * connection, DBusMessage * message, dbus_bool_t local_interface) argument
2824 manager_new_device(DBusConnection * connection, DBusMessage * message, dbus_bool_t local_interface) argument
2894 manager_remove(DBusConnection * connection, DBusMessage * message, dbus_bool_t local_interface) argument
2996 manager_commit_to_gdl(DBusConnection * connection, DBusMessage * message, dbus_bool_t local_interface) argument
3085 DBusConnection *connection; member in struct:__anon657
3339 hald_exec_method(HalDevice *d, DBusConnection *connection, dbus_bool_t local_interface, DBusMessage *message, const char *execpath) argument
3524 do_introspect(DBusConnection *connection, DBusMessage *message, dbus_bool_t local_interface) argument
3893 hald_dbus_filter_handle_methods(DBusConnection *connection, DBusMessage *message, void *user_data, dbus_bool_t local_interface) argument
4198 hald_dbus_filter_function(DBusConnection * connection, DBusMessage * message, void *user_data) argument
4228 local_server_message_handler(DBusConnection *connection, DBusMessage *message, void *user_data) argument
4289 local_server_unregister_handler(DBusConnection *connection, void *user_data) argument
[all...]
/opensolaris-onvv-gate/usr/src/cmd/hotplug/
H A Dhotplug.c103 { "list [-l] [-v] [<path> [<connection>]]", "list", cmd_list },
115 { "changestate [-f] [-q] -s <state> <path> <connection>",
157 #define EXIT_ENOENT 2 /* path or connection doesn't exist */
247 char *connection = NULL; local
267 parse_target(argc, argv, &path, &connection, usage_str);
274 if ((root = hp_init(path, connection, flags)) == NULL) {
299 char *connection = NULL; local
304 parse_target(argc, argv, &path, &connection, usage_str);
306 /* Path and connection are required */
307 if ((path == NULL) || (connection
359 char *connection = NULL; local
416 char *connection = NULL; local
471 char *connection = NULL; local
537 char *connection = NULL; local
601 char *connection = NULL; local
657 char *connection = NULL; local
721 char *connection = NULL; local
788 char *connection = NULL; local
1075 char connection[MAXPATHLEN]; local
1117 static char connection[MAXPATHLEN]; local
[all...]
/opensolaris-onvv-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 Dservice.c72 if (svc->connection != NULL) /* alread connected ? */
109 svc->connection = httpConnectEncrypt(svc->uri->host, port,
111 if (svc->connection == NULL) {
184 if (svc->connection != NULL)
185 httpClose(svc->connection);
239 httpEncryption(svc->connection,
H A Dpapi_impl.h70 http_t *connection; member in struct:__anon4689
/opensolaris-onvv-gate/usr/src/cmd/policykit/
H A Dpolkit-is-privileged.c44 " [-s <system-bus-connection-name>]", argv[0]);
49 " -s, --system-bus-unique-name Unique system bus connection name\n"
85 DBusConnection *connection = NULL; local
148 connection = dbus_bus_get (DBUS_BUS_SYSTEM, &error);
149 if (connection == NULL) {
155 ctx = libpolkit_new_context (connection);
/opensolaris-onvv-gate/usr/src/cmd/hal/addons/network-devices/
H A Daddon-network-discovery.c149 nds_filter_function(DBusConnection *connection, DBusMessage *message, argument
217 if (!dbus_connection_send(connection, reply, NULL)) {
220 dbus_connection_flush(connection);
229 DBusConnection *connection; local
249 if ((connection = libhal_ctx_get_dbus_connection(ctx)) == NULL) {
250 HAL_WARNING(("Could not get DBus connection"));
260 dbus_connection_setup_with_g_main(connection, NULL);
261 dbus_connection_add_filter(connection, nds_filter_function, ctx, NULL);
262 dbus_connection_set_exit_on_disconnect(connection, 0);
/opensolaris-onvv-gate/usr/src/lib/libhotplug/common/
H A Dlibhotplug.h77 hp_node_t hp_init(const char *path, const char *connection, uint_t flags);
90 int hp_path(hp_node_t node, char *path, char *connection);
H A Dlibhotplug.c61 hp_init(const char *path, const char *connection, uint_t flags) argument
68 i_hp_dprintf("hp_init: path=%p, connection=%p, flags=0x%x\n",
69 (void *)path, (void *)connection, flags);
79 if ((args = i_hp_set_args(HP_CMD_GETINFO, path, connection, flags,
307 * Return a type description (e.g. "PCI slot") for connection nodes.
338 * Return when the state of a connection was last changed.
436 * Return the path (and maybe connection name) of a node.
440 hp_path(hp_node_t node, char *path, char *connection) argument
448 i_hp_dprintf("hp_path: node=%p, path=%p, connection=%p\n", (void *)node,
449 (void *)path, (void *)connection);
514 char connection[MAXPATHLEN]; local
596 char connection[MAXPATHLEN]; local
656 char connection[MAXPATHLEN]; local
1279 i_hp_set_args(hp_cmd_t cmd, const char *path, const char *connection, uint_t flags, const char *options, int state) argument
[all...]
/opensolaris-onvv-gate/usr/src/cmd/krb5/krb5kdc/
H A Dnetwork.c153 /* Per-connection info. */ struct
154 struct connection {
157 void (*service)(struct connection *, const char *, int);
169 /* connection */
226 /* Set<struct connection *> connections; */
227 static SET(struct connection *) connections;
287 static struct connection *
289 void (*service)(struct connection *, const char *, int))
291 struct connection *newconn;
298 gettext("cannot allocate storage for connection inf
[all...]
/opensolaris-onvv-gate/usr/src/lib/policykit/libpolkit/common/
H A Dlibpolkit.h46 LibPolKitContext *libpolkit_new_context (DBusConnection *connection);
/opensolaris-onvv-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;
/opensolaris-onvv-gate/usr/src/lib/hal/libhal/common/
H A Dlibhal.c223 * Context for connection to the HAL daemon. Opaque, use the
227 DBusConnection *connection; /**< D-BUS connection */ member in struct:LibHalContext_s
231 dbus_bool_t is_direct; /**< Whether the connection to hald is direct */
256 * @ctx: the context for the connection to hald
273 * @ctx: the context for the connection to hald
378 * @ctx: the context for the connection to hald
411 reply = dbus_connection_send_with_reply_and_block (ctx->connection,
911 filter_func (DBusConnection * connection, argument
1028 * @ctx: the context for the connection t
[all...]

Completed in 271 milliseconds

123