#[non_exhaustive]#[repr(usize)]pub enum Sysno {
Show 345 variants
io_setup = 0,
io_destroy = 1,
io_submit = 2,
io_cancel = 3,
io_getevents = 4,
setxattr = 5,
lsetxattr = 6,
fsetxattr = 7,
getxattr = 8,
lgetxattr = 9,
fgetxattr = 10,
listxattr = 11,
llistxattr = 12,
flistxattr = 13,
removexattr = 14,
lremovexattr = 15,
fremovexattr = 16,
getcwd = 17,
lookup_dcookie = 18,
eventfd2 = 19,
epoll_create1 = 20,
epoll_ctl = 21,
epoll_pwait = 22,
dup = 23,
dup3 = 24,
fcntl = 25,
inotify_init1 = 26,
inotify_add_watch = 27,
inotify_rm_watch = 28,
ioctl = 29,
ioprio_set = 30,
ioprio_get = 31,
flock = 32,
mknodat = 33,
mkdirat = 34,
unlinkat = 35,
symlinkat = 36,
linkat = 37,
renameat = 38,
umount2 = 39,
mount = 40,
pivot_root = 41,
nfsservctl = 42,
statfs = 43,
fstatfs = 44,
truncate = 45,
ftruncate = 46,
fallocate = 47,
faccessat = 48,
chdir = 49,
fchdir = 50,
chroot = 51,
fchmod = 52,
fchmodat = 53,
fchownat = 54,
fchown = 55,
openat = 56,
close = 57,
vhangup = 58,
pipe2 = 59,
quotactl = 60,
getdents64 = 61,
lseek = 62,
read = 63,
write = 64,
readv = 65,
writev = 66,
pread64 = 67,
pwrite64 = 68,
preadv = 69,
pwritev = 70,
sendfile = 71,
pselect6 = 72,
ppoll = 73,
signalfd4 = 74,
vmsplice = 75,
splice = 76,
tee = 77,
readlinkat = 78,
fstatat = 79,
fstat = 80,
sync = 81,
fsync = 82,
fdatasync = 83,
sync_file_range2 = 84,
timerfd_create = 85,
timerfd_settime = 86,
timerfd_gettime = 87,
utimensat = 88,
acct = 89,
capget = 90,
capset = 91,
personality = 92,
exit = 93,
exit_group = 94,
waitid = 95,
set_tid_address = 96,
unshare = 97,
futex = 98,
set_robust_list = 99,
get_robust_list = 100,
nanosleep = 101,
getitimer = 102,
setitimer = 103,
kexec_load = 104,
init_module = 105,
delete_module = 106,
timer_create = 107,
timer_gettime = 108,
timer_getoverrun = 109,
timer_settime = 110,
timer_delete = 111,
clock_settime = 112,
clock_gettime = 113,
clock_getres = 114,
clock_nanosleep = 115,
syslog = 116,
ptrace = 117,
sched_setparam = 118,
sched_setscheduler = 119,
sched_getscheduler = 120,
sched_getparam = 121,
sched_setaffinity = 122,
sched_getaffinity = 123,
sched_yield = 124,
sched_get_priority_max = 125,
sched_get_priority_min = 126,
sched_rr_get_interval = 127,
restart_syscall = 128,
kill = 129,
tkill = 130,
tgkill = 131,
sigaltstack = 132,
rt_sigsuspend = 133,
rt_sigaction = 134,
rt_sigprocmask = 135,
rt_sigpending = 136,
rt_sigtimedwait = 137,
rt_sigqueueinfo = 138,
rt_sigreturn = 139,
setpriority = 140,
getpriority = 141,
reboot = 142,
setregid = 143,
setgid = 144,
setreuid = 145,
setuid = 146,
setresuid = 147,
getresuid = 148,
setresgid = 149,
getresgid = 150,
setfsuid = 151,
setfsgid = 152,
times = 153,
setpgid = 154,
getpgid = 155,
getsid = 156,
setsid = 157,
getgroups = 158,
setgroups = 159,
uname = 160,
sethostname = 161,
setdomainname = 162,
getrlimit = 163,
setrlimit = 164,
getrusage = 165,
umask = 166,
prctl = 167,
getcpu = 168,
gettimeofday = 169,
settimeofday = 170,
adjtimex = 171,
getpid = 172,
getppid = 173,
getuid = 174,
geteuid = 175,
getgid = 176,
getegid = 177,
gettid = 178,
sysinfo = 179,
mq_open = 180,
mq_unlink = 181,
mq_timedsend = 182,
mq_timedreceive = 183,
mq_notify = 184,
mq_getsetattr = 185,
msgget = 186,
msgctl = 187,
msgrcv = 188,
msgsnd = 189,
semget = 190,
semctl = 191,
semtimedop = 192,
semop = 193,
shmget = 194,
shmctl = 195,
shmat = 196,
shmdt = 197,
socket = 198,
socketpair = 199,
bind = 200,
listen = 201,
accept = 202,
connect = 203,
getsockname = 204,
getpeername = 205,
sendto = 206,
recvfrom = 207,
setsockopt = 208,
getsockopt = 209,
shutdown = 210,
sendmsg = 211,
recvmsg = 212,
readahead = 213,
brk = 214,
munmap = 215,
mremap = 216,
add_key = 217,
request_key = 218,
keyctl = 219,
clone = 220,
execve = 221,
mmap = 222,
fadvise64 = 223,
swapon = 224,
swapoff = 225,
mprotect = 226,
msync = 227,
mlock = 228,
munlock = 229,
mlockall = 230,
munlockall = 231,
mincore = 232,
madvise = 233,
remap_file_pages = 234,
mbind = 235,
get_mempolicy = 236,
set_mempolicy = 237,
migrate_pages = 238,
move_pages = 239,
rt_tgsigqueueinfo = 240,
perf_event_open = 241,
accept4 = 242,
recvmmsg = 243,
wait4 = 260,
prlimit64 = 261,
fanotify_init = 262,
fanotify_mark = 263,
name_to_handle_at = 264,
open_by_handle_at = 265,
clock_adjtime = 266,
syncfs = 267,
setns = 268,
sendmmsg = 269,
process_vm_readv = 270,
process_vm_writev = 271,
kcmp = 272,
finit_module = 273,
sched_setattr = 274,
sched_getattr = 275,
renameat2 = 276,
seccomp = 277,
getrandom = 278,
memfd_create = 279,
bpf = 280,
execveat = 281,
userfaultfd = 282,
membarrier = 283,
mlock2 = 284,
copy_file_range = 285,
preadv2 = 286,
pwritev2 = 287,
pkey_mprotect = 288,
pkey_alloc = 289,
pkey_free = 290,
statx = 291,
io_pgetevents = 292,
rseq = 293,
kexec_file_load = 294,
clock_gettime64 = 403,
clock_settime64 = 404,
clock_adjtime64 = 405,
clock_getres_time64 = 406,
clock_nanosleep_time64 = 407,
timer_gettime64 = 408,
timer_settime64 = 409,
timerfd_gettime64 = 410,
timerfd_settime64 = 411,
utimensat_time64 = 412,
pselect6_time64 = 413,
ppoll_time64 = 414,
io_pgetevents_time64 = 416,
recvmmsg_time64 = 417,
mq_timedsend_time64 = 418,
mq_timedreceive_time64 = 419,
semtimedop_time64 = 420,
rt_sigtimedwait_time64 = 421,
futex_time64 = 422,
sched_rr_get_interval_time64 = 423,
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,
clone3 = 435,
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,
memfd_secret = 447,
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
io_setup = 0
See doc at io_setup(2).
io_destroy = 1
See doc at io_destroy(2).
io_submit = 2
See doc at io_submit(2).
io_cancel = 3
See doc at io_cancel(2).
io_getevents = 4
See doc at io_getevents(2).
setxattr = 5
See doc at setxattr(2).
lsetxattr = 6
See doc at lsetxattr(2).
fsetxattr = 7
See doc at fsetxattr(2).
getxattr = 8
See doc at getxattr(2).
lgetxattr = 9
See doc at lgetxattr(2).
fgetxattr = 10
See doc at fgetxattr(2).
listxattr = 11
See doc at listxattr(2).
llistxattr = 12
See doc at llistxattr(2).
flistxattr = 13
See doc at flistxattr(2).
removexattr = 14
See doc at removexattr(2).
lremovexattr = 15
See doc at lremovexattr(2).
fremovexattr = 16
See doc at fremovexattr(2).
getcwd = 17
See doc at getcwd(2).
See doc at lookup_dcookie(2).
eventfd2 = 19
See doc at eventfd2(2).
epoll_create1 = 20
See doc at epoll_create1(2).
epoll_ctl = 21
See doc at epoll_ctl(2).
epoll_pwait = 22
See doc at epoll_pwait(2).
dup = 23
See doc at dup(2).
dup3 = 24
See doc at dup3(2).
fcntl = 25
See doc at fcntl(2).
inotify_init1 = 26
See doc at inotify_init1(2).
inotify_add_watch = 27
See doc at inotify_add_watch(2).
inotify_rm_watch = 28
See doc at inotify_rm_watch(2).
ioctl = 29
See doc at ioctl(2).
ioprio_set = 30
See doc at ioprio_set(2).
ioprio_get = 31
See doc at ioprio_get(2).
flock = 32
See doc at flock(2).
mknodat = 33
See doc at mknodat(2).
mkdirat = 34
See doc at mkdirat(2).
unlinkat = 35
See doc at unlinkat(2).
symlinkat = 36
See doc at symlinkat(2).
linkat = 37
See doc at linkat(2).
renameat = 38
See doc at renameat(2).
umount2 = 39
See doc at umount2(2).
mount = 40
See doc at mount(2).
pivot_root = 41
See doc at pivot_root(2).
nfsservctl = 42
See doc at nfsservctl(2).
statfs = 43
See doc at statfs(2).
fstatfs = 44
See doc at fstatfs(2).
truncate = 45
See doc at truncate(2).
ftruncate = 46
See doc at ftruncate(2).
fallocate = 47
See doc at fallocate(2).
faccessat = 48
See doc at faccessat(2).
chdir = 49
See doc at chdir(2).
fchdir = 50
See doc at fchdir(2).
chroot = 51
See doc at chroot(2).
fchmod = 52
See doc at fchmod(2).
fchmodat = 53
See doc at fchmodat(2).
fchownat = 54
See doc at fchownat(2).
fchown = 55
See doc at fchown(2).
openat = 56
See doc at openat(2).
close = 57
See doc at close(2).
vhangup = 58
See doc at vhangup(2).
pipe2 = 59
See doc at pipe2(2).
quotactl = 60
See doc at quotactl(2).
getdents64 = 61
See doc at getdents64(2).
lseek = 62
See doc at lseek(2).
read = 63
See doc at read(2).
write = 64
See doc at write(2).
readv = 65
See doc at readv(2).
writev = 66
See doc at writev(2).
pread64 = 67
See doc at pread64(2).
pwrite64 = 68
See doc at pwrite64(2).
preadv = 69
See doc at preadv(2).
pwritev = 70
See doc at pwritev(2).
sendfile = 71
See doc at sendfile(2).
pselect6 = 72
See doc at pselect6(2).
ppoll = 73
See doc at ppoll(2).
signalfd4 = 74
See doc at signalfd4(2).
vmsplice = 75
See doc at vmsplice(2).
splice = 76
See doc at splice(2).
tee = 77
See doc at tee(2).
readlinkat = 78
See doc at readlinkat(2).
fstatat = 79
See doc at fstatat(2).
fstat = 80
See doc at fstat(2).
sync = 81
See doc at sync(2).
fsync = 82
See doc at fsync(2).
fdatasync = 83
See doc at fdatasync(2).
sync_file_range2 = 84
See doc at sync_file_range2(2).
timerfd_create = 85
See doc at timerfd_create(2).
timerfd_settime = 86
See doc at timerfd_settime(2).
timerfd_gettime = 87
See doc at timerfd_gettime(2).
utimensat = 88
See doc at utimensat(2).
acct = 89
See doc at acct(2).
capget = 90
See doc at capget(2).
capset = 91
See doc at capset(2).
personality = 92
See doc at personality(2).
exit = 93
See doc at exit(2).
exit_group = 94
See doc at exit_group(2).
waitid = 95
See doc at waitid(2).
set_tid_address = 96
See doc at set_tid_address(2).
See doc at unshare(2).
futex = 98
See doc at futex(2).
set_robust_list = 99
See doc at set_robust_list(2).
get_robust_list = 100
See doc at get_robust_list(2).
nanosleep = 101
See doc at nanosleep(2).
getitimer = 102
See doc at getitimer(2).
setitimer = 103
See doc at setitimer(2).
kexec_load = 104
See doc at kexec_load(2).
init_module = 105
See doc at init_module(2).
delete_module = 106
See doc at delete_module(2).
timer_create = 107
See doc at timer_create(2).
timer_gettime = 108
See doc at timer_gettime(2).
timer_getoverrun = 109
See doc at timer_getoverrun(2).
timer_settime = 110
See doc at timer_settime(2).
timer_delete = 111
See doc at timer_delete(2).
clock_settime = 112
See doc at clock_settime(2).
clock_gettime = 113
See doc at clock_gettime(2).
clock_getres = 114
See doc at clock_getres(2).
clock_nanosleep = 115
See doc at clock_nanosleep(2).
syslog = 116
See doc at syslog(2).
ptrace = 117
See doc at ptrace(2).
sched_setparam = 118
See doc at sched_setparam(2).
sched_setscheduler = 119
See doc at sched_setscheduler(2).
sched_getscheduler = 120
See doc at sched_getscheduler(2).
sched_getparam = 121
See doc at sched_getparam(2).
sched_setaffinity = 122
See doc at sched_setaffinity(2).
sched_getaffinity = 123
See doc at sched_getaffinity(2).
sched_yield = 124
See doc at sched_yield(2).
sched_get_priority_max = 125
See doc at sched_get_priority_max(2).
sched_get_priority_min = 126
See doc at sched_get_priority_min(2).
sched_rr_get_interval = 127
See doc at sched_rr_get_interval(2).
restart_syscall = 128
See doc at restart_syscall(2).
kill = 129
See doc at kill(2).
tkill = 130
See doc at tkill(2).
tgkill = 131
See doc at tgkill(2).
sigaltstack = 132
See doc at sigaltstack(2).
rt_sigsuspend = 133
See doc at rt_sigsuspend(2).
rt_sigaction = 134
See doc at rt_sigaction(2).
rt_sigprocmask = 135
See doc at rt_sigprocmask(2).
rt_sigpending = 136
See doc at rt_sigpending(2).
rt_sigtimedwait = 137
See doc at rt_sigtimedwait(2).
rt_sigqueueinfo = 138
See doc at rt_sigqueueinfo(2).
rt_sigreturn = 139
See doc at rt_sigreturn(2).
setpriority = 140
See doc at setpriority(2).
getpriority = 141
See doc at getpriority(2).
reboot = 142
See doc at reboot(2).
setregid = 143
See doc at setregid(2).
setgid = 144
See doc at setgid(2).
setreuid = 145
See doc at setreuid(2).
setuid = 146
See doc at setuid(2).
setresuid = 147
See doc at setresuid(2).
getresuid = 148
See doc at getresuid(2).
setresgid = 149
See doc at setresgid(2).
getresgid = 150
See doc at getresgid(2).
setfsuid = 151
See doc at setfsuid(2).
setfsgid = 152
See doc at setfsgid(2).
times = 153
See doc at times(2).
setpgid = 154
See doc at setpgid(2).
getpgid = 155
See doc at getpgid(2).
getsid = 156
See doc at getsid(2).
setsid = 157
See doc at setsid(2).
getgroups = 158
See doc at getgroups(2).
setgroups = 159
See doc at setgroups(2).
uname = 160
See doc at uname(2).
sethostname = 161
See doc at sethostname(2).
setdomainname = 162
See doc at setdomainname(2).
getrlimit = 163
See doc at getrlimit(2).
setrlimit = 164
See doc at setrlimit(2).
getrusage = 165
See doc at getrusage(2).
umask = 166
See doc at umask(2).
prctl = 167
See doc at prctl(2).
getcpu = 168
See doc at getcpu(2).
gettimeofday = 169
See doc at gettimeofday(2).
settimeofday = 170
See doc at settimeofday(2).
adjtimex = 171
See doc at adjtimex(2).
getpid = 172
See doc at getpid(2).
getppid = 173
See doc at getppid(2).
getuid = 174
See doc at getuid(2).
geteuid = 175
See doc at geteuid(2).
getgid = 176
See doc at getgid(2).
getegid = 177
See doc at getegid(2).
gettid = 178
See doc at gettid(2).
sysinfo = 179
See doc at sysinfo(2).
mq_open = 180
See doc at mq_open(2).
mq_unlink = 181
See doc at mq_unlink(2).
mq_timedsend = 182
See doc at mq_timedsend(2).
mq_timedreceive = 183
See doc at mq_timedreceive(2).
mq_notify = 184
See doc at mq_notify(2).
mq_getsetattr = 185
See doc at mq_getsetattr(2).
msgget = 186
See doc at msgget(2).
msgctl = 187
See doc at msgctl(2).
msgrcv = 188
See doc at msgrcv(2).
msgsnd = 189
See doc at msgsnd(2).
semget = 190
See doc at semget(2).
semctl = 191
See doc at semctl(2).
semtimedop = 192
See doc at semtimedop(2).
semop = 193
See doc at semop(2).
shmget = 194
See doc at shmget(2).
shmctl = 195
See doc at shmctl(2).
shmat = 196
See doc at shmat(2).
shmdt = 197
See doc at shmdt(2).
socket = 198
See doc at socket(2).
socketpair = 199
See doc at socketpair(2).
bind = 200
See doc at bind(2).
listen = 201
See doc at listen(2).
accept = 202
See doc at accept(2).
connect = 203
See doc at connect(2).
getsockname = 204
See doc at getsockname(2).
getpeername = 205
See doc at getpeername(2).
sendto = 206
See doc at sendto(2).
recvfrom = 207
See doc at recvfrom(2).
setsockopt = 208
See doc at setsockopt(2).
getsockopt = 209
See doc at getsockopt(2).
shutdown = 210
See doc at shutdown(2).
sendmsg = 211
See doc at sendmsg(2).
recvmsg = 212
See doc at recvmsg(2).
readahead = 213
See doc at readahead(2).
brk = 214
See doc at brk(2).
munmap = 215
See doc at munmap(2).
mremap = 216
See doc at mremap(2).
add_key = 217
See doc at add_key(2).
request_key = 218
See doc at request_key(2).
keyctl = 219
See doc at keyctl(2).
clone = 220
See doc at clone(2).
execve = 221
See doc at execve(2).
mmap = 222
See doc at mmap(2).
fadvise64 = 223
See doc at fadvise64(2).
swapon = 224
See doc at swapon(2).
swapoff = 225
See doc at swapoff(2).
mprotect = 226
See doc at mprotect(2).
msync = 227
See doc at msync(2).
mlock = 228
See doc at mlock(2).
munlock = 229
See doc at munlock(2).
mlockall = 230
See doc at mlockall(2).
munlockall = 231
See doc at munlockall(2).
mincore = 232
See doc at mincore(2).
madvise = 233
See doc at madvise(2).
remap_file_pages = 234
See doc at remap_file_pages(2).
mbind = 235
See doc at mbind(2).
get_mempolicy = 236
See doc at get_mempolicy(2).
set_mempolicy = 237
See doc at set_mempolicy(2).
migrate_pages = 238
See doc at migrate_pages(2).
move_pages = 239
See doc at move_pages(2).
rt_tgsigqueueinfo = 240
See doc at rt_tgsigqueueinfo(2).
perf_event_open = 241
See doc at perf_event_open(2).
accept4 = 242
See doc at accept4(2).
recvmmsg = 243
See doc at recvmmsg(2).
wait4 = 260
See doc at wait4(2).
prlimit64 = 261
See doc at prlimit64(2).
fanotify_init = 262
See doc at fanotify_init(2).
fanotify_mark = 263
See doc at fanotify_mark(2).
name_to_handle_at = 264
See doc at name_to_handle_at(2).
open_by_handle_at = 265
See doc at open_by_handle_at(2).
clock_adjtime = 266
See doc at clock_adjtime(2).
syncfs = 267
See doc at syncfs(2).
setns = 268
See doc at setns(2).
sendmmsg = 269
See doc at sendmmsg(2).
process_vm_readv = 270
See doc at process_vm_readv(2).
process_vm_writev = 271
See doc at process_vm_writev(2).
kcmp = 272
See doc at kcmp(2).
finit_module = 273
See doc at finit_module(2).
sched_setattr = 274
See doc at sched_setattr(2).
sched_getattr = 275
See doc at sched_getattr(2).
renameat2 = 276
See doc at renameat2(2).
seccomp = 277
See doc at seccomp(2).
getrandom = 278
See doc at getrandom(2).
memfd_create = 279
See doc at memfd_create(2).
bpf = 280
See doc at bpf(2).
execveat = 281
See doc at execveat(2).
userfaultfd = 282
See doc at userfaultfd(2).
membarrier = 283
See doc at membarrier(2).
mlock2 = 284
See doc at mlock2(2).
copy_file_range = 285
See doc at copy_file_range(2).
preadv2 = 286
See doc at preadv2(2).
pwritev2 = 287
See doc at pwritev2(2).
pkey_mprotect = 288
See doc at pkey_mprotect(2).
pkey_alloc = 289
See doc at pkey_alloc(2).
pkey_free = 290
See doc at pkey_free(2).
statx = 291
See doc at statx(2).
io_pgetevents = 292
See doc at io_pgetevents(2).
rseq = 293
See doc at rseq(2).
kexec_file_load = 294
See doc at kexec_file_load(2).
clock_gettime64 = 403
See doc at clock_gettime64(2).
clock_settime64 = 404
See doc at clock_settime64(2).
clock_adjtime64 = 405
See doc at clock_adjtime64(2).
clock_getres_time64 = 406
See doc at clock_getres_time64(2).
clock_nanosleep_time64 = 407
See doc at clock_nanosleep_time64(2).
timer_gettime64 = 408
See doc at timer_gettime64(2).
timer_settime64 = 409
See doc at timer_settime64(2).
timerfd_gettime64 = 410
See doc at timerfd_gettime64(2).
timerfd_settime64 = 411
See doc at timerfd_settime64(2).
utimensat_time64 = 412
See doc at utimensat_time64(2).
pselect6_time64 = 413
See doc at pselect6_time64(2).
ppoll_time64 = 414
See doc at ppoll_time64(2).
io_pgetevents_time64 = 416
See doc at io_pgetevents_time64(2).
recvmmsg_time64 = 417
See doc at recvmmsg_time64(2).
mq_timedsend_time64 = 418
See doc at mq_timedsend_time64(2).
mq_timedreceive_time64 = 419
See doc at mq_timedreceive_time64(2).
semtimedop_time64 = 420
See doc at semtimedop_time64(2).
rt_sigtimedwait_time64 = 421
See doc at rt_sigtimedwait_time64(2).
futex_time64 = 422
See doc at futex_time64(2).
sched_rr_get_interval_time64 = 423
See doc at sched_rr_get_interval_time64(2).
pidfd_send_signal = 424
See doc at pidfd_send_signal(2).
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
See doc at io_uring_register(2).
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).
clone3 = 435
See doc at clone3(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
See doc at landlock_create_ruleset(2).
landlock_add_rule = 445
See doc at landlock_add_rule(2).
landlock_restrict_self = 446
See doc at landlock_restrict_self(2).
memfd_secret = 447
See doc at memfd_secret(2).
process_mrelease = 448
See doc at process_mrelease(2).
futex_waitv = 449
See doc at futex_waitv(2).
set_mempolicy_home_node = 450
See doc at set_mempolicy_home_node(2).
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
See doc at lsm_get_self_attr(2).
lsm_set_self_attr = 460
See doc at lsm_set_self_attr(2).
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 Ord for Sysno
impl Ord for Sysno
Source§impl PartialOrd for Sysno
impl PartialOrd for Sysno
impl Copy for Sysno
impl Eq for Sysno
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 Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
clone_to_uninit)