pub unsafe extern "C" fn seccomp_syscall_resolve_name(
name: *const c_char,
) -> c_intExpand description
Resolve a syscall name to a number @param name the syscall name
Resolve the given syscall name to the syscall number. Returns the syscall number on success, including negative pseudo syscall numbers (e.g. _PNR*); returns __NR_SCMP_ERROR on failure.