Searched refs:async_id (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/unbound/libunbound/ |
H A D | libunbound.c | 794 int* async_id) in ub_resolve_event() argument 799 if(async_id) in ub_resolve_event() 800 *async_id = 0; in ub_resolve_event() 827 if((r=libworker_attach_mesh(ctx, q, async_id)) != 0) in ub_resolve_event() 835 int rrclass, void* mydata, ub_callback_type callback, int* async_id) in ub_resolve_async() argument 841 if(async_id) in ub_resolve_async() 842 *async_id = 0; in ub_resolve_async() 881 if(async_id) in ub_resolve_async() 882 *async_id = q->querynum; in ub_resolve_async() 897 ub_cancel(struct ub_ctx* ctx, int async_id) in ub_cancel() argument [all …]
|
H A D | unbound.h | 569 int rrclass, void* mydata, ub_callback_type callback, int* async_id); 584 int ub_cancel(struct ub_ctx* ctx, int async_id);
|
H A D | libworker.h | 131 int* async_id);
|
H A D | unbound-event.h | 259 int* async_id);
|
H A D | libworker.c | 687 int* async_id) in libworker_attach_mesh() argument 721 if(async_id) in libworker_attach_mesh() 722 *async_id = q->querynum; in libworker_attach_mesh()
|
/freebsd/sys/dev/bnxt/bnxt_en/ |
H A D | if_bnxt.c | 4484 uint16_t async_id = le16toh(ae->event_id); in bnxt_handle_async_event() local 4492 switch (async_id) { in bnxt_handle_async_event() 4595 "Unhandled async completion type %u\n", async_id); in bnxt_handle_async_event() 4599 "Unknown async completion type %u\n", async_id); in bnxt_handle_async_event()
|
/freebsd/contrib/unbound/doc/ |
H A D | Changelog | 9714 the async_id did not exist, or that it was already delivered. 10810 - fix pass async_id=NULL to _async resolve().
|