Lines Matching +full:max +full:- +full:reason

7  * Copyright (C) 2004-2008 Silicon Graphics, Inc. All rights reserved.
45 * other partition that is currently up. Over these channels, kernel-level
56 * interface-shared info to fit in one 128-byte cacheline.
61 #define XPC_MAX_NCHANNELS 2 /* max #of channels allowed */
74 #define XPC_MSG_PAYLOAD_MAX_SIZE (XPC_MSG_MAX_SIZE - XPC_MSG_HDR_MAX_SIZE)
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.
185 * partid - partition ID associated with condition.
186 * ch_number - channel # associated with condition.
187 * data - pointer to optional data.
188 * key - pointer to optional user-defined value provided as the "key"
191 * A reason code of xpConnected indicates that a connection has been
193 * argument indicates the max number of entries allowed in the message queue.
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.
215 * partid - partition ID associated with condition.
216 * ch_number - channel # associated with condition.
217 * key - pointer to optional user-defined value provided as the "key"
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,
243 * non-NULL 'func' field indicates that there is an active registration for