| /netbsd-src/sys/arch/hpcarm/dev/ |
| H A D | nbppcon.c | 56 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 D | wzero3_lcd.c | 430 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 D | quota.c | 140 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 D | quota.c | 190 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 D | quota.h | 53 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 D | quota.h | 52 isc_quota_cb_func_t cb_func; global() member
|
| /netbsd-src/sys/arch/evbarm/gumstix/ |
| H A D | gxlcd.c | 205 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 D | zlcd.c | 338 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 D | w100lcd.c | 329 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 D | test_rsa.c | 145 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 D | evbuffer-internal.h | 71 evbuffer_cb_func cb_func; member
|
| H A D | buffer.c | 513 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 D | isl.py | 2501 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 …]
|