Searched refs:cdasync (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/cam/scsi/ |
H A D | scsi_cd.c | 249 static void cdasync(void *callback_arg, uint32_t code, 343 status = xpt_register_async(AC_FOUND_DEVICE, cdasync, NULL, NULL); in cdinit() 375 xpt_register_async(0, cdasync, periph, periph->path); in cdoninvalidate() 407 cdasync(void *callback_arg, uint32_t code, in cdasync() function 440 path, cdasync, in cdasync() 715 AC_SCSI_AEN | AC_UNIT_ATTENTION, cdasync, periph, periph->path); in cdregister()
|