1/*
2 * IDENTIFICATION:
3 * stub generated by bootstrap_cmds-133
4 * OPTIONS:
5 * KernelUser
6 */
7#define __MIG_check__Reply__sysdiagnose_notification_subsystem__ 1
8
9#include "sysdiagnose_notification.h"
10
11/* TODO: #include <mach/mach.h> */
12#ifdef __cplusplus
13extern "C" {
14#endif /* __cplusplus */
15extern void mach_msg_destroy(mach_msg_header_t *);
16#ifdef __cplusplus
17}
18#endif /* __cplusplus */
19
20#ifndef mig_internal
21#define mig_internal static __inline__
22#endif /* mig_internal */
23
24#ifndef mig_external
25#define mig_external
26#endif /* mig_external */
27
28#if !defined(__MigTypeCheck) && defined(TypeCheck)
29#define __MigTypeCheck TypeCheck /* Legacy setting */
30#endif /* !defined(__MigTypeCheck) */
31
32#if !defined(__MigKernelSpecificCode) && defined(_MIG_KERNEL_SPECIFIC_CODE_)
33#define __MigKernelSpecificCode _MIG_KERNEL_SPECIFIC_CODE_ /* Legacy setting */
34#endif /* !defined(__MigKernelSpecificCode) */
35
36#ifndef LimitCheck
37#define LimitCheck 0
38#endif /* LimitCheck */
39
40#ifndef min
41#define min(a,b) ( ((a) < (b))? (a): (b) )
42#endif /* min */
43
44#if !defined(_WALIGN_)
45#define _WALIGN_(x) (((x) + 3) & ~3)
46#endif /* !defined(_WALIGN_) */
47
48#if !defined(_WALIGNSZ_)
49#define _WALIGNSZ_(x) _WALIGN_(sizeof(x))
50#endif /* !defined(_WALIGNSZ_) */
51
52#ifndef UseStaticTemplates
53#define UseStaticTemplates 0
54#endif /* UseStaticTemplates */
55
56#ifndef MIG_SERVER_ROUTINE
57#define MIG_SERVER_ROUTINE
58#endif
59
60#ifndef __MachMsgErrorWithTimeout
61#define __MachMsgErrorWithTimeout(_R_) { \
62 switch (_R_) { \
63 case MACH_SEND_INVALID_DATA: \
64 case MACH_SEND_INVALID_DEST: \
65 case MACH_SEND_INVALID_HEADER: \
66 mig_put_reply_port(InP->Head.msgh_reply_port); \
67 break; \
68 case MACH_SEND_TIMED_OUT: \
69 case MACH_RCV_TIMED_OUT: \
70 default: \
71 mig_dealloc_reply_port(InP->Head.msgh_reply_port); \
72 } \
73}
74#endif /* __MachMsgErrorWithTimeout */
75
76#ifndef __MachMsgErrorWithoutTimeout
77#define __MachMsgErrorWithoutTimeout(_R_) { \
78 switch (_R_) { \
79 case MACH_SEND_INVALID_DATA: \
80 case MACH_SEND_INVALID_DEST: \
81 case MACH_SEND_INVALID_HEADER: \
82 mig_put_reply_port(InP->Head.msgh_reply_port); \
83 break; \
84 default: \
85 mig_dealloc_reply_port(InP->Head.msgh_reply_port); \
86 } \
87}
88#endif /* __MachMsgErrorWithoutTimeout */
89
90#ifndef __DeclareSendRpc
91#define __DeclareSendRpc(_NUM_, _NAME_)
92#endif /* __DeclareSendRpc */
93
94#ifndef __BeforeSendRpc
95#define __BeforeSendRpc(_NUM_, _NAME_)
96#endif /* __BeforeSendRpc */
97
98#ifndef __AfterSendRpc
99#define __AfterSendRpc(_NUM_, _NAME_)
100#endif /* __AfterSendRpc */
101
102#ifndef __DeclareSendSimple
103#define __DeclareSendSimple(_NUM_, _NAME_)
104#endif /* __DeclareSendSimple */
105
106#ifndef __BeforeSendSimple
107#define __BeforeSendSimple(_NUM_, _NAME_)
108#endif /* __BeforeSendSimple */
109
110#ifndef __AfterSendSimple
111#define __AfterSendSimple(_NUM_, _NAME_)
112#endif /* __AfterSendSimple */
113
114#define msgh_request_port msgh_remote_port
115#define msgh_reply_port msgh_local_port
116
117
118
119/* SimpleRoutine sysdiagnose_notification */
120mig_external kern_return_t send_sysdiagnose_notification
121(
122 mach_port_t sysdiagnose_port,
123 uint32_t flags
124)
125{
126
127#ifdef __MigPackStructs
128#pragma pack(push, 4)
129#endif
130 typedef struct {
131 mach_msg_header_t Head;
132 NDR_record_t NDR;
133 uint32_t flags;
134 } Request __attribute__((unused));
135#ifdef __MigPackStructs
136#pragma pack(pop)
137#endif
138 /*
139 * typedef struct {
140 * mach_msg_header_t Head;
141 * NDR_record_t NDR;
142 * kern_return_t RetCode;
143 * } mig_reply_error_t;
144 */
145
146 union {
147 Request In;
148 } Mess;
149
150 Request *InP = &Mess.In;
151
152 mach_msg_return_t msg_result;
153
154#ifdef __MIG_check__Reply__sysdiagnose_notification_t__defined
155 kern_return_t check_result;
156#endif /* __MIG_check__Reply__sysdiagnose_notification_t__defined */
157
158 __DeclareSendSimple(31337, "sysdiagnose_notification")
159
160 InP->NDR = NDR_record;
161
162 InP->flags = flags;
163
164 InP->Head.msgh_reply_port = MACH_PORT_NULL;
165 InP->Head.msgh_bits =
166 MACH_MSGH_BITS(19, 0);
167 /* msgh_size passed as argument */
168 InP->Head.msgh_request_port = sysdiagnose_port;
169 InP->Head.msgh_id = 31337;
170 InP->Head.msgh_reserved = 0;
171
172 __BeforeSendSimple(31337, "sysdiagnose_notification")
173#if __MigKernelSpecificCode
174 msg_result = mach_msg_send_from_kernel(msg: &InP->Head, send_size: (mach_msg_size_t)sizeof(Request));
175#else
176 msg_result = mach_msg(&InP->Head, MACH_SEND_MSG|MACH_MSG_OPTION_NONE, (mach_msg_size_t)sizeof(Request), 0, MACH_PORT_NULL, MACH_MSG_TIMEOUT_NONE, MACH_PORT_NULL);
177#endif /* __MigKernelSpecificCode */
178 __AfterSendSimple(31337, "sysdiagnose_notification")
179 return msg_result;
180}
181
182/* SimpleRoutine sysdiagnose_notification_with_audit_token */
183mig_external kern_return_t send_sysdiagnose_notification_with_audit_token
184(
185 mach_port_t sysdiagnose_port,
186 uint32_t flags
187)
188{
189
190#ifdef __MigPackStructs
191#pragma pack(push, 4)
192#endif
193 typedef struct {
194 mach_msg_header_t Head;
195 NDR_record_t NDR;
196 uint32_t flags;
197 } Request __attribute__((unused));
198#ifdef __MigPackStructs
199#pragma pack(pop)
200#endif
201 /*
202 * typedef struct {
203 * mach_msg_header_t Head;
204 * NDR_record_t NDR;
205 * kern_return_t RetCode;
206 * } mig_reply_error_t;
207 */
208
209 union {
210 Request In;
211 } Mess;
212
213 Request *InP = &Mess.In;
214
215 mach_msg_return_t msg_result;
216
217#ifdef __MIG_check__Reply__sysdiagnose_notification_with_audit_token_t__defined
218 kern_return_t check_result;
219#endif /* __MIG_check__Reply__sysdiagnose_notification_with_audit_token_t__defined */
220
221 __DeclareSendSimple(31338, "sysdiagnose_notification_with_audit_token")
222
223 InP->NDR = NDR_record;
224
225 InP->flags = flags;
226
227 InP->Head.msgh_reply_port = MACH_PORT_NULL;
228 InP->Head.msgh_bits =
229 MACH_MSGH_BITS(19, 0);
230 /* msgh_size passed as argument */
231 InP->Head.msgh_request_port = sysdiagnose_port;
232 InP->Head.msgh_id = 31338;
233 InP->Head.msgh_reserved = 0;
234
235 __BeforeSendSimple(31338, "sysdiagnose_notification_with_audit_token")
236#if __MigKernelSpecificCode
237 msg_result = mach_msg_send_from_kernel(msg: &InP->Head, send_size: (mach_msg_size_t)sizeof(Request));
238#else
239 msg_result = mach_msg(&InP->Head, MACH_SEND_MSG|MACH_MSG_OPTION_NONE, (mach_msg_size_t)sizeof(Request), 0, MACH_PORT_NULL, MACH_MSG_TIMEOUT_NONE, MACH_PORT_NULL);
240#endif /* __MigKernelSpecificCode */
241 __AfterSendSimple(31338, "sysdiagnose_notification_with_audit_token")
242 return msg_result;
243}
244