Searched refs:cdasync (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/sys/cam/scsi/ |
| H A D | scsi_cd.c | 236 static void cdasync(void *callback_arg, u_int32_t code, 329 status = xpt_register_async(AC_FOUND_DEVICE, cdasync, NULL, NULL); in cdinit() 360 xpt_register_async(0, cdasync, periph, periph->path); in cdoninvalidate() 394 cdasync(void *callback_arg, u_int32_t code, in cdasync() function 427 path, cdasync, in cdasync() 707 AC_SCSI_AEN | AC_UNIT_ATTENTION, cdasync, periph, periph->path); in cdregister()
|