Home
last modified time | relevance | path

Searched refs:send_event (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/usr.bin/midiplay/
H A Dmidiplay.c91 static void send_event(seq_event_t *);
178 send_event(seq_event_t *ev) in send_event() function
250 send_event(&ev); in dometa()
253 send_event(&SEQ_MK_TIMING(START)); in dometa()
290 send_event(&SEQ_MK_SYSEX0(unit, 0x7e, 0x7f, 0x09, 0x01, 0xf7, 0xff));
322 send_event(&SEQ_MK_SYSEX0(unit, in send_sysex()
332 send_event(&event); in send_sysex()
351 send_event(&SEQ_MK_SYSEX0(unit, p[0], p[1], p[2], p[3], p[4], p[5])); in send_sysex()
362 send_event(&event); in send_sysex()
516 send_event(&SEQ_MK_TIMING(TEMPO, in playdata()
[all …]
/netbsd-src/external/mpl/bind/dist/lib/dns/
H A Dlookup.c
H A Dclient.c494 bool send_event = false;
545 send_event = true; in start_fetch()
576 send_event = true; in client_resfind()
671 send_event = true; in client_resfind()
680 send_event = true; in client_resfind()
799 send_event = true; in client_resfind()
819 send_event = true; in client_resfind()
824 if (send_event) { in client_resfind()
580 bool send_event = false; client_resfind() local
H A Dzone.c19516 bool send_event = false; zonemgr_cancelio() local
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Dlookup.c149 bool send_event; in lookup_find() local
169 send_event = true; in lookup_find()
203 send_event = false; in lookup_find()
257 send_event = false; in lookup_find()
286 send_event = false; in lookup_find()
290 send_event = true; in lookup_find()
317 send_event = true; in lookup_find()
321 if (send_event) { in lookup_find()
H A Dclient.c738 bool send_event = false; in client_resfind() local
791 send_event = true; in client_resfind()
828 send_event = true; in client_resfind()
923 send_event = true; in client_resfind()
932 send_event = true; in client_resfind()
1052 send_event = true; in client_resfind()
1072 send_event = true; in client_resfind()
1077 if (send_event) { in client_resfind()
H A Dzone.c19436 bool send_event = false; in zonemgr_cancelio() local
19451 send_event = true; in zonemgr_cancelio()
19455 if (send_event) { in zonemgr_cancelio()
/netbsd-src/external/mit/xorg/lib/libxcb/files/
H A Dshm.c223 uint8_t send_event, in xcb_shm_put_image_checked() argument
250 xcb_out.send_event = send_event; in xcb_shm_put_image_checked()
278 uint8_t send_event, in xcb_shm_put_image() argument
305 xcb_out.send_event = send_event; in xcb_shm_put_image()
H A Dshm.h147 uint8_t send_event; member
465 uint8_t send_event,
517 uint8_t send_event,
H A Dxv.h845 uint8_t send_event; member
2057 uint8_t send_event);
2085 uint8_t send_event);
H A Dxv.c2272 uint8_t send_event) in xcb_xv_shm_put_image_checked() argument
2301 xcb_out.send_event = send_event; in xcb_xv_shm_put_image_checked()
2331 uint8_t send_event) in xcb_xv_shm_put_image() argument
2360 xcb_out.send_event = send_event; in xcb_xv_shm_put_image()