Lines Matching full:reason
168 xpOtherGoingDown, /* 44: other side going down, reason unknown */
169 xpSystemGoingDown, /* 45: system is going down, reason unknown */
195 xpUnknownReason /* 63: unknown reason - must be last in enum */
205 * reason - reason code.
212 * A reason code of xpConnected indicates that a connection has been
216 * A reason code of xpMsgReceived indicates that a XPC message arrived from
221 * All other reason codes indicate failure. The data argmument is NULL.
222 * When a failure reason code is received, one can assume that the channel
225 typedef void (*xpc_channel_func) (enum xp_retval reason, short partid,
235 * reason - reason code.
241 * A reason code of xpMsgDelivered indicates that the message was delivered
245 * All other reason codes indicate failure.
250 typedef void (*xpc_notify_func) (enum xp_retval reason, short partid,