1 #include <mach/std_types.defs>
2 #include <mach/mach_types.defs>
9 type ooline_data = ^ array [] of MACH_MSG_TYPE_BYTE
12 routine _asl_server_query
15 request : ooline_data, dealloc;
19 out reply : ooline_data, dealloc;
20 out lastid : uint64_t;
22 SecToken token : security_token_t
25 routine _asl_server_query_timeout
28 request : ooline_data, dealloc;
32 WaitTime timeout: natural_t;
33 out reply : ooline_data, dealloc;
34 out lastid : uint64_t;
36 SecToken token : security_token_t
39 routine _asl_server_prune
42 request : ooline_data, dealloc;
44 SecToken token : security_token_t