Searched refs:user_pointer (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/libevent/ |
H A D | evdns.c | 178 void *user_pointer; /* the pointer given to us for this request */ member 789 reply_run_callback(struct event_callback *d, void *user_pointer) in reply_run_callback() argument 800 user_pointer); in reply_run_callback() 802 cb->user_callback(cb->err, 0, 0, cb->ttl, NULL, user_pointer); in reply_run_callback() 808 &name, user_pointer); in reply_run_callback() 810 cb->user_callback(cb->err, 0, 0, cb->ttl, NULL, user_pointer); in reply_run_callback() 818 user_pointer); in reply_run_callback() 820 cb->user_callback(cb->err, 0, 0, cb->ttl, NULL, user_pointer); in reply_run_callback() 864 req->user_pointer); in reply_schedule_callback() 2841 req->user_pointer = user_ptr; in request_new() [all …]
|
/freebsd-src/contrib/ntp/sntp/libevent/ |
H A D | evdns.c | 178 void *user_pointer; /* the pointer given to us for this request */ member 789 reply_run_callback(struct event_callback *d, void *user_pointer) in reply_run_callback() argument 800 user_pointer); in reply_run_callback() 802 cb->user_callback(cb->err, 0, 0, cb->ttl, NULL, user_pointer); in reply_run_callback() 808 &name, user_pointer); in reply_run_callback() 810 cb->user_callback(cb->err, 0, 0, cb->ttl, NULL, user_pointer); in reply_run_callback() 818 user_pointer); in reply_run_callback() 820 cb->user_callback(cb->err, 0, 0, cb->ttl, NULL, user_pointer); in reply_run_callback() 864 req->user_pointer); in reply_schedule_callback() 2841 req->user_pointer = user_ptr; in request_new() [all …]
|
/freebsd-src/usr.bin/truss/ |
H A D | syscalls.c | 1564 user_ptr32_to_psaddr(int32_t user_pointer) in user_ptr32_to_psaddr() argument 1566 return ((psaddr_t)(uintptr_t)user_pointer); in user_ptr32_to_psaddr()
|