Searched refs:dt_msg (Results 1 – 6 of 6) sorted by relevance
/netbsd/sys/arch/pmax/tc/ |
H A D | dtvar.h | 38 struct dt_msg { struct 47 SLIST_ENTRY(dt_msg) slist; argument 48 SIMPLEQ_ENTRY(dt_msg) simpleq; 60 void (*dtdv_handler)(void *, struct dt_msg *); argument 75 struct dt_msg sc_msg; 77 SLIST_HEAD(, dt_msg) sc_free; 78 SIMPLEQ_HEAD(, dt_msg) sc_queue; 91 int dt_msg_get(struct dt_msg *, int); 92 void dt_msg_dump(struct dt_msg *); 94 void *, void (*)(void *, struct dt_msg *));
|
H A D | dtkbd.c | 68 int dtkbd_process_msg(struct dt_msg *, u_int *, int *); 69 void dtkbd_handler(void *, struct dt_msg *); 159 struct dt_msg msg; in dtkbd_cngetc() 209 dtkbd_handler(void *cookie, struct dt_msg *msg) in dtkbd_handler() 226 dtkbd_process_msg(struct dt_msg *msg, u_int *types, int *vals) in dtkbd_process_msg()
|
H A D | dt.c | 209 struct dt_msg *msg; in dt_attach() 259 void *arg, void (*hdlr)(void *, struct dt_msg *)) in dt_establish_handler() argument 271 struct dt_msg *msg, *pend; in dt_intr() 318 struct dt_msg *msg; in dt_dispatch() 379 dt_msg_get(struct dt_msg *msg, int intr) in dt_msg_get() 462 dt_msg_dump(struct dt_msg *msg) in dt_msg_dump()
|
H A D | dtms.c | 62 void dtms_handler(void *, struct dt_msg *); 140 dtms_handler(void *cookie, struct dt_msg *msg) in dtms_handler()
|
/netbsd/external/bsd/unbound/dist/dnstap/ |
H A D | dnstap.c | 60 struct dt_msg { struct 97 struct dt_msg *dm, in dt_msg_init() 304 dt_msg_fill_net(struct dt_msg *dm, in dt_msg_fill_net() 393 struct dt_msg dm; in dt_msg_send_client_query() 429 struct dt_msg dm; in dt_msg_send_client_response() 465 struct dt_msg dm; in dt_msg_send_outside_query() 519 struct dt_msg dm; in dt_msg_send_outside_response()
|
/netbsd/external/bsd/nsd/dist/dnstap/ |
H A D | dnstap.c | 59 struct dt_msg { struct 102 struct dt_msg *dm, in dt_msg_init() 293 dt_msg_fill_net(struct dt_msg *dm, 397 struct dt_msg dm; 443 struct dt_msg dm;
|