Searched refs:blocking_work_req (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/ntp/include/ |
H A D | ntp_worker.h | 23 } blocking_work_req; typedef 25 typedef void (*blocking_work_callback)(blocking_work_req, void *, size_t, void *); 39 blocking_work_req rtype; 143 extern int queue_blocking_request(blocking_work_req, void *,
|
/freebsd/contrib/ntp/libntp/ |
H A D | ntp_intres.c | 215 static void getaddrinfo_sometime_complete(blocking_work_req, 218 static void getnameinfo_sometime_complete(blocking_work_req, 469 blocking_work_req rtype, in getaddrinfo_sometime() 802 blocking_work_req rtype, in blocking_getnameinfo()
|
H A D | ntp_worker.c | 162 blocking_work_req rtype, in queue_blocking_request()
|