/
githubmirror
/
audit-userspace
Обзор
Документация
Войти
/
githubmirror
/
audit-userspace
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
docs/audit_name_to_syscall.3
31 строка
760 B
MIZUTA Takeshi
Add man-page for audit_name_to_syscall() (#224)
02 ноя 2021, 15:29
Не верифицирован
02 ноя 2021, 15:29
bece15d
Код
Авторство
О чём код?
.TH "AUDIT_NAME_TO_SYSCALL" "3" "Nov 2021" "Red Hat" "Linux Audit API" .SH NAME audit_name_to_syscall \- Convert the syscall name to the numeric syscall value .SH "SYNOPSIS" .nf .B #include <libaudit.h> .PP .BI "int audit_name_to_syscall(const char " *sc ", int " machine ); .fi .SH "DESCRIPTION" .BR audit_name_to_syscall () converts the syscall name to the numeric syscall value. .I sc is the syscall name. .I machine is the enum value of the machine type defined in machine_t. .I machine can be obtained by calling .BR audit_detect_machine (3). .SH "RETURN VALUE" Returns -1 if an error occurs; otherwise, the return value is the numeric syscall value. .SH "SEE ALSO" .BR audit_syscall_to_name (3), .BR audit_detect_machine (3). .SH AUTHOR Steve Grubb