Searched refs:__buf (Results 1 – 5 of 5) sorted by relevance
| /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/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/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/qemu/linux-user/ |
| H A D | syscall.c | 3926 struct seminfo *__buf; member 3933 abi_ulong __buf; member 4056 arg.__buf = &seminfo; in do_semctl() 4058 err = host_to_target_seminfo(target_su.__buf, &seminfo); in do_semctl()
|