Searched refs:cdasync (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/sys/cam/scsi/ |
| H A D | scsi_cd.c | 256 static void cdasync(void *callback_arg, u_int32_t code, 353 status = xpt_register_async(AC_FOUND_DEVICE, cdasync, NULL, NULL); in cdinit() 385 xpt_register_async(0, cdasync, periph, periph->path); in cdoninvalidate() 419 cdasync(void *callback_arg, u_int32_t code, in cdasync() function 452 path, cdasync, in cdasync() 740 AC_SCSI_AEN | AC_UNIT_ATTENTION, cdasync, periph, periph->path); in cdregister()
|