Searched refs:connection_t (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10/Security-57031.1.35/Security/authd/
H A Dconnection.h11 connection_t connection_create(process_t);
14 pid_t connection_get_pid(connection_t);
17 process_t connection_get_process(connection_t);
20 dispatch_queue_t connection_get_dispatch_queue(connection_t);
23 void connection_set_engine(connection_t, engine_t);
26 void connection_destory_agents(connection_t);
29 bool connection_get_syslog_warn(connection_t);
32 void connection_set_syslog_warn(connection_t);
H A Dserver.h19 connection_t server_register_connection(xpc_connection_t);
22 void server_unregister_connection(connection_t);
41 OSStatus authorization_create(connection_t,xpc_object_t,xpc_object_t);
44 OSStatus authorization_create_with_audit_token(connection_t,xpc_object_t,xpc_object_t);
47 OSStatus authorization_free(connection_t,xpc_object_t,xpc_object_t);
50 OSStatus authorization_copy_rights(connection_t,xpc_object_t,xpc_object_t);
53 OSStatus authorization_copy_info(connection_t,xpc_object_t,xpc_object_t);
56 OSStatus authorization_make_external_form(connection_t,xpc_object_t,xpc_object_t);
59 OSStatus authorization_create_from_external_form(connection_t,xpc_object_t,xpc_object_t);
62 OSStatus authorization_right_get(connection_t,xpc_object_
[all...]
H A Dconnection.c23 connection_t conn = (connection_t)value;
57 connection_t
60 connection_t conn = NULL;
62 conn = (connection_t)_CFRuntimeCreateInstance(kCFAllocatorDefault, connection_get_type_id(), AUTH_CLASS_SIZE(connection), NULL);
73 pid_t connection_get_pid(connection_t conn)
78 process_t connection_get_process(connection_t conn)
83 dispatch_queue_t connection_get_dispatch_queue(connection_t conn)
88 void connection_set_engine(connection_t conn, engine_t engine)
100 void connection_destory_agents(connection_t con
[all...]
H A Dengine.h14 engine_t engine_create(connection_t, auth_token_t);
H A Dauthtypes.h24 typedef struct _connection_s * connection_t; typedef in typeref:struct:_connection_s
H A Dprocess.h48 CFIndex process_add_connection(process_t, connection_t);
51 CFIndex process_remove_connection(process_t, connection_t);
H A Dmain.c29 connection_t conn = (connection_t)xpc_connection_get_context(connection);
143 connection_t conn = server_register_connection(xpc_conn);
H A Dserver.c281 connection_t
284 __block connection_t conn = NULL;
339 server_unregister_connection(connection_t conn)
450 static OSStatus _server_authorize(connection_t conn, auth_token_t auth, AuthorizationFlags flags, auth_rights_t rights, auth_items_t enviroment, engine_t * engine_out)
484 authorization_create(connection_t conn, xpc_object_t message, xpc_object_t reply)
518 OSStatus authorization_create_with_audit_token(connection_t conn, xpc_object_t message, xpc_object_t reply)
556 authorization_free(connection_t conn, xpc_object_t message, xpc_object_t reply AUTH_UNUSED)
589 authorization_copy_rights(connection_t conn, xpc_object_t message, xpc_object_t reply)
625 authorization_copy_info(connection_t conn, xpc_object_t message, xpc_object_t reply)
672 authorization_make_external_form(connection_t con
[all...]
H A Dprocess.c343 process_add_connection(process_t proc, connection_t conn)
354 process_remove_connection(process_t proc, connection_t conn)
H A Dengine.c44 connection_t conn;
117 engine_create(connection_t conn, auth_token_t auth)
126 engine->conn = (connection_t)CFRetain(conn);
/macosx-10.10/mDNSResponder-561.1.1/mDNSMacOSX/Private/
H A Ddns_services.c20 #define connection_t xpc_connection_t macro
24 connection_t conn_ref; // xpc_connection between client and daemon

Completed in 135 milliseconds