Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ EvmEventDump(3) — Tru64 UNIX 5.1b

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

evmshow(1)

EvmEventFormat(3)

kevm(7)

EVM(5)

EvmEvent(5)

EvmEventDump(3)  —  Subroutines

NAME

EvmEventDump − Dumps an event in displayable form

SYNOPSIS

#include <evm/evm.h>
#include <stdio.h> EvmStatus_t EvmEventDump(
        EvmConstEvent_t event,
        FILE ∗fd );

OPERANDS

event
The event for which a formatted dump is requested. All data items and variables contained in the event are displayed.

fdPoints 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

EvmERROR_NONE
The operation was completed without error.

EvmERROR_INVALID_ARGUMENT
One of the arguments to the function was invalid.

EvmERROR_INVALID_VALUE
A value in a structure member is invalid.

EvmERROR_NO_MEMORY
An operation failed because an attempt to acquire heap memory failed.

ERRORS

None

LIBRARY

EVM Support Library (libevm.so, libevm.a)

FILES

None

SEE ALSO

Commands: evmshow(1)

Routines: EvmEventFormat(3)

Files: kevm(7)

Event Management: EVM(5)

EVM Events: EvmEvent(5)

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026