Home
last modified time | relevance | path

Searched refs:cb_func (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/sys/arch/hpcarm/dev/
H A Dnbppcon.c56 int (*cb_func)(void *, int, char *); member
148 if (sc->sc_cbs[i].cb_func == NULL) { in nbppcon_regist_callback()
150 sc->sc_cbs[i].cb_func = func; in nbppcon_regist_callback()
167 if (cb->cb_func != NULL && in nbppcon_intr()
169 return cb->cb_func(cb->cb_arg, buflen, buf); in nbppcon_intr()
H A Dwzero3_lcd.c430 wzero3lcd_show_screen(void *v, void *cookie, int waitok, void (*cb_func)(void *, int, int), void *c… in wzero3lcd_show_screen()
434 error = pxa2x0_lcd_show_screen(v, cookie, waitok, cb_func, cb_arg); in wzero3lcd_show_screen()
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/
H A Dquota.c140 cb->cb_func(quota, cb->data); in quota_release()
186 isc_quota_cb_init(isc_quota_cb_t *cb, isc_quota_cb_func_t cb_func, void *data) { in isc_quota_cb_init() argument
188 cb->cb_func = cb_func; in isc_quota_cb_init()
/netbsd-src/external/mpl/bind/dist/lib/isc/
H A Dquota.c190 isc_quota_cb_init(isc_quota_cb_t * cb,isc_quota_cb_func_t cb_func,void * data) isc_quota_cb_init() argument
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
H A Dquota.h53 isc_quota_cb_func_t cb_func; member
145 isc_quota_cb_init(isc_quota_cb_t *cb, isc_quota_cb_func_t cb_func, void *data);
/netbsd-src/external/mpl/bind/dist/lib/isc/include/isc/
H A Dquota.h52 isc_quota_cb_func_t cb_func; global() member
/netbsd-src/sys/arch/evbarm/gumstix/
H A Dgxlcd.c205 void (*cb_func)(void *, int, int), void *cb_arg) in gxlcd_show_screen()
209 error = pxa2x0_lcd_show_screen(v, cookie, waitok, cb_func, cb_arg); in gxlcd_show_screen()
/netbsd-src/sys/arch/zaurus/dev/
H A Dzlcd.c338 void (*cb_func)(void *, int, int), void *cb_arg) in lcd_show_screen()
342 error = pxa2x0_lcd_show_screen(v, cookie, waitok, cb_func, cb_arg); in lcd_show_screen()
H A Dw100lcd.c329 void (*cb_func)(void *, int, int), void *cb_arg) in w100lcd_show_screen()
333 error = w100_show_screen(v, cookie, waitok, cb_func, cb_arg); in w100lcd_show_screen()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Dtest_rsa.c145 cb_func(int a, int b, BN_GENCB *c) in cb_func() function
374 BN_GENCB_set(&cb, cb_func, NULL); in main()
/netbsd-src/external/bsd/libevent/dist/
H A Devbuffer-internal.h71 evbuffer_cb_func cb_func; member
H A Dbuffer.c513 cbent->cb.cb_func(buffer, &info, cbent->cbarg); in evbuffer_run_callbacks()
3344 e->cb.cb_func = cb; in evbuffer_add_cb()
3370 if (cb == cbent->cb.cb_func && cbarg == cbent->cbarg) { in evbuffer_remove_cb()
/netbsd-src/external/mit/isl/dist/interface/
H A Disl.py2501 def cb_func(cb_arg0, cb_arg1, cb_arg2): function
2510 cb1 = fn(cb_func)
5274 def cb_func(cb_arg0, cb_arg1): function
5282 cb1 = fn(cb_func)
5297 def cb_func(cb_arg0, cb_arg1, cb_arg2): function
5306 cb1 = fn(cb_func)
5309 def cb_func(cb_arg0, cb_arg1): function
5317 cb2 = fn(cb_func)
5421 def cb_func(cb_arg0, cb_arg1, cb_arg2): function
5430 cb1 = fn(cb_func)
[all …]