Lines Matching full:reason
147 xpOtherGoingDown, /* 44: other side going down, reason unknown */
148 xpSystemGoingDown, /* 45: system is going down, reason unknown */
174 xpUnknownReason /* 63: unknown reason - must be last in enum */
184 * reason - reason code.
191 * A reason code of xpConnected indicates that a connection has been
195 * A reason code of xpMsgReceived indicates that a XPC message arrived from
200 * All other reason codes indicate failure. The data argmument is NULL.
201 * When a failure reason code is received, one can assume that the channel
204 typedef void (*xpc_channel_func) (enum xp_retval reason, short partid,
214 * reason - reason code.
220 * A reason code of xpMsgDelivered indicates that the message was delivered
224 * All other reason codes indicate failure.
229 typedef void (*xpc_notify_func) (enum xp_retval reason, short partid,