AUDIT_DETECT_MACHINE
NAMESYNOPSIS
DESCRIPTION
RETURN VALUE
SEE ALSO
AUTHOR
NAME
audit_detect_machine − Detects the current machine type
SYNOPSIS
#include <libaudit.h>
int audit_detect_machine (void);
DESCRIPTION
audit_detect_machine queries uname and converts the kernel machine string to an enum value defined in machine_t. The machine type is needed for any use of the audit_name_to_syscall function.
RETURN VALUE
Returns -1 if an error occurs; otherwise, the return value is the machine’s type.
SEE ALSO
uname(3), audit_name_to_syscall(3).
AUTHOR
Steve Grubb
More Linux Commands
manpages/XtAddCallbacks.3.html
XtAddCallbacks(3) - add and remove callback procedures......
The XtAddCallback function adds the specified callback procedure to the specified widgets callback list. The XtAddCallbacks add the specified list of callbacks
manpages/XtAppAddActions.3.html
XtAppAddActions(3) - register an action table (Man Page)....
The XtAppAddActions function adds the specified action table and registers it with the translation manager. SEE ALSO XtParseTranslationTable(3Xt) X Toolkit Intr
manpages/read_mib.3.html
read_mib(3) - netsnmp_mib_api functions - Linux manual page
The functions dealing with MIB modules fall into four groups - those dealing with initialisation and shutdown, with reading in and parsing MIB files, with searc
manpages/seed48_r.html
seed48_r(3) - generate uniformly distributed pseudo-random n
These functions are the reentrant analogs of the functions described in drand48(3). Instead of modifying the global random generator state, they use the supplie
manpages/acl_get_permset.3.html
acl_get_permset(3) - retrieve the permission set from an ACL
The acl_get_permset() function returns in permset_p a descriptor to the permission set in the ACL entry indicated by entry_d. Subsequent operations using the re
manpages/SDL_Event.3.html
SDL_Event(3) - General event structure - Linux manual page
The SDL_Event union is the core to all event handling is SDL, its probably the most important structure after SDL_Surface. SDL_Event is a union of all event str
manpages/field_new.3form.html
field_new(3form) - create and destroy form fields (ManPage)
The function new_field allocates a new field and initializes it from the parameters given: height, width, row of upper-left corner, column of upper-left corner,
manpages/resizeterm.3ncurses.html
resizeterm(3ncurses) - change the curses terminal size......
This is an extension to the curses library. It provides callers with a hook into the ncurses data to resize windows, primarily for use by programs running in an
manpages/perllinux.1.html
perllinux(1) - Perl version 5 on Linux systems (Man Page)...
This document describes various features of Linux that will affect how Perl version 5 (hereafter just Perl) is compiled and/or runs. Experimental Support for Su
manpages/kcookiejar4.8.html
kcookiejar4(8) - KDE HTTP cookie daemon - Linux manual page
kcookiejar4 handles the HTTP cookies providing a D-BUS service to store/retrieve/clean cookies. GENERIC OPTIONS --author Show author information. --help Show he
manpages/savetty_sp.3ncurses.html
savetty_sp(3ncurses) - curses screen-pointer extension......
This implementation can be configured to provide a set of functions which improve the ability to manage multiple screens. This feature can be added to any of th
manpages/_tracechtype2.3ncurses.html
_tracechtype2(3ncurses) - curses debugging routines.........
The trace routines are used for debugging the ncurses libraries, as well as applications which use the ncurses libraries. These functions are normally available
