Searched refs:user_pointer (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/ntp/sntp/libevent/ |
| H A D | evdns.c | 177 void *user_pointer; /* the pointer given to us for this request */ member 785 reply_run_callback(struct event_callback *d, void *user_pointer) in reply_run_callback() argument 796 user_pointer); in reply_run_callback() 798 cb->user_callback(cb->err, 0, 0, cb->ttl, NULL, user_pointer); in reply_run_callback() 804 &name, user_pointer); in reply_run_callback() 806 cb->user_callback(cb->err, 0, 0, cb->ttl, NULL, user_pointer); in reply_run_callback() 814 user_pointer); in reply_run_callback() 816 cb->user_callback(cb->err, 0, 0, cb->ttl, NULL, user_pointer); in reply_run_callback() 860 req->user_pointer); in reply_schedule_callback() 2809 req->user_pointer = user_ptr; in request_new() [all …]
|
| /freebsd-13.1/contrib/libevent/ |
| H A D | evdns.c | 177 void *user_pointer; /* the pointer given to us for this request */ member 785 reply_run_callback(struct event_callback *d, void *user_pointer) in reply_run_callback() argument 796 user_pointer); in reply_run_callback() 798 cb->user_callback(cb->err, 0, 0, cb->ttl, NULL, user_pointer); in reply_run_callback() 804 &name, user_pointer); in reply_run_callback() 806 cb->user_callback(cb->err, 0, 0, cb->ttl, NULL, user_pointer); in reply_run_callback() 814 user_pointer); in reply_run_callback() 816 cb->user_callback(cb->err, 0, 0, cb->ttl, NULL, user_pointer); in reply_run_callback() 860 req->user_pointer); in reply_schedule_callback() 2807 req->user_pointer = user_ptr; in request_new() [all …]
|
| /freebsd-13.1/usr.bin/truss/ |
| H A D | syscalls.c | 1728 user_ptr32_to_psaddr(int32_t user_pointer) in user_ptr32_to_psaddr() argument 1731 return ((psaddr_t)(intptr_t)user_pointer); in user_ptr32_to_psaddr() 1733 return ((psaddr_t)(uintptr_t)user_pointer); in user_ptr32_to_psaddr()
|