Sysno

Enum Sysno 

Source
#[non_exhaustive]
#[repr(usize)]
pub enum Sysno {
Show 401 variants restart_syscall = 0, exit = 1, fork = 2, read = 3, write = 4, open = 5, close = 6, wait4 = 7, creat = 8, link = 9, unlink = 10, execv = 11, chdir = 12, chown = 13, mknod = 14, chmod = 15, lchown = 16, brk = 17, perfctr = 18, lseek = 19, getpid = 20, capget = 21, capset = 22, setuid = 23, getuid = 24, vmsplice = 25, ptrace = 26, alarm = 27, sigaltstack = 28, pause = 29, utime = 30, access = 33, nice = 34, sync = 36, kill = 37, stat = 38, sendfile = 39, lstat = 40, dup = 41, pipe = 42, times = 43, umount2 = 45, setgid = 46, getgid = 47, signal = 48, geteuid = 49, getegid = 50, acct = 51, memory_ordering = 52, ioctl = 54, reboot = 55, symlink = 57, readlink = 58, execve = 59, umask = 60, chroot = 61, fstat = 62, fstat64 = 63, getpagesize = 64, msync = 65, vfork = 66, pread64 = 67, pwrite64 = 68, mmap = 71, munmap = 73, mprotect = 74, madvise = 75, vhangup = 76, mincore = 78, getgroups = 79, setgroups = 80, getpgrp = 81, setitimer = 83, swapon = 85, getitimer = 86, sethostname = 88, dup2 = 90, fcntl = 92, select = 93, fsync = 95, setpriority = 96, socket = 97, connect = 98, accept = 99, getpriority = 100, rt_sigreturn = 101, rt_sigaction = 102, rt_sigprocmask = 103, rt_sigpending = 104, rt_sigtimedwait = 105, rt_sigqueueinfo = 106, rt_sigsuspend = 107, setresuid = 108, getresuid = 109, setresgid = 110, getresgid = 111, recvmsg = 113, sendmsg = 114, gettimeofday = 116, getrusage = 117, getsockopt = 118, getcwd = 119, readv = 120, writev = 121, settimeofday = 122, fchown = 123, fchmod = 124, recvfrom = 125, setreuid = 126, setregid = 127, rename = 128, truncate = 129, ftruncate = 130, flock = 131, lstat64 = 132, sendto = 133, shutdown = 134, socketpair = 135, mkdir = 136, rmdir = 137, utimes = 138, stat64 = 139, sendfile64 = 140, getpeername = 141, futex = 142, gettid = 143, getrlimit = 144, setrlimit = 145, pivot_root = 146, prctl = 147, pciconfig_read = 148, pciconfig_write = 149, getsockname = 150, inotify_init = 151, inotify_add_watch = 152, poll = 153, getdents64 = 154, inotify_rm_watch = 156, statfs = 157, fstatfs = 158, umount = 159, sched_set_affinity = 160, sched_get_affinity = 161, getdomainname = 162, setdomainname = 163, utrap_install = 164, quotactl = 165, set_tid_address = 166, mount = 167, ustat = 168, setxattr = 169, lsetxattr = 170, fsetxattr = 171, getxattr = 172, lgetxattr = 173, getdents = 174, setsid = 175, fchdir = 176, fgetxattr = 177, listxattr = 178, llistxattr = 179, flistxattr = 180, removexattr = 181, lremovexattr = 182, sigpending = 183, query_module = 184, setpgid = 185, fremovexattr = 186, tkill = 187, exit_group = 188, uname = 189, init_module = 190, personality = 191, remap_file_pages = 192, epoll_create = 193, epoll_ctl = 194, epoll_wait = 195, ioprio_set = 196, getppid = 197, sigaction = 198, sgetmask = 199, ssetmask = 200, sigsuspend = 201, oldlstat = 202, uselib = 203, readdir = 204, readahead = 205, socketcall = 206, syslog = 207, lookup_dcookie = 208, fadvise64 = 209, fadvise64_64 = 210, tgkill = 211, waitpid = 212, swapoff = 213, sysinfo = 214, ipc = 215, sigreturn = 216, clone = 217, ioprio_get = 218, adjtimex = 219, sigprocmask = 220, create_module = 221, delete_module = 222, get_kernel_syms = 223, getpgid = 224, bdflush = 225, sysfs = 226, afs_syscall = 227, setfsuid = 228, setfsgid = 229, _newselect = 230, splice = 232, stime = 233, statfs64 = 234, fstatfs64 = 235, _llseek = 236, mlock = 237, munlock = 238, mlockall = 239, munlockall = 240, sched_setparam = 241, sched_getparam = 242, sched_setscheduler = 243, sched_getscheduler = 244, sched_yield = 245, sched_get_priority_max = 246, sched_get_priority_min = 247, sched_rr_get_interval = 248, nanosleep = 249, mremap = 250, _sysctl = 251, getsid = 252, fdatasync = 253, nfsservctl = 254, sync_file_range = 255, clock_settime = 256, clock_gettime = 257, clock_getres = 258, clock_nanosleep = 259, sched_getaffinity = 260, sched_setaffinity = 261, timer_settime = 262, timer_gettime = 263, timer_getoverrun = 264, timer_delete = 265, timer_create = 266, vserver = 267, io_setup = 268, io_destroy = 269, io_submit = 270, io_cancel = 271, io_getevents = 272, mq_open = 273, mq_unlink = 274, mq_timedsend = 275, mq_timedreceive = 276, mq_notify = 277, mq_getsetattr = 278, waitid = 279, tee = 280, add_key = 281, request_key = 282, keyctl = 283, openat = 284, mkdirat = 285, mknodat = 286, fchownat = 287, futimesat = 288, fstatat64 = 289, unlinkat = 290, renameat = 291, linkat = 292, symlinkat = 293, readlinkat = 294, fchmodat = 295, faccessat = 296, pselect6 = 297, ppoll = 298, unshare = 299, set_robust_list = 300, get_robust_list = 301, migrate_pages = 302, mbind = 303, get_mempolicy = 304, set_mempolicy = 305, kexec_load = 306, move_pages = 307, getcpu = 308, epoll_pwait = 309, utimensat = 310, signalfd = 311, timerfd_create = 312, eventfd = 313, fallocate = 314, timerfd_settime = 315, timerfd_gettime = 316, signalfd4 = 317, eventfd2 = 318, epoll_create1 = 319, dup3 = 320, pipe2 = 321, inotify_init1 = 322, accept4 = 323, preadv = 324, pwritev = 325, rt_tgsigqueueinfo = 326, perf_event_open = 327, recvmmsg = 328, fanotify_init = 329, fanotify_mark = 330, prlimit64 = 331, name_to_handle_at = 332, open_by_handle_at = 333, clock_adjtime = 334, syncfs = 335, sendmmsg = 336, setns = 337, process_vm_readv = 338, process_vm_writev = 339, kern_features = 340, kcmp = 341, finit_module = 342, sched_setattr = 343, sched_getattr = 344, renameat2 = 345, seccomp = 346, getrandom = 347, memfd_create = 348, bpf = 349, execveat = 350, membarrier = 351, userfaultfd = 352, bind = 353, listen = 354, setsockopt = 355, mlock2 = 356, copy_file_range = 357, preadv2 = 358, pwritev2 = 359, statx = 360, io_pgetevents = 361, pkey_mprotect = 362, pkey_alloc = 363, pkey_free = 364, rseq = 365, semtimedop = 392, semget = 393, semctl = 394, shmget = 395, shmctl = 396, shmat = 397, shmdt = 398, msgget = 399, msgsnd = 400, msgrcv = 401, msgctl = 402, pidfd_send_signal = 424, io_uring_setup = 425, io_uring_enter = 426, io_uring_register = 427, open_tree = 428, move_mount = 429, fsopen = 430, fsconfig = 431, fsmount = 432, fspick = 433, pidfd_open = 434, close_range = 436, openat2 = 437, pidfd_getfd = 438, faccessat2 = 439, process_madvise = 440, epoll_pwait2 = 441, mount_setattr = 442, quotactl_fd = 443, landlock_create_ruleset = 444, landlock_add_rule = 445, landlock_restrict_self = 446, process_mrelease = 448, futex_waitv = 449, set_mempolicy_home_node = 450, cachestat = 451, fchmodat2 = 452, map_shadow_stack = 453, futex_wake = 454, futex_wait = 455, futex_requeue = 456, statmount = 457, listmount = 458, lsm_get_self_attr = 459, lsm_set_self_attr = 460, lsm_list_modules = 461, mseal = 462, setxattrat = 463, getxattrat = 464, listxattrat = 465, removexattrat = 466, open_tree_attr = 467, file_getattr = 468, file_setattr = 469,
}
Expand description

List of system call numbers.

Variants (Non-exhaustive)§

This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
§

restart_syscall = 0

See doc at restart_syscall(2).

§

exit = 1

See doc at exit(2).

§

fork = 2

See doc at fork(2).

§

read = 3

See doc at read(2).

§

write = 4

See doc at write(2).

§

open = 5

See doc at open(2).

§

close = 6

See doc at close(2).

§

wait4 = 7

See doc at wait4(2).

§

creat = 8

See doc at creat(2).

See doc at link(2).

See doc at unlink(2).

§

execv = 11

See doc at execv(2).

§

chdir = 12

See doc at chdir(2).

§

chown = 13

See doc at chown(2).

§

mknod = 14

See doc at mknod(2).

§

chmod = 15

See doc at chmod(2).

§

lchown = 16

See doc at lchown(2).

§

brk = 17

See doc at brk(2).

§

perfctr = 18

See doc at perfctr(2).

§

lseek = 19

See doc at lseek(2).

§

getpid = 20

See doc at getpid(2).

§

capget = 21

See doc at capget(2).

§

capset = 22

See doc at capset(2).

§

setuid = 23

See doc at setuid(2).

§

getuid = 24

See doc at getuid(2).

§

vmsplice = 25

See doc at vmsplice(2).

§

ptrace = 26

See doc at ptrace(2).

§

alarm = 27

See doc at alarm(2).

§

sigaltstack = 28

See doc at sigaltstack(2).

§

pause = 29

See doc at pause(2).

§

utime = 30

See doc at utime(2).

§

access = 33

See doc at access(2).

§

nice = 34

See doc at nice(2).

§

sync = 36

See doc at sync(2).

§

kill = 37

See doc at kill(2).

§

stat = 38

See doc at stat(2).

§

sendfile = 39

See doc at sendfile(2).

§

lstat = 40

See doc at lstat(2).

§

dup = 41

See doc at dup(2).

§

pipe = 42

See doc at pipe(2).

§

times = 43

See doc at times(2).

§

umount2 = 45

See doc at umount2(2).

§

setgid = 46

See doc at setgid(2).

§

getgid = 47

See doc at getgid(2).

§

signal = 48

See doc at signal(2).

§

geteuid = 49

See doc at geteuid(2).

§

getegid = 50

See doc at getegid(2).

§

acct = 51

See doc at acct(2).

§

memory_ordering = 52

See doc at memory_ordering(2).

§

ioctl = 54

See doc at ioctl(2).

§

reboot = 55

See doc at reboot(2).

See doc at symlink(2).

See doc at readlink(2).

§

execve = 59

See doc at execve(2).

§

umask = 60

See doc at umask(2).

§

chroot = 61

See doc at chroot(2).

§

fstat = 62

See doc at fstat(2).

§

fstat64 = 63

See doc at fstat64(2).

§

getpagesize = 64

See doc at getpagesize(2).

§

msync = 65

See doc at msync(2).

§

vfork = 66

See doc at vfork(2).

§

pread64 = 67

See doc at pread64(2).

§

pwrite64 = 68

See doc at pwrite64(2).

§

mmap = 71

See doc at mmap(2).

§

munmap = 73

See doc at munmap(2).

§

mprotect = 74

See doc at mprotect(2).

§

madvise = 75

See doc at madvise(2).

§

vhangup = 76

See doc at vhangup(2).

§

mincore = 78

See doc at mincore(2).

§

getgroups = 79

See doc at getgroups(2).

§

setgroups = 80

See doc at setgroups(2).

§

getpgrp = 81

See doc at getpgrp(2).

§

setitimer = 83

See doc at setitimer(2).

§

swapon = 85

See doc at swapon(2).

§

getitimer = 86

See doc at getitimer(2).

§

sethostname = 88

See doc at sethostname(2).

§

dup2 = 90

See doc at dup2(2).

§

fcntl = 92

See doc at fcntl(2).

§

select = 93

See doc at select(2).

§

fsync = 95

See doc at fsync(2).

§

setpriority = 96

See doc at setpriority(2).

§

socket = 97

See doc at socket(2).

§

connect = 98

See doc at connect(2).

§

accept = 99

See doc at accept(2).

§

getpriority = 100

See doc at getpriority(2).

§

rt_sigreturn = 101

See doc at rt_sigreturn(2).

§

rt_sigaction = 102

See doc at rt_sigaction(2).

§

rt_sigprocmask = 103

See doc at rt_sigprocmask(2).

§

rt_sigpending = 104

See doc at rt_sigpending(2).

§

rt_sigtimedwait = 105

See doc at rt_sigtimedwait(2).

§

rt_sigqueueinfo = 106

See doc at rt_sigqueueinfo(2).

§

rt_sigsuspend = 107

See doc at rt_sigsuspend(2).

§

setresuid = 108

See doc at setresuid(2).

§

getresuid = 109

See doc at getresuid(2).

§

setresgid = 110

See doc at setresgid(2).

§

getresgid = 111

See doc at getresgid(2).

§

recvmsg = 113

See doc at recvmsg(2).

§

sendmsg = 114

See doc at sendmsg(2).

§

gettimeofday = 116

See doc at gettimeofday(2).

§

getrusage = 117

See doc at getrusage(2).

§

getsockopt = 118

See doc at getsockopt(2).

§

getcwd = 119

See doc at getcwd(2).

§

readv = 120

See doc at readv(2).

§

writev = 121

See doc at writev(2).

§

settimeofday = 122

See doc at settimeofday(2).

§

fchown = 123

See doc at fchown(2).

§

fchmod = 124

See doc at fchmod(2).

§

recvfrom = 125

See doc at recvfrom(2).

§

setreuid = 126

See doc at setreuid(2).

§

setregid = 127

See doc at setregid(2).

§

rename = 128

See doc at rename(2).

§

truncate = 129

See doc at truncate(2).

§

ftruncate = 130

See doc at ftruncate(2).

§

flock = 131

See doc at flock(2).

§

lstat64 = 132

See doc at lstat64(2).

§

sendto = 133

See doc at sendto(2).

§

shutdown = 134

See doc at shutdown(2).

§

socketpair = 135

See doc at socketpair(2).

§

mkdir = 136

See doc at mkdir(2).

§

rmdir = 137

See doc at rmdir(2).

§

utimes = 138

See doc at utimes(2).

§

stat64 = 139

See doc at stat64(2).

§

sendfile64 = 140

See doc at sendfile64(2).

§

getpeername = 141

See doc at getpeername(2).

§

futex = 142

See doc at futex(2).

§

gettid = 143

See doc at gettid(2).

§

getrlimit = 144

See doc at getrlimit(2).

§

setrlimit = 145

See doc at setrlimit(2).

§

pivot_root = 146

See doc at pivot_root(2).

§

prctl = 147

See doc at prctl(2).

§

pciconfig_read = 148

See doc at pciconfig_read(2).

§

pciconfig_write = 149

See doc at pciconfig_write(2).

§

getsockname = 150

See doc at getsockname(2).

§

inotify_init = 151

See doc at inotify_init(2).

§

inotify_add_watch = 152

§

poll = 153

See doc at poll(2).

§

getdents64 = 154

See doc at getdents64(2).

§

inotify_rm_watch = 156

See doc at inotify_rm_watch(2).

§

statfs = 157

See doc at statfs(2).

§

fstatfs = 158

See doc at fstatfs(2).

§

umount = 159

See doc at umount(2).

§

sched_set_affinity = 160

§

sched_get_affinity = 161

§

getdomainname = 162

See doc at getdomainname(2).

§

setdomainname = 163

See doc at setdomainname(2).

§

utrap_install = 164

See doc at utrap_install(2).

§

quotactl = 165

See doc at quotactl(2).

§

set_tid_address = 166

See doc at set_tid_address(2).

§

mount = 167

See doc at mount(2).

§

ustat = 168

See doc at ustat(2).

§

setxattr = 169

See doc at setxattr(2).

§

lsetxattr = 170

See doc at lsetxattr(2).

§

fsetxattr = 171

See doc at fsetxattr(2).

§

getxattr = 172

See doc at getxattr(2).

§

lgetxattr = 173

See doc at lgetxattr(2).

§

getdents = 174

See doc at getdents(2).

§

setsid = 175

See doc at setsid(2).

§

fchdir = 176

See doc at fchdir(2).

§

fgetxattr = 177

See doc at fgetxattr(2).

§

listxattr = 178

See doc at listxattr(2).

§

llistxattr = 179

See doc at llistxattr(2).

§

flistxattr = 180

See doc at flistxattr(2).

§

removexattr = 181

See doc at removexattr(2).

§

lremovexattr = 182

See doc at lremovexattr(2).

§

sigpending = 183

See doc at sigpending(2).

§

query_module = 184

See doc at query_module(2).

§

setpgid = 185

See doc at setpgid(2).

§

fremovexattr = 186

See doc at fremovexattr(2).

§

tkill = 187

See doc at tkill(2).

§

exit_group = 188

See doc at exit_group(2).

§

uname = 189

See doc at uname(2).

§

init_module = 190

See doc at init_module(2).

§

personality = 191

See doc at personality(2).

§

remap_file_pages = 192

See doc at remap_file_pages(2).

§

epoll_create = 193

See doc at epoll_create(2).

§

epoll_ctl = 194

See doc at epoll_ctl(2).

§

epoll_wait = 195

See doc at epoll_wait(2).

§

ioprio_set = 196

See doc at ioprio_set(2).

§

getppid = 197

See doc at getppid(2).

§

sigaction = 198

See doc at sigaction(2).

§

sgetmask = 199

See doc at sgetmask(2).

§

ssetmask = 200

See doc at ssetmask(2).

§

sigsuspend = 201

See doc at sigsuspend(2).

§

oldlstat = 202

See doc at oldlstat(2).

§

uselib = 203

See doc at uselib(2).

§

readdir = 204

See doc at readdir(2).

§

readahead = 205

See doc at readahead(2).

§

socketcall = 206

See doc at socketcall(2).

§

syslog = 207

See doc at syslog(2).

§

lookup_dcookie = 208

See doc at lookup_dcookie(2).

§

fadvise64 = 209

See doc at fadvise64(2).

§

fadvise64_64 = 210

See doc at fadvise64_64(2).

§

tgkill = 211

See doc at tgkill(2).

§

waitpid = 212

See doc at waitpid(2).

§

swapoff = 213

See doc at swapoff(2).

§

sysinfo = 214

See doc at sysinfo(2).

§

ipc = 215

See doc at ipc(2).

§

sigreturn = 216

See doc at sigreturn(2).

§

clone = 217

See doc at clone(2).

§

ioprio_get = 218

See doc at ioprio_get(2).

§

adjtimex = 219

See doc at adjtimex(2).

§

sigprocmask = 220

See doc at sigprocmask(2).

§

create_module = 221

See doc at create_module(2).

§

delete_module = 222

See doc at delete_module(2).

§

get_kernel_syms = 223

See doc at get_kernel_syms(2).

§

getpgid = 224

See doc at getpgid(2).

§

bdflush = 225

See doc at bdflush(2).

§

sysfs = 226

See doc at sysfs(2).

§

afs_syscall = 227

See doc at afs_syscall(2).

§

setfsuid = 228

See doc at setfsuid(2).

§

setfsgid = 229

See doc at setfsgid(2).

§

_newselect = 230

See doc at _newselect(2).

§

splice = 232

See doc at splice(2).

§

stime = 233

See doc at stime(2).

§

statfs64 = 234

See doc at statfs64(2).

§

fstatfs64 = 235

See doc at fstatfs64(2).

§

_llseek = 236

See doc at _llseek(2).

§

mlock = 237

See doc at mlock(2).

§

munlock = 238

See doc at munlock(2).

§

mlockall = 239

See doc at mlockall(2).

§

munlockall = 240

See doc at munlockall(2).

§

sched_setparam = 241

See doc at sched_setparam(2).

§

sched_getparam = 242

See doc at sched_getparam(2).

§

sched_setscheduler = 243

§

sched_getscheduler = 244

§

sched_yield = 245

See doc at sched_yield(2).

§

sched_get_priority_max = 246

§

sched_get_priority_min = 247

§

sched_rr_get_interval = 248

§

nanosleep = 249

See doc at nanosleep(2).

§

mremap = 250

See doc at mremap(2).

§

_sysctl = 251

See doc at _sysctl(2).

§

getsid = 252

See doc at getsid(2).

§

fdatasync = 253

See doc at fdatasync(2).

§

nfsservctl = 254

See doc at nfsservctl(2).

§

sync_file_range = 255

See doc at sync_file_range(2).

§

clock_settime = 256

See doc at clock_settime(2).

§

clock_gettime = 257

See doc at clock_gettime(2).

§

clock_getres = 258

See doc at clock_getres(2).

§

clock_nanosleep = 259

See doc at clock_nanosleep(2).

§

sched_getaffinity = 260

§

sched_setaffinity = 261

§

timer_settime = 262

See doc at timer_settime(2).

§

timer_gettime = 263

See doc at timer_gettime(2).

§

timer_getoverrun = 264

See doc at timer_getoverrun(2).

§

timer_delete = 265

See doc at timer_delete(2).

§

timer_create = 266

See doc at timer_create(2).

§

vserver = 267

See doc at vserver(2).

§

io_setup = 268

See doc at io_setup(2).

§

io_destroy = 269

See doc at io_destroy(2).

§

io_submit = 270

See doc at io_submit(2).

§

io_cancel = 271

See doc at io_cancel(2).

§

io_getevents = 272

See doc at io_getevents(2).

§

mq_open = 273

See doc at mq_open(2).

See doc at mq_unlink(2).

§

mq_timedsend = 275

See doc at mq_timedsend(2).

§

mq_timedreceive = 276

See doc at mq_timedreceive(2).

§

mq_notify = 277

See doc at mq_notify(2).

§

mq_getsetattr = 278

See doc at mq_getsetattr(2).

§

waitid = 279

See doc at waitid(2).

§

tee = 280

See doc at tee(2).

§

add_key = 281

See doc at add_key(2).

§

request_key = 282

See doc at request_key(2).

§

keyctl = 283

See doc at keyctl(2).

§

openat = 284

See doc at openat(2).

§

mkdirat = 285

See doc at mkdirat(2).

§

mknodat = 286

See doc at mknodat(2).

§

fchownat = 287

See doc at fchownat(2).

§

futimesat = 288

See doc at futimesat(2).

§

fstatat64 = 289

See doc at fstatat64(2).

§

unlinkat = 290

See doc at unlinkat(2).

§

renameat = 291

See doc at renameat(2).

§

linkat = 292

See doc at linkat(2).

§

symlinkat = 293

See doc at symlinkat(2).

§

readlinkat = 294

See doc at readlinkat(2).

§

fchmodat = 295

See doc at fchmodat(2).

§

faccessat = 296

See doc at faccessat(2).

§

pselect6 = 297

See doc at pselect6(2).

§

ppoll = 298

See doc at ppoll(2).

§

unshare = 299

See doc at unshare(2).

§

set_robust_list = 300

See doc at set_robust_list(2).

§

get_robust_list = 301

See doc at get_robust_list(2).

§

migrate_pages = 302

See doc at migrate_pages(2).

§

mbind = 303

See doc at mbind(2).

§

get_mempolicy = 304

See doc at get_mempolicy(2).

§

set_mempolicy = 305

See doc at set_mempolicy(2).

§

kexec_load = 306

See doc at kexec_load(2).

§

move_pages = 307

See doc at move_pages(2).

§

getcpu = 308

See doc at getcpu(2).

§

epoll_pwait = 309

See doc at epoll_pwait(2).

§

utimensat = 310

See doc at utimensat(2).

§

signalfd = 311

See doc at signalfd(2).

§

timerfd_create = 312

See doc at timerfd_create(2).

§

eventfd = 313

See doc at eventfd(2).

§

fallocate = 314

See doc at fallocate(2).

§

timerfd_settime = 315

See doc at timerfd_settime(2).

§

timerfd_gettime = 316

See doc at timerfd_gettime(2).

§

signalfd4 = 317

See doc at signalfd4(2).

§

eventfd2 = 318

See doc at eventfd2(2).

§

epoll_create1 = 319

See doc at epoll_create1(2).

§

dup3 = 320

See doc at dup3(2).

§

pipe2 = 321

See doc at pipe2(2).

§

inotify_init1 = 322

See doc at inotify_init1(2).

§

accept4 = 323

See doc at accept4(2).

§

preadv = 324

See doc at preadv(2).

§

pwritev = 325

See doc at pwritev(2).

§

rt_tgsigqueueinfo = 326

§

perf_event_open = 327

See doc at perf_event_open(2).

§

recvmmsg = 328

See doc at recvmmsg(2).

§

fanotify_init = 329

See doc at fanotify_init(2).

§

fanotify_mark = 330

See doc at fanotify_mark(2).

§

prlimit64 = 331

See doc at prlimit64(2).

§

name_to_handle_at = 332

§

open_by_handle_at = 333

§

clock_adjtime = 334

See doc at clock_adjtime(2).

§

syncfs = 335

See doc at syncfs(2).

§

sendmmsg = 336

See doc at sendmmsg(2).

§

setns = 337

See doc at setns(2).

§

process_vm_readv = 338

See doc at process_vm_readv(2).

§

process_vm_writev = 339

§

kern_features = 340

See doc at kern_features(2).

§

kcmp = 341

See doc at kcmp(2).

§

finit_module = 342

See doc at finit_module(2).

§

sched_setattr = 343

See doc at sched_setattr(2).

§

sched_getattr = 344

See doc at sched_getattr(2).

§

renameat2 = 345

See doc at renameat2(2).

§

seccomp = 346

See doc at seccomp(2).

§

getrandom = 347

See doc at getrandom(2).

§

memfd_create = 348

See doc at memfd_create(2).

§

bpf = 349

See doc at bpf(2).

§

execveat = 350

See doc at execveat(2).

§

membarrier = 351

See doc at membarrier(2).

§

userfaultfd = 352

See doc at userfaultfd(2).

§

bind = 353

See doc at bind(2).

§

listen = 354

See doc at listen(2).

§

setsockopt = 355

See doc at setsockopt(2).

§

mlock2 = 356

See doc at mlock2(2).

§

copy_file_range = 357

See doc at copy_file_range(2).

§

preadv2 = 358

See doc at preadv2(2).

§

pwritev2 = 359

See doc at pwritev2(2).

§

statx = 360

See doc at statx(2).

§

io_pgetevents = 361

See doc at io_pgetevents(2).

§

pkey_mprotect = 362

See doc at pkey_mprotect(2).

§

pkey_alloc = 363

See doc at pkey_alloc(2).

§

pkey_free = 364

See doc at pkey_free(2).

§

rseq = 365

See doc at rseq(2).

§

semtimedop = 392

See doc at semtimedop(2).

§

semget = 393

See doc at semget(2).

§

semctl = 394

See doc at semctl(2).

§

shmget = 395

See doc at shmget(2).

§

shmctl = 396

See doc at shmctl(2).

§

shmat = 397

See doc at shmat(2).

§

shmdt = 398

See doc at shmdt(2).

§

msgget = 399

See doc at msgget(2).

§

msgsnd = 400

See doc at msgsnd(2).

§

msgrcv = 401

See doc at msgrcv(2).

§

msgctl = 402

See doc at msgctl(2).

§

pidfd_send_signal = 424

§

io_uring_setup = 425

See doc at io_uring_setup(2).

§

io_uring_enter = 426

See doc at io_uring_enter(2).

§

io_uring_register = 427

§

open_tree = 428

See doc at open_tree(2).

§

move_mount = 429

See doc at move_mount(2).

§

fsopen = 430

See doc at fsopen(2).

§

fsconfig = 431

See doc at fsconfig(2).

§

fsmount = 432

See doc at fsmount(2).

§

fspick = 433

See doc at fspick(2).

§

pidfd_open = 434

See doc at pidfd_open(2).

§

close_range = 436

See doc at close_range(2).

§

openat2 = 437

See doc at openat2(2).

§

pidfd_getfd = 438

See doc at pidfd_getfd(2).

§

faccessat2 = 439

See doc at faccessat2(2).

§

process_madvise = 440

See doc at process_madvise(2).

§

epoll_pwait2 = 441

See doc at epoll_pwait2(2).

§

mount_setattr = 442

See doc at mount_setattr(2).

§

quotactl_fd = 443

See doc at quotactl_fd(2).

§

landlock_create_ruleset = 444

§

landlock_add_rule = 445

§

landlock_restrict_self = 446

§

process_mrelease = 448

See doc at process_mrelease(2).

§

futex_waitv = 449

See doc at futex_waitv(2).

§

set_mempolicy_home_node = 450

§

cachestat = 451

See doc at cachestat(2).

§

fchmodat2 = 452

See doc at fchmodat2(2).

§

map_shadow_stack = 453

See doc at map_shadow_stack(2).

§

futex_wake = 454

See doc at futex_wake(2).

§

futex_wait = 455

See doc at futex_wait(2).

§

futex_requeue = 456

See doc at futex_requeue(2).

§

statmount = 457

See doc at statmount(2).

§

listmount = 458

See doc at listmount(2).

§

lsm_get_self_attr = 459

§

lsm_set_self_attr = 460

§

lsm_list_modules = 461

See doc at lsm_list_modules(2).

§

mseal = 462

See doc at mseal(2).

§

setxattrat = 463

See doc at setxattrat(2).

§

getxattrat = 464

See doc at getxattrat(2).

§

listxattrat = 465

See doc at listxattrat(2).

§

removexattrat = 466

See doc at removexattrat(2).

§

open_tree_attr = 467

See doc at open_tree_attr(2).

§

file_getattr = 468

See doc at file_getattr(2).

§

file_setattr = 469

See doc at file_setattr(2).

Trait Implementations§

Source§

impl Clone for Sysno

Source§

fn clone(&self) -> Sysno

Returns a duplicate of the value. Read more
1.0.0§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for Sysno

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Hash for Sysno

Source§

fn hash<__H: Hasher>(&self, state: &mut __H)

Feeds this value into the given [Hasher]. Read more
1.3.0§

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, Self: Sized,

Feeds a slice of this type into the given [Hasher]. Read more
Source§

impl Ord for Sysno

Source§

fn cmp(&self, other: &Sysno) -> Ordering

This method returns an [Ordering] between self and other. Read more
1.21.0§

fn max(self, other: Self) -> Self
where Self: Sized,

Compares and returns the maximum of two values. Read more
1.21.0§

fn min(self, other: Self) -> Self
where Self: Sized,

Compares and returns the minimum of two values. Read more
1.50.0§

fn clamp(self, min: Self, max: Self) -> Self
where Self: Sized,

Restrict a value to a certain interval. Read more
Source§

impl PartialEq for Sysno

Source§

fn eq(&self, other: &Sysno) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl PartialOrd for Sysno

Source§

fn partial_cmp(&self, other: &Sysno) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0§

fn lt(&self, other: &Rhs) -> bool

Tests less than (for self and other) and is used by the < operator. Read more
1.0.0§

fn le(&self, other: &Rhs) -> bool

Tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0§

fn gt(&self, other: &Rhs) -> bool

Tests greater than (for self and other) and is used by the > operator. Read more
1.0.0§

fn ge(&self, other: &Rhs) -> bool

Tests greater than or equal to (for self and other) and is used by the >= operator. Read more
Source§

impl Copy for Sysno

Source§

impl Eq for Sysno

Source§

impl StructuralPartialEq for Sysno

Auto Trait Implementations§

§

impl Freeze for Sysno

§

impl RefUnwindSafe for Sysno

§

impl Send for Sysno

§

impl Sync for Sysno

§

impl Unpin for Sysno

§

impl UnwindSafe for Sysno

Blanket Implementations§

§

impl<T> Any for T
where T: 'static + ?Sized,

§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Borrow<T> for T
where T: ?Sized,

§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
§

impl<T> BorrowMut<T> for T
where T: ?Sized,

§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CloneToUninit for T
where T: Clone,

§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
§

impl<T> From<T> for T

§

fn from(t: T) -> T

Returns the argument unchanged.

§

impl<T, U> Into<U> for T
where U: From<T>,

§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of [From]<T> for U chooses to do.

§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.