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

12

/osnet-11/usr/src/lib/libiov/common/
H A Dlibiov.h51 extern int iov_hp_online(char *path, char *connection, char **error_str);
52 extern int iov_hp_offline(char *path, char *connection, uint_t flags,
54 extern int iov_hp_set_offline_ceiling(char *path, char *connection,
56 extern int iov_hp_clear_offline_ceiling(char *path, char *connection,
/osnet-11/usr/src/lib/libiov/sparc/
H A Dlibiov_hp.c71 static int iov_hp_add(const char *parent, const char *connection, uint_t flags,
73 static int iov_hp_remove(const char *parent, const char *connection,
75 static void i_iov_path_to_connection(char *subpath, char *connection,
81 static int cmd_install(cmd_t cmd, char *path, char *connection,
83 static int cmd_changestate(cmd_t cmd, char *path, char *connection,
85 static int cmd_set_state_ceiling(char *path, char *connection, int state,
87 static int cmd_clear_state_ceiling(char *path, char *connection,
111 iov_hp_add(const char *parent, const char *connection, uint_t flags, argument
119 if (parent == NULL || connection == NULL) {
134 rv = hp_create_port(node, connection, results
176 iov_hp_remove(const char *parent, const char *connection, uint_t flags, hp_node_t *resultsp) argument
228 char connection[MAXPATHLEN]; local
250 char connection[MAXPATHLEN]; local
332 change_endpoints_state(char *path, char *connection, hp_node_t *results, cmd_t cmd) argument
377 char connection[MAXPATHLEN]; local
452 char connection[MAXPATHLEN]; local
772 i_iov_path_to_connection(char *subpath, char *connection, boolean_t is_rc) argument
791 iov_hp_online(char *path, char *connection, char **error_str) argument
819 iov_hp_offline(char *path, char *connection, uint_t flags, char **error_str) argument
850 iov_hp_set_offline_ceiling(char *path, char *connection, uint32_t *handlep, char **error_str) argument
865 iov_hp_clear_offline_ceiling(char *path, char *connection, uint32_t handle, char **error_str) argument
885 open_target(char *path, char *connection, int flags, open_cbarg_t *cbarg) argument
922 cmd_install(cmd_t cmd, char *path, char *connection, hp_node_t *resultsp) argument
970 cmd_changestate(cmd_t cmd, char *path, char *connection, int flags, hp_node_t *resultsp) argument
1018 cmd_set_state_ceiling(char *path, char *connection, int state, uint32_t *handlep, hp_node_t *resultsp) argument
1052 cmd_clear_state_ceiling(char *path, char *connection, uint32_t handle, hp_node_t *resultsp) argument
1202 static char connection[MAXPATHLEN]; local
[all...]
/osnet-11/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:__anon33
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:__anon34
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...]
H A Dhald_dbus.h94 DBusHandlerResult hald_dbus_filter_function (DBusConnection * connection, DBusMessage * message, void *user_data);
H A Dhald_runner.c97 runner_server_message_handler (DBusConnection *connection, argument
134 runner_server_unregister_handler (DBusConnection *connection, void *user_data) argument
510 /* the connection was disconnected */
/osnet-11/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);
/osnet-11/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);
/osnet-11/usr/src/lib/libhotplug/common/
H A Dlibhotplug.c60 hp_init(const char *path, const char *connection, uint_t flags) argument
67 i_hp_dprintf("hp_init: path=%p, connection=%p, flags=0x%x\n",
68 (void *)path, (void *)connection, flags);
78 if ((args = i_hp_set_args(HP_CMD_GETINFO, path, connection, flags,
342 * Return a type description (e.g. "PCI slot") for connection nodes.
428 * Return when the state of a connection was last changed.
526 * Return the path (and maybe connection name) of a node.
530 hp_path(hp_node_t node, char *path, char *connection) argument
538 i_hp_dprintf("hp_path: node=%p, path=%p, connection=%p\n", (void *)node,
539 (void *)path, (void *)connection);
651 char connection[MAXPATHLEN]; local
724 char connection[MAXPATHLEN]; local
789 char connection[MAXPATHLEN]; local
874 char connection[MAXPATHLEN]; local
934 char connection[MAXPATHLEN]; local
993 char connection[MAXPATHLEN]; local
1049 char connection[MAXPATHLEN]; local
1143 char connection[MAXPATHLEN]; local
1806 i_hp_set_args(hp_cmd_t cmd, const char *path, const char *connection, uint_t flags, const char *options, int state, uint32_t handle) argument
[all...]
H A Dlibhotplug.h73 hp_node_t hp_init(const char *path, const char *connection, uint_t flags);
89 int hp_path(hp_node_t node, char *path, char *connection);
/osnet-11/usr/src/lib/policykit/libpolkit/common/
H A Dlibpolkit.h46 LibPolKitContext *libpolkit_new_context (DBusConnection *connection);
H A Dlibpolkit-rbac.c65 libpolkit_new_context (DBusConnection *connection) argument
/osnet-11/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...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Sys/Syslog/t/
H A Dsyslog.t101 skip "can't connect to syslog", 6 if $@ =~ /^no connection to syslog available/;
119 # try to open a syslog using all the available connection methods
140 skip "can't connect to syslog", 18 if $@ =~ /^no connection to syslog available/;
146 skip "can't connect to syslog", 16 if $@ =~ /^no connection to syslog available/;
/osnet-11/usr/src/lib/libdns_sd/common/
H A Ddnssd_ipc.h172 connection = 1, // connected socket via DNSServiceConnect() enumerator in enum:__anon1604
223 // socket connected by DNSServiceConnect(). Must be unique in the scope of the connection, such that and
/osnet-11/usr/src/lib/libc/port/gen/
H A Derrlist145 129 Network dropped connection because of reset
146 130 Software caused connection abort
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/NDBM_File/
H A DNDBM_File.pm36 C<NDBM_File> establishes a connection between a Perl hash variable and
43 the connection between the variable and the file. The arguments to
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/ODBM_File/
H A DODBM_File.pm36 C<ODBM_File> establishes a connection between a Perl hash variable and
43 the connection between the variable and the file. The arguments to
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/SDBM_File/
H A DSDBM_File.pm39 C<SDBM_File> establishes a connection between a Perl hash variable and
46 the connection between the variable and the file. The arguments to
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dlibnetcfg.PL435 lookup on each hostname you enter. If your internet connection is via
647 Normally when FTP needs a data connection the client tells the server
648 a port to connect to, and the server initiates a connection to the client.
651 protocol. In these situations the client must make the connection to the
690 internet connection is via dialup, will require you to be on-line
/osnet-11/usr/src/cmd/hal/hald/solaris/
H A Dosspec.c83 osspec_filter_function (DBusConnection *connection, DBusMessage *message, void *user_data) argument
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DPOP3.pm404 name of the remote host to which a POP3 connection is required.
513 when the server connection closed.
522 Quit and close the connection to the remote POP3 server. Any messages marked
530 then the C<reset> method will called before the connection is closed. This
H A DFTP.pm300 # Some dumb firewalls don't prefix the connection messages
1286 name of the remote host to which an FTP connection is required.
1294 connection is made to the firewall machine and the string C<@hostname> is
1307 FTP connection
1350 If the connection is via a firewall then the C<authorize> method will
1551 method after the data connection has been closed.
1560 If for some reason you want to have complete control over the data connection,
1565 can return a data connection. They have no effect on methods C<get>, C<put>,
1612 Send the QUIT command to the remote FTP server and close the socket connection.
1631 data connections. Misuse of this method can hang the connection
[all...]
H A DSMTP.pm571 name of the remote host to which an SMTP connection is required.
574 in turn until a connection is made.
622 initial connection was made.
627 connection.
732 Send the QUIT command to the remote SMTP server and close the socket connection.
H A DPing.pm63 $p->ping($host); # Going out of scope closes the connection
527 # Description: Perform a tcp echo ping. Since a tcp connection is
528 # host specific, we have to open and close each connection here. We
531 # connection. Therefore, we use select() on a non-blocking socket to
533 # sent since the successful establishment of a connection is proof
594 # start the connection attempt
608 # Just wait for connection completion...
620 # the socket is ready for writing so the connection
621 # attempt completed. test whether the connection
640 # the connection attemp
[all...]

Completed in 96 milliseconds

12