|
NAMEsysdecode_utrace —
produce text description of a utrace record
LIBRARYSystem Argument Decoding Library (libsysdecode, -lsysdecode)SYNOPSIS#include <sys/types.h>
#include <stdbool.h>
#include <stdio.h>
#include <sysdecode.h>
int
DESCRIPTIONThesysdecode_utrace () function outputs a textual
representation of a
utrace(2)
record identified by buf and len
to the output stream fp.
The function only outputs a representation for certain types of
records. If a record is recognized, the function outputs the description and
returns a non-zero value. If the record is not recognized, the function does
not output anything and returns zero. The
RETURN VALUESThesysdecode_utrace () function returns a non-zero value
if it recognizes a
utrace(2)
record; otherwise it returns zero.
SEE ALSOutrace(2), sysdecode(3)
Visit the GSP FreeBSD Man Page Interface. |