Imported Upstream version 2.4.3
[platform/upstream/audit.git] / docs / audit_detect_machine.3
1 .TH "AUDIT_DETECT_MACHINE" "3" "Oct 2006" "Red Hat" "Linux Audit API"
2 .SH NAME
3 audit_detect_machine \- Detects the current machine type
4 .SH "SYNOPSIS"
5 .B #include <libaudit.h>
6 .sp
7 int audit_detect_machine (void);
8
9 .SH "DESCRIPTION"
10
11 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.
12
13 .SH "RETURN VALUE"
14
15 Returns \-1 if an error occurs; otherwise, the return value is the machine's type.
16
17 .SH "SEE ALSO"
18
19 .BR uname (3),
20 .BR audit_name_to_syscall (3).
21
22 .SH AUTHOR
23 Steve Grubb