audit_name_to_syscall - Man Page
Convert the syscall name to the numeric syscall value
Synopsis
#include <libaudit.h> int audit_name_to_syscall(const char *sc, int machine);
Description
audit_name_to_syscall() converts the syscall name to the numeric syscall value. sc is the syscall name. machine is the enum value of the machine type defined in machine_t. machine can be obtained by calling audit_detect_machine(3).
Return Value
Returns -1 if an error occurs; otherwise, the return value is the numeric syscall value.
See Also
Author
Steve Grubb
Referenced By
audit_detect_machine(3), audit_syscall_to_name(3).
Nov 2021 Red Hat Linux Audit API