Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

evmeventvalidate(3) [osf1 man page]

EvmEventValidate(3)					     Library Functions Manual					       EvmEventValidate(3)

NAME
EvmEventValidate - Performs a data integrity check on an event. LIBRARY
EVM Support Library (libevm.so, libevm.a) SYNOPSIS
#include <evm/evm.h> EvmStatus_t EvmEventValidate( EvmEvent_t event); OPERANDS
The event to be validated. DESCRIPTION
The EvmEventValidate() routine performs a data integrity check on an event. This is intended to validate an event that has just been received over a connection or retrieved from storage. It should not be used on an event that has been modified by the caller. There will be times following an event's creation when it legitimately fails validation. RETURN VALUES
The operation was completed without error. One of the arguments to the function was invalid. A value in a structure member is invalid. An operation failed because an attempt to acquire heap memory failed. ERRORS
None FILES
None SEE ALSO
Event Management: EVM(5) EVM Events: EvmEvent(5) delim off EvmEventValidate(3)

Check Out this Related Man Page

EvmEventDump(3) 					     Library Functions Manual						   EvmEventDump(3)

NAME
EvmEventDump - Dumps an event in displayable form LIBRARY
EVM Support Library (libevm.so, libevm.a) SYNOPSIS
#include <evm/evm.h> #include <stdio.h> EvmStatus_t EvmEventDump( EvmConstEvent_t event, FILE *fd); OPERANDS
The event for which a formatted dump is requested. All data items and variables contained in the event are displayed. Points to a FILE structure where the formatted event should be dumped. This is usually stdout or stderr. DESCRIPTION
The EvmEventDump() routine dumps an event in display format. All data items and variables contained in the event are displayed. NOTES
The format of the output is not guaranteed to be consistent between releases, so it should not be relied on for any standard processing. RESTRICTIONS
None RETURN VALUES
The operation was completed without error. One of the arguments to the function was invalid. A value in a structure member is invalid. An operation failed because an attempt to acquire heap memory failed. ERRORS
None FILES
None SEE ALSO
Commands: evmshow(1) Routines: EvmEventFormat(3) Event Management: EVM(5) EVM Events: EvmEvent(5) delim off EvmEventDump(3)
Man Page

We Also Found This Discussion For You

1. What is on Your Mind?

Throw my Toys out of the Pram!

Hi Folks, Today hasn't been the best one of my career in IT. I've been a contractor for a major utility company for a number of years, on a number of seperate IT contracts mostly Unix. The company had 10 different flavours of unix and multiple different varsions of most of them. At the... (3 Replies)
Discussion started by: gull04
3 Replies