/openbmc/u-boot/include/ |
H A D | spi-mem.h | 42 #define SPI_MEM_OP_DATA_IN(__nbytes, __buf, __buswidth) \ argument 46 .buf.in = __buf, \ 50 #define SPI_MEM_OP_DATA_OUT(__nbytes, __buf, __buswidth) \ argument 54 .buf.out = __buf, \
|
/openbmc/linux/drivers/spmi/ |
H A D | hisi-spmi-controller.c | 112 u8 opc, u8 slave_id, u16 slave_addr, u8 *__buf, size_t bc) in spmi_read_cmd() argument 117 u8 *buf = __buf; in spmi_read_cmd() 182 __func__, slave_id, slave_addr, (int)bc, __buf); in spmi_read_cmd() 188 u8 opc, u8 slave_id, u16 slave_addr, const u8 *__buf, size_t bc) in spmi_write_cmd() argument 192 const u8 *buf = __buf; in spmi_write_cmd() 258 __func__, slave_id, slave_addr, (int)bc, __buf); in spmi_write_cmd()
|
/openbmc/linux/include/linux/ |
H A D | kfifo.h | 522 typeof(__tmp->ptr_const) __buf = (buf); \ 527 __kfifo_in_r(__kfifo, __buf, __n, __recsize) : \ 528 __kfifo_in(__kfifo, __buf, __n); \ 591 typeof(__tmp->ptr) __buf = (buf); \ 596 __kfifo_out_r(__kfifo, __buf, __n, __recsize) : \ 597 __kfifo_out(__kfifo, __buf, __n); \ 821 typeof(__tmp->ptr) __buf = (buf); \ 826 __kfifo_out_peek_r(__kfifo, __buf, __n, __recsize) : \ 827 __kfifo_out_peek(__kfifo, __buf, __n); \
|
/openbmc/linux/include/linux/spi/ |
H A D | spi-mem.h | 40 #define SPI_MEM_OP_DATA_IN(__nbytes, __buf, __buswidth) \ argument 44 .buf.in = __buf, \ 48 #define SPI_MEM_OP_DATA_OUT(__nbytes, __buf, __buswidth) \ argument 52 .buf.out = __buf, \
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | sockmap_helpers.h | 26 char __buf[MAX_STRERR_LEN]; \ 27 libbpf_strerror((err), __buf, sizeof(__buf)); \ 28 FAIL("%s: %s", (msg), __buf); \
|
/openbmc/linux/arch/x86/kernel/cpu/mce/ |
H A D | inject.c | 366 char buf[MAX_FLAG_OPT_SIZE], *__buf; in flags_write() local 378 __buf = strstrip(buf); in flags_write() 380 err = __set_inj(__buf); in flags_write() 382 pr_err("%s: Invalid flags value: %s\n", __func__, __buf); in flags_write()
|
/openbmc/linux/include/uapi/linux/ |
H A D | sem.h | 51 struct seminfo __user *__buf; /* buffer for IPC_INFO */ member
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/iozone3/iozone3/ |
H A D | 0001-let-system-headers-provide-pread64.patch | 10 … is here pread64 (int __fd, void *const __clang_pass_object_size0 __buf, ^
|
/openbmc/linux/fs/ |
H A D | d_path.c | 16 #define DECLARE_BUFFER(__name, __buf, __len) \ argument 17 struct prepend_buffer __name = {.buf = __buf + __len, .len = __len}
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/rdma-core/rdma-core/ |
H A D | 0001-librdmacm-Use-overloadable-function-attribute-with-c.patch | 14 | 163 | extern ssize_t recvfrom (int __fd, void *__restrict __buf, size_t __n,
|
/openbmc/linux/include/linux/surface_aggregator/ |
H A D | controller.h | 241 struct ssam_span __buf = { &__data[0], ARRAY_SIZE(__data) }; \ 243 ssam_request_do_sync_with_buffer(ctrl, rqst, rsp, &__buf); \
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/flite/flite/ |
H A D | 0001-Remove-defining-const-as-nothing.patch | 14 | 73 | __fortify_clang_overload_arg (char *, ,__buf),
|
/openbmc/u-boot/drivers/spi/ |
H A D | aspeed_spi.c | 211 #define ASPEED_SPI_OP_DATA_IN(__nbytes, __buf) \ argument 215 .buf.in = __buf, \ 218 #define ASPEED_SPI_OP_DATA_OUT(__nbytes, __buf) \ argument 222 .buf.out = __buf, \
|
/openbmc/linux/drivers/s390/net/ |
H A D | netiucv.c | 97 char* __buf = get_cpu_var(iucv_dbf_txt_buf); \ 98 sprintf(__buf, text); \ 99 debug_text_event(iucv_dbf_##name, level, __buf); \
|
/openbmc/linux/tools/perf/ |
H A D | builtin-c2c.c | 2903 #define for_each_token(__tok, __buf, __sep, __tmp) \ argument 2904 for (__tok = strtok_r(__buf, __sep, &__tmp); __tok; \
|
/openbmc/linux/Documentation/arch/ia64/ |
H A D | err_inject.rst | 363 struct seminfo *__buf;
|
/openbmc/linux/drivers/media/platform/allegro-dvt/ |
H A D | allegro-core.c | 355 #define to_allegro_m2m_buffer(__buf) \ argument 356 container_of(__buf, struct allegro_m2m_buffer, buf)
|
/openbmc/qemu/linux-user/ |
H A D | syscall.c | 3896 struct seminfo *__buf; member 3903 abi_ulong __buf; member 4026 arg.__buf = &seminfo; in do_semctl() 4028 err = host_to_target_seminfo(target_su.__buf, &seminfo); in do_semctl()
|