Searched refs:cdasync (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/sys/cam/scsi/ |
| H A D | scsi_cd.c | 252 static void cdasync(void *callback_arg, uint32_t code, 346 status = xpt_register_async(AC_FOUND_DEVICE, cdasync, NULL, NULL); in cdinit() 378 xpt_register_async(0, cdasync, periph, periph->path); in cdoninvalidate() 412 cdasync(void *callback_arg, uint32_t code, in cdasync() function 445 path, cdasync, in cdasync() 719 AC_SCSI_AEN | AC_UNIT_ATTENTION, cdasync, periph, periph->path); in cdregister()
|