Searched refs:len_ptr (Results 1 – 8 of 8) sorted by relevance
/external/ltp/testcases/kernel/syscalls/get_robust_list/ |
D | get_robust_list01.c | 78 size_t len_ptr; /* size of structure struct robust_list_head */ in main() local 84 len_ptr = sizeof(struct robust_list_head); in main() 115 &len_ptr)); in main() 136 &len_ptr)); in main() 152 &len_ptr)); in main() 164 &len_ptr)); in main()
|
/external/honggfuzz/libhfuzz/ |
D | libhfuzz.h | 41 void HF_ITER(const uint8_t** buf_ptr, size_t* len_ptr); 42 void HonggfuzzFetchData(const uint8_t** buf_ptr, size_t* len_ptr);
|
D | fetch.c | 37 void HonggfuzzFetchData(const uint8_t** buf_ptr, size_t* len_ptr) { in HonggfuzzFetchData() argument 53 *len_ptr = (size_t)rcvLen; in HonggfuzzFetchData()
|
D | persistent.c | 55 void HF_ITER(const uint8_t** buf_ptr, size_t* len_ptr) { in HF_ITER() argument 56 HonggfuzzFetchData(buf_ptr, len_ptr); in HF_ITER()
|
D | fetch.h | 32 extern void HonggfuzzFetchData(const uint8_t** buf_ptr, size_t* len_ptr);
|
/external/wpa_supplicant_8/src/wps/ |
D | wps_er.c | 898 char **len_ptr, char **body_ptr) in wps_er_soap_hdr() argument 927 *len_ptr = wpabuf_put(buf, 0); in wps_er_soap_hdr() 951 char *len_ptr, char *body_ptr) in wps_er_soap_end() argument 958 os_memcpy(len_ptr, len_buf, os_strlen(len_buf)); in wps_er_soap_end() 965 char *len_ptr, *body_ptr; in wps_er_sta_send_msg() local 990 &len_ptr, &body_ptr); in wps_er_sta_send_msg() 1000 wps_er_soap_end(buf, "PutWLANResponse", len_ptr, body_ptr); in wps_er_sta_send_msg() 1423 char *len_ptr, *body_ptr; in wps_er_send_set_sel_reg() local 1451 &dst, &len_ptr, &body_ptr); in wps_er_send_set_sel_reg() 1456 wps_er_soap_end(buf, "SetSelectedRegistrar", len_ptr, body_ptr); in wps_er_send_set_sel_reg() [all …]
|
/external/compiler-rt/include/sanitizer/ |
D | linux_syscall_hooks.h | 1690 #define __sanitizer_syscall_pre_get_robust_list(pid, head_ptr, len_ptr) \ argument 1692 (long)(len_ptr)) 1693 #define __sanitizer_syscall_post_get_robust_list(res, pid, head_ptr, len_ptr) \ argument 1695 res, (long)(pid), (long)(head_ptr), (long)(len_ptr)) 2974 long len_ptr); 2976 long head_ptr, long len_ptr);
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_syscalls.inc | 2662 PRE_SYSCALL(get_robust_list)(long pid, void *head_ptr, void *len_ptr) {} 2665 void *len_ptr) {}
|