Searched refs:cdasync (Results 1 – 1 of 1) sorted by relevance
/dflybsd-src/sys/bus/cam/scsi/ |
H A D | scsi_cd.c | 238 static void cdasync(void *callback_arg, u_int32_t code, 375 status = xpt_register_async(AC_FOUND_DEVICE, cdasync, NULL, NULL); in cdinit() 395 xpt_register_async(0, cdasync, periph, periph->path); in cdoninvalidate() 516 cdasync(void *callback_arg, u_int32_t code, in cdasync() function 552 cgd->ccb_h.path, cdasync, in cdasync() 771 cdasync, periph, periph->path); in cdregister()
|