Searched defs:cb_arg (Results 1 - 10 of 10) sorted by relevance
| /src/sys/dev/ |
| H A D | keylock.c | 93 keylock_register(void *cb_arg, int npos, int (*cb)(void *)) argument 108 keylock_unregister(void *cb_arg, int (*cb)(void *)) argument
|
| /src/sys/arch/evbarm/gumstix/ |
| H A D | gxlcd.c | 204 gxlcd_show_screen(void * v,void * cookie,int waitok,void (* cb_func)(void *,int,int),void * cb_arg) argument
|
| /src/sys/arch/zaurus/dev/ |
| H A D | w100lcd.c | 328 w100lcd_show_screen(void * v,void * cookie,int waitok,void (* cb_func)(void *,int,int),void * cb_arg) argument
|
| H A D | zlcd.c | 337 lcd_show_screen(void * v,void * cookie,int waitok,void (* cb_func)(void *,int,int),void * cb_arg) argument
|
| /src/sys/arch/hpcarm/dev/ |
| H A D | nbppcon.c | 57 void *cb_arg; member in struct:nbppcon_softc::callback
|
| H A D | wzero3_lcd.c | 430 wzero3lcd_show_screen(void *v, void *cookie, int waitok, void (*cb_func)(void *, int, int), void *cb_arg) argument
|
| /src/sys/dev/ic/ |
| H A D | ssdfb.c | 630 ssdfb_show_screen(void * v,void * cookie,int waitok,void (* cb)(void *,int,int),void * cb_arg) argument
|
| /src/sys/dev/wscons/ |
| H A D | wsdisplay_vcons.c | 953 vcons_show_screen(void * v,void * cookie,int waitok,void (* cb)(void *,int,int),void * cb_arg) argument
|
| /src/sys/dev/pci/qat/ |
| H A D | qat.c | 1006 qat_etr_setup_ring(struct qat_softc * sc,int bank,uint32_t ring,uint32_t num_msgs,uint32_t msg_size,qat_cb_t cb,void * cb_arg,const char * name,struct qat_ring ** rqr) argument
|
| /src/sbin/nvmectl/ |
| H A D | bignum.c | 5657 BN_is_prime(const BIGNUM *a, int checks, void (*callback)(int, int, void *), BN_CTX *ctx, void *cb_arg) argument
|
Completed in 20 milliseconds