Go to the source code of this file.
|
enum | xp_retval {
xpSuccess = 0,
xpNotConnected,
xpConnected,
xpRETIRED1,
xpMsgReceived,
xpMsgDelivered,
xpRETIRED2,
xpNoWait,
xpRetry,
xpTimeout,
xpInterrupted,
xpUnequalMsgSizes,
xpInvalidAddress,
xpNoMemory,
xpLackOfResources,
xpUnregistered,
xpAlreadyRegistered,
xpPartitionDown,
xpNotLoaded,
xpUnloading,
xpBadMagic,
xpReactivating,
xpUnregistering,
xpOtherUnregistering,
xpCloneKThread,
xpCloneKThreadFailed,
xpNoHeartbeat,
xpPioReadError,
xpPhysAddrRegFailed,
xpRETIRED3,
xpRETIRED4,
xpRETIRED5,
xpRETIRED6,
xpRETIRED7,
xpRETIRED8,
xpRETIRED9,
xpRETIRED10,
xpRETIRED11,
xpRETIRED12,
xpBadVersion,
xpVarsNotSet,
xpNoRsvdPageAddr,
xpInvalidPartid,
xpLocalPartid,
xpOtherGoingDown,
xpSystemGoingDown,
xpSystemHalt,
xpSystemReboot,
xpSystemPoweroff,
xpDisconnecting,
xpOpenCloseError,
xpDisconnected,
xpBteCopyError,
xpSalError,
xpRsvdPageNotSet,
xpPayloadTooBig,
xpUnsupported,
xpNeedMoreInfo,
xpGruCopyError,
xpGruSendMqError,
xpBadChannelNumber,
xpBadMsgType,
xpBiosError,
xpUnknownReason
} |
|
|
void | xpc_set_interface (void(*)(int), void(*)(int), enum xp_retval(*)(short, int, u32, void *, u16), enum xp_retval(*)(short, int, u32, void *, u16, xpc_notify_func, void *), void(*)(short, int, void *), enum xp_retval(*)(short, void *)) |
|
void | xpc_clear_interface (void) |
|
enum xp_retval | xpc_connect (int, xpc_channel_func, void *, u16, u16, u32, u32) |
|
void | xpc_disconnect (int) |
|
int | xp_nofault_PIOR (void *) |
|
int | xp_error_PIOR (void) |
|
enum xp_retval | xp_init_sn2 (void) |
|
enum xp_retval | xp_init_uv (void) |
|
void | xp_exit_sn2 (void) |
|
void | xp_exit_uv (void) |
|
#define DBUG_ON |
( |
|
condition | ) |
|
Definition at line 47 of file xp.h.
Definition at line 41 of file xp.h.
Definition at line 33 of file xp.h.
Definition at line 37 of file xp.h.
Definition at line 24 of file xp.h.
#define XP_MAX_NPARTITIONS_SN2 64 |
Definition at line 61 of file xp.h.
#define XP_MAX_NPARTITIONS_UV 256 |
Definition at line 62 of file xp.h.
Definition at line 277 of file xp.h.
#define XPC_MAX_NCHANNELS 2 /* max #of channels allowed */ |
Definition at line 82 of file xp.h.
Definition at line 79 of file xp.h.
#define XPC_MSG_HDR_MAX_SIZE 16 |
Definition at line 94 of file xp.h.
#define XPC_MSG_MAX_SIZE 128 |
Definition at line 93 of file xp.h.
Definition at line 95 of file xp.h.
#define XPC_MSG_SIZE |
( |
|
_payload_size | ) |
|
Value:
Definition at line 97 of file xp.h.
Definition at line 80 of file xp.h.
Definition at line 281 of file xp.h.
Definition at line 280 of file xp.h.
Definition at line 225 of file xp.h.
Definition at line 250 of file xp.h.
- Enumerator:
xpSuccess |
|
xpNotConnected |
|
xpConnected |
|
xpRETIRED1 |
|
xpMsgReceived |
|
xpMsgDelivered |
|
xpRETIRED2 |
|
xpNoWait |
|
xpRetry |
|
xpTimeout |
|
xpInterrupted |
|
xpUnequalMsgSizes |
|
xpInvalidAddress |
|
xpNoMemory |
|
xpLackOfResources |
|
xpUnregistered |
|
xpAlreadyRegistered |
|
xpPartitionDown |
|
xpNotLoaded |
|
xpUnloading |
|
xpBadMagic |
|
xpReactivating |
|
xpUnregistering |
|
xpOtherUnregistering |
|
xpCloneKThread |
|
xpCloneKThreadFailed |
|
xpNoHeartbeat |
|
xpPioReadError |
|
xpPhysAddrRegFailed |
|
xpRETIRED3 |
|
xpRETIRED4 |
|
xpRETIRED5 |
|
xpRETIRED6 |
|
xpRETIRED7 |
|
xpRETIRED8 |
|
xpRETIRED9 |
|
xpRETIRED10 |
|
xpRETIRED11 |
|
xpRETIRED12 |
|
xpBadVersion |
|
xpVarsNotSet |
|
xpNoRsvdPageAddr |
|
xpInvalidPartid |
|
xpLocalPartid |
|
xpOtherGoingDown |
|
xpSystemGoingDown |
|
xpSystemHalt |
|
xpSystemReboot |
|
xpSystemPoweroff |
|
xpDisconnecting |
|
xpOpenCloseError |
|
xpDisconnected |
|
xpBteCopyError |
|
xpSalError |
|
xpRsvdPageNotSet |
|
xpPayloadTooBig |
|
xpUnsupported |
|
xpNeedMoreInfo |
|
xpGruCopyError |
|
xpGruSendMqError |
|
xpBadChannelNumber |
|
xpBadMsgType |
|
xpBiosError |
|
xpUnknownReason |
|
Definition at line 107 of file xp.h.
void xpc_set_interface |
( |
void(*)(int) |
, |
|
|
void(*)(int) |
, |
|
|
enum |
xp_retval*)(short, int, u32, void *, u16, |
|
|
enum |
xp_retval*)(short, int, u32, void *, u16, xpc_notify_func, void *, |
|
|
void(*)(short, int, void *) |
, |
|
|
enum |
xp_retval*)(short, void * |
|
) |
| |
u64 xp_nofault_PIOR_target |
unsigned long(* xp_socket_pa)(unsigned long) |