/kernel/linux/linux-5.10/kernel/ |
H A D | pid.c | 584 SYSCALL_DEFINE2(pidfd_open, pid_t, pid, unsigned int, flags) SYSCALL_DEFINE2() argument 682 SYSCALL_DEFINE3(pidfd_getfd, int, pidfd, int, fd, unsigned int, flags) SYSCALL_DEFINE3() argument [all...] |
/kernel/linux/linux-5.10/fs/quota/ |
H A D | quota.c | 900 SYSCALL_DEFINE4(quotactl, unsigned int, cmd, const char __user *, special, qid_t, id, void __user *, addr) SYSCALL_DEFINE4() argument [all...] |
/kernel/linux/linux-5.10/net/ |
H A D | compat.c | 351 COMPAT_SYSCALL_DEFINE3(sendmsg, int, fd, struct compat_msghdr __user *, msg, unsigned int, flags) COMPAT_SYSCALL_DEFINE3() argument 365 COMPAT_SYSCALL_DEFINE4(sendmmsg, int, fd, struct compat_mmsghdr __user *, mmsg, unsigned int, vlen, unsigned int, flags) COMPAT_SYSCALL_DEFINE4() argument 379 COMPAT_SYSCALL_DEFINE3(recvmsg, int, fd, struct compat_msghdr __user *, msg, unsigned int, flags) COMPAT_SYSCALL_DEFINE3() argument 394 COMPAT_SYSCALL_DEFINE4(recv, int, fd, void __user *, buf, compat_size_t, len, unsigned int, flags) COMPAT_SYSCALL_DEFINE4() argument 399 COMPAT_SYSCALL_DEFINE6(recvfrom, int, fd, void __user *, buf, compat_size_t, len, unsigned int, flags, struct sockaddr __user *, addr, int __user *, addrlen) COMPAT_SYSCALL_DEFINE6() argument 406 COMPAT_SYSCALL_DEFINE5(recvmmsg_time64, int, fd, struct compat_mmsghdr __user *, mmsg, unsigned int, vlen, unsigned int, flags, struct __kernel_timespec __user *, timeout) COMPAT_SYSCALL_DEFINE5() argument 415 COMPAT_SYSCALL_DEFINE5(recvmmsg_time32, int, fd, struct compat_mmsghdr __user *, mmsg, unsigned int, vlen, unsigned int, flags, struct old_timespec32 __user *, timeout) COMPAT_SYSCALL_DEFINE5() argument [all...] |
/kernel/linux/linux-5.10/drivers/pcmcia/ |
H A D | vrc4173_cardu.c | 144 static int cardu_register_callback(unsigned int sock, in cardu_register_callback() argument [all...] |
/kernel/linux/linux-5.10/fs/ |
H A D | ioctl.c | 739 SYSCALL_DEFINE3(ioctl, unsigned int, fd, unsigned int, cmd, unsigned long, arg) SYSCALL_DEFINE3() argument 793 COMPAT_SYSCALL_DEFINE3(ioctl, unsigned int, fd, unsigned int, cmd, compat_ulong_t, arg) COMPAT_SYSCALL_DEFINE3() argument [all...] |
H A D | open.c | 203 SYSCALL_DEFINE2(ftruncate, unsigned int, fd, off_t, length) in SYSCALL_DEFINE2() argument 209 COMPAT_SYSCALL_DEFINE2(ftruncate, unsigned int, f argument 222 SYSCALL_DEFINE2(ftruncate64, unsigned int, fd, loff_t, length) SYSCALL_DEFINE2() argument 511 SYSCALL_DEFINE1(fchdir, unsigned int, fd) SYSCALL_DEFINE1() argument 601 SYSCALL_DEFINE2(fchmod, unsigned int, fd, umode_t, mode) SYSCALL_DEFINE2() argument 758 SYSCALL_DEFINE3(fchown, unsigned int, fd, uid_t, user, gid_t, group) SYSCALL_DEFINE3() argument 1311 SYSCALL_DEFINE1(close, unsigned int, fd) SYSCALL_DEFINE1() argument 1336 SYSCALL_DEFINE3(close_range, unsigned int, fd, unsigned int, max_fd, unsigned int, flags) SYSCALL_DEFINE3() argument [all...] |
/kernel/linux/linux-6.6/drivers/cpufreq/ |
H A D | cpufreq_ondemand.c | 456 od_register_powersave_bias_handler(unsigned int (*f) (struct cpufreq_policy *, unsigned int, unsigned int), unsigned int powersave_bias) od_register_powersave_bias_handler() argument [all...] |
/kernel/linux/linux-6.6/kernel/ |
H A D | pid.c | 627 SYSCALL_DEFINE2(pidfd_open, pid_t, pid, unsigned int, flags) SYSCALL_DEFINE2() argument 725 SYSCALL_DEFINE3(pidfd_getfd, int, pidfd, int, fd, unsigned int, flags) SYSCALL_DEFINE3() argument [all...] |
/kernel/linux/linux-6.6/net/ |
H A D | compat.c | 350 COMPAT_SYSCALL_DEFINE3(sendmsg, int, fd, struct compat_msghdr __user *, msg, unsigned int, flags) COMPAT_SYSCALL_DEFINE3() argument 364 COMPAT_SYSCALL_DEFINE4(sendmmsg, int, fd, struct compat_mmsghdr __user *, mmsg, unsigned int, vlen, unsigned int, flags) COMPAT_SYSCALL_DEFINE4() argument 378 COMPAT_SYSCALL_DEFINE3(recvmsg, int, fd, struct compat_msghdr __user *, msg, unsigned int, flags) COMPAT_SYSCALL_DEFINE3() argument 393 COMPAT_SYSCALL_DEFINE4(recv, int, fd, void __user *, buf, compat_size_t, len, unsigned int, flags) COMPAT_SYSCALL_DEFINE4() argument 398 COMPAT_SYSCALL_DEFINE6(recvfrom, int, fd, void __user *, buf, compat_size_t, len, unsigned int, flags, struct sockaddr __user *, addr, int __user *, addrlen) COMPAT_SYSCALL_DEFINE6() argument 405 COMPAT_SYSCALL_DEFINE5(recvmmsg_time64, int, fd, struct compat_mmsghdr __user *, mmsg, unsigned int, vlen, unsigned int, flags, struct __kernel_timespec __user *, timeout) COMPAT_SYSCALL_DEFINE5() argument 414 COMPAT_SYSCALL_DEFINE5(recvmmsg_time32, int, fd, struct compat_mmsghdr __user *, mmsg, unsigned int, vlen, unsigned int, flags, struct old_timespec32 __user *, timeout) COMPAT_SYSCALL_DEFINE5() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_ops/ |
H A D | vktFragmentOperationsScissorMultiViewportTests.cpp | 443 checkSupport(Context& context, const int) checkSupport() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_ops/ |
H A D | vktFragmentOperationsScissorMultiViewportTests.cpp | 443 checkSupport(Context& context, const int) checkSupport() argument [all...] |
/third_party/rust/crates/proc-macro2/src/ |
H A D | parse.rs | 810 fn int(input: Cursor) -> Result<Cursor, Reject> { in int() functions
|
/kernel/linux/linux-5.10/arch/arm64/kernel/ |
H A D | hw_breakpoint.c | 979 cpu_suspend_set_dbg_restorer(int (*hw_bp_restore)(unsigned int)) cpu_suspend_set_dbg_restorer() argument [all...] |
/kernel/linux/linux-6.6/arch/parisc/kernel/ |
H A D | cache.c | 830 SYSCALL_DEFINE3(cacheflush, unsigned long, addr, unsigned long, bytes, unsigned int, cache) SYSCALL_DEFINE3() argument [all...] |
/kernel/linux/linux-5.10/fs/notify/fanotify/ |
H A D | fanotify_user.c | 923 SYSCALL_DEFINE2(fanotify_init, unsigned int, flags, unsigned int, event_f_flags) SYSCALL_DEFINE2() argument 1307 SYSCALL_DEFINE5(fanotify_mark, int, fanotify_fd, unsigned int, flags, __u64, mask, int, dfd, const char __user *, pathname) SYSCALL_DEFINE5() argument 1316 SYSCALL32_DEFINE6(fanotify_mark, int, fanotify_fd, unsigned int, flags, SC_ARG64(mask), int, dfd, const char __user *, pathname) SYSCALL32_DEFINE6() argument [all...] |
/kernel/linux/linux-5.10/mm/ |
H A D | madvise.c | 1315 SYSCALL_DEFINE5(process_madvise, int, pidfd, const struct iovec __user *, vec, size_t, vlen, int, behavior, unsigned int, flags) SYSCALL_DEFINE5() argument [all...] |
/kernel/linux/linux-6.6/fs/ |
H A D | ioctl.c | 857 SYSCALL_DEFINE3(ioctl, unsigned int, fd, unsigned int, cmd, unsigned long, arg) SYSCALL_DEFINE3() argument 914 COMPAT_SYSCALL_DEFINE3(ioctl, unsigned int, fd, unsigned int, cmd, compat_ulong_t, arg) COMPAT_SYSCALL_DEFINE3() argument [all...] |
H A D | fcntl.c | 439 SYSCALL_DEFINE3(fcntl, unsigned int, fd, unsigned int, cmd, unsigned long, arg) SYSCALL_DEFINE3() argument 463 SYSCALL_DEFINE3(fcntl64, unsigned int, fd, unsigned int, cmd, unsigned long, arg) SYSCALL_DEFINE3() argument 666 COMPAT_SYSCALL_DEFINE3(fcntl64, unsigned int, fd, unsigned int, cmd, compat_ulong_t, arg) COMPAT_SYSCALL_DEFINE3() argument 672 COMPAT_SYSCALL_DEFINE3(fcntl, unsigned int, fd, unsigned int, cmd, compat_ulong_t, arg) COMPAT_SYSCALL_DEFINE3() argument [all...] |
H A D | open.c | 203 SYSCALL_DEFINE2(ftruncate, unsigned int, fd, unsigned long, length) in SYSCALL_DEFINE2() argument 209 COMPAT_SYSCALL_DEFINE2(ftruncate, unsigned int, f argument 222 SYSCALL_DEFINE2(ftruncate64, unsigned int, fd, loff_t, length) SYSCALL_DEFINE2() argument 237 COMPAT_SYSCALL_DEFINE3(ftruncate64, unsigned int, fd, compat_arg_u64_dual(length)) COMPAT_SYSCALL_DEFINE3() argument 571 SYSCALL_DEFINE1(fchdir, unsigned int, fd) SYSCALL_DEFINE1() argument 662 SYSCALL_DEFINE2(fchmod, unsigned int, fd, umode_t, mode) SYSCALL_DEFINE2() argument 701 SYSCALL_DEFINE4(fchmodat2, int, dfd, const char __user *, filename, umode_t, mode, unsigned int, flags) SYSCALL_DEFINE4() argument 868 SYSCALL_DEFINE3(fchown, unsigned int, fd, uid_t, user, gid_t, group) SYSCALL_DEFINE3() argument 1554 SYSCALL_DEFINE1(close, unsigned int, fd) SYSCALL_DEFINE1() argument 1592 SYSCALL_DEFINE3(close_range, unsigned int, fd, unsigned int, max_fd, unsigned int, flags) SYSCALL_DEFINE3() argument [all...] |
/kernel/linux/linux-6.6/fs/quota/ |
H A D | quota.c | 917 SYSCALL_DEFINE4(quotactl, unsigned int, cmd, const char __user *, special, qid_t, id, void __user *, addr) SYSCALL_DEFINE4() argument 973 SYSCALL_DEFINE4(quotactl_fd, unsigned int, fd, unsigned int, cmd, qid_t, id, void __user *, addr) SYSCALL_DEFINE4() argument [all...] |
/kernel/linux/linux-6.6/drivers/md/persistent-data/ |
H A D | dm-array.c | 111 on_entries(struct dm_array_info *info, struct array_block *ab, void (*fn)(void *, const void *, unsigned int)) on_entries() argument [all...] |
/kernel/linux/linux-6.6/mm/ |
H A D | oom_kill.c | 1195 SYSCALL_DEFINE2(process_mrelease, int, pidfd, unsigned int, flags) SYSCALL_DEFINE2() argument [all...] |
H A D | madvise.c | 1466 SYSCALL_DEFINE5(process_madvise, int, pidfd, const struct iovec __user *, vec, size_t, vlen, int, behavior, unsigned int, flags) SYSCALL_DEFINE5() argument [all...] |
/third_party/icu/icu4c/source/i18n/ |
H A D | decNumberLocal.h | 90 #define int ? /* enable to ensure that plain C 'int' */ macro
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | decNumberLocal.h | 90 #define int ? /* enable to ensure that plain C 'int' */ macro
|