Home
last modified time | relevance | path

Searched defs:size_t (Results 26 – 50 of 89) sorted by relevance

1234

/openbmc/linux/fs/
H A Dread_write.c621 SYSCALL_DEFINE3(read, unsigned int, fd, char __user *, buf, size_t, count) in SYSCALL_DEFINE3() argument
647 size_t, count) in SYSCALL_DEFINE3() argument
673 size_t, count, loff_t, pos) in SYSCALL_DEFINE4() argument
680 size_t, count, compat_arg_u64_dual(pos)) in COMPAT_SYSCALL_DEFINE5() argument
707 size_t, count, loff_t, pos) in SYSCALL_DEFINE4() argument
714 size_t, count, compat_arg_u64_dual(pos)) in COMPAT_SYSCALL_DEFINE5() argument
1289 SYSCALL_DEFINE4(sendfile, int, out_fd, int, in_fd, off_t __user *, offset, size_t, count) in SYSCALL_DEFINE4() argument
1308 SYSCALL_DEFINE4(sendfile64, int, out_fd, int, in_fd, loff_t __user *, offset, size_t, count) in SYSCALL_DEFINE4() argument
1560 size_t, len, unsigned int, flags) in SYSCALL_DEFINE6() argument
H A Dstatfs.c201 SYSCALL_DEFINE3(statfs64, const char __user *, pathname, size_t, sz, struct statfs64 __user *, buf) in SYSCALL_DEFINE3() argument
222 SYSCALL_DEFINE3(fstatfs64, unsigned int, fd, size_t, sz, struct statfs64 __user *, buf) in SYSCALL_DEFINE3() argument
/openbmc/pldm/test/
H A Dpldmd_registration_test.cpp27 size_t /*payloadLength*/) in handle() argument
/openbmc/linux/drivers/parisc/
H A Diommu-helpers.h103 int (*iommu_alloc_range)(struct ioc *, struct device *, size_t)) in iommu_coalesce_chunks() argument
/openbmc/qemu/pc-bios/s390-ccw/
H A Dlibc.h15 typedef unsigned long size_t; typedef
/openbmc/phosphor-logging/lib/include/phosphor-logging/
H A Dlog.hpp72 void helper_log(T&& e, std::integer_sequence<size_t, I...>) in helper_log()
/openbmc/linux/mm/
H A Dreadahead.c752 SYSCALL_DEFINE3(readahead, int, fd, loff_t, offset, size_t, count) in SYSCALL_DEFINE3() argument
758 COMPAT_SYSCALL_DEFINE4(readahead, int, fd, compat_arg_u64_dual(offset), size_t, count) in COMPAT_SYSCALL_DEFINE4() argument
H A Dfadvise.c212 SYSCALL_DEFINE4(fadvise64, int, fd, loff_t, offset, size_t, len, int, advice) in SYSCALL_DEFINE4() argument
H A Dmincore.c232 SYSCALL_DEFINE3(mincore, unsigned long, start, size_t, len, in SYSCALL_DEFINE3() argument
H A Dmprotect.c837 SYSCALL_DEFINE3(mprotect, unsigned long, start, size_t, len, in SYSCALL_DEFINE3() argument
845 SYSCALL_DEFINE4(pkey_mprotect, unsigned long, start, size_t, len, in SYSCALL_DEFINE4() argument
/openbmc/linux/scripts/kconfig/
H A Dmconf.c352 int (*extra_key_cb)(int, size_t, size_t, void *), in show_textbox_ext() argument
/openbmc/bmcweb/http/
H A Dserver_sent_event.hpp109 size_t /*bytesSent*/) in sendSSEHeaderCallback() argument
H A Dwebsocket.hpp159 const boost::beast::error_code& ec, size_t) { in sendEx() argument
/openbmc/pldm/pldmtool/oem/ibm/
H A Dpldm_oem_ibm.cpp111 void parseResponseMsg(pldm_msg*, size_t) override {} in parseResponseMsg() argument
/openbmc/linux/arch/x86/kernel/
H A Dsys_ia32.c98 unsigned int, off_hi, size_t, count) in SYSCALL_DEFINE4() argument
113 unsigned int, offset_hi, size_t, len, int, advice) in SYSCALL_DEFINE5() argument
/openbmc/sdbusplus/include/sdbusplus/asio/
H A Dconnection.hpp322 [&](const boost::system::error_code& ec, std::size_t) { in read_wait()
/openbmc/dbus-sensors/src/
H A DNVMeBasicContext.cpp290 [command](boost::system::error_code ec, std::size_t) { in readAndProcessNVMeSensor()
/openbmc/linux/security/landlock/
H A Dsyscalls.c171 const size_t, size, const __u32, flags) in SYSCALL_DEFINE3()
/openbmc/linux/tools/include/nolibc/
H A Dstdint.h18 typedef __SIZE_TYPE__ size_t; typedef
/openbmc/u-boot/include/linux/
H A Dtypes.h53 typedef __kernel_size_t size_t; typedef
/openbmc/entity-manager/src/
H A Dfru_utils.cpp1063 std::optional<int> findIndexForFRU( in findIndexForFRU()
1065 std::pair<size_t, size_t>, in findIndexForFRU() argument
/openbmc/linux/arch/sparc/kernel/
H A Dsys_sparc_32.c173 size_t, sigsetsize) in SYSCALL_DEFINE5() argument
/openbmc/linux/ipc/
H A Dmsg.c971 SYSCALL_DEFINE4(msgsnd, int, msqid, struct msgbuf __user *, msgp, size_t, msgsz, in SYSCALL_DEFINE4() argument
1098 static long do_msgrcv(int msqid, void __user *buf, size_t bufsz, long msgtyp, int msgflg, in do_msgrcv() argument
1270 SYSCALL_DEFINE5(msgrcv, int, msqid, struct msgbuf __user *, msgp, size_t, msgsz, in SYSCALL_DEFINE5() argument
/openbmc/linux/kernel/bpf/
H A Dcgroup.c2047 size_t, buf_len, u64, flags) in BPF_CALL_4() argument
2104 char *, buf, size_t, buf_len) in BPF_CALL_3() argument
2119 size_t, buf_len) in BPF_CALL_3() argument
2139 const char *, buf, size_t, buf_len) in BPF_CALL_3() argument
/openbmc/linux/arch/powerpc/kernel/
H A Dsys_ppc32.c109 size_t, len, int, advice) in PPC32_SYSCALL_DEFINE6() argument

1234