Searched refs:__buf (Results 1 – 6 of 6) sorted by relevance
| /linux/tools/testing/selftests/vfio/ |
| H A D | vfio_pci_device_test.c | 44 char __buf[32]; \ 49 ASSERT_GT(read(__fd, __buf, ARRAY_SIZE(__buf)), 0); \ 51 (u16)strtoul(__buf, NULL, 0); \
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | socket_helpers.h | 47 char __buf[MAX_STRERR_LEN]; \ 48 libbpf_strerror((err), __buf, sizeof(__buf)); \ 49 FAIL("%s: %s", (msg), __buf); \
|
| /linux/include/uapi/linux/ |
| H A D | sem.h | 51 struct seminfo __user *__buf; /* buffer for IPC_INFO */ member
|
| /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}
|
| /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); \
|
| /linux/tools/perf/ |
| H A D | builtin-c2c.c | 2972 #define for_each_token(__tok, __buf, __sep, __tmp) \ argument 2973 for (__tok = strtok_r(__buf, __sep, &__tmp); __tok; \
|