Путеводитель по Руководству Linux

  User  |  Syst  |  Libr  |  Device  |  Files  |  Other  |  Admin  |  Head  |



   audit_detect_machine    ( 3 )

определяет текущий тип машины (Detects the current machine type)

Имя (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).