Home
last modified time | relevance | path

Searched refs:the_service (Results 1 – 2 of 2) sorted by relevance

/dports/security/libcryptui/libcryptui-3.12.2/daemon/
H A Dseahorse-dbus-server.c34 SeahorseService *the_service = NULL; variable
52 g_return_if_fail (the_service == NULL); in seahorse_dbus_server_init()
84 the_service = g_object_new (SEAHORSE_TYPE_SERVICE, NULL); in seahorse_dbus_server_init()
86 G_OBJECT (the_service)); in seahorse_dbus_server_init()
120 if (the_service) in seahorse_dbus_server_cleanup()
121 g_object_unref (the_service); in seahorse_dbus_server_cleanup()
122 the_service = NULL; in seahorse_dbus_server_cleanup()
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/client/
H A Dsmbmount.c115 static struct smbcli_state *do_connection(char *the_service) in do_connection() argument
124 if (the_service[0] != '\\' || the_service[1] != '\\') { in do_connection()
129 pstrcpy(server, the_service+2); in do_connection()
327 static void send_fs_socket(char *the_service, char *mount_point, struct smbcli_state *c) in send_fs_socket() argument
399 …DEBUG(0, ("mount.smbfs: entering daemon mode for service %s, pid=%d\n", the_service, sys_getpid())… in send_fs_socket()
410 c = do_connection(the_service); in send_fs_socket()