Query: evmeventdump
OS: osf1
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
EvmEventDump(3) Library Functions Manual EvmEventDump(3)NAMEEvmEventDump - Dumps an event in displayable formLIBRARYEVM Support Library (libevm.so, libevm.a)SYNOPSIS#include <evm/evm.h> #include <stdio.h> EvmStatus_t EvmEventDump( EvmConstEvent_t event, FILE *fd);OPERANDSThe 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.DESCRIPTIONThe EvmEventDump() routine dumps an event in display format. All data items and variables contained in the event are displayed.NOTESThe format of the output is not guaranteed to be consistent between releases, so it should not be relied on for any standard processing.RESTRICTIONSNoneRETURN VALUESThe 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.ERRORSNoneFILESNoneSEE ALSOCommands: evmshow(1) Routines: EvmEventFormat(3) Event Management: EVM(5) EVM Events: EvmEvent(5) delim off EvmEventDump(3)
Related Man Pages |
---|
evmeventformatfromtemplate(3) - hpux |
evmeventformatfromtemplate(3) - osf1 |
evmeventwrite(3) - osf1 |
evmstatustextget(3) - osf1 |
evmvarformat(3) - osf1 |