Searched refs:cuda_set_handler (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/sys/arch/macppc/dev/ |
H A D | cuda.c | 130 static int cuda_set_handler(void *, int, int (*)(void *, int, uint8_t *), void *); 223 cuda_set_handler(sc, CUDA_ERROR, cuda_error_handler, sc); in cuda_attach() 224 cuda_set_handler(sc, CUDA_PSEUDO, cuda_todr_handler, sc); in cuda_attach() 233 cuda_set_handler(sc, CUDA_ADB, cuda_adb_handler, sc); in cuda_attach() 252 caa.set_handler = cuda_set_handler; in cuda_attach() 357 cuda_set_handler(void *cookie, int type, in cuda_set_handler() function
|