Searched refs:daasync (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/cam/scsi/ |
H A D | scsi_da.c | 1495 static void daasync(void *callback_arg, uint32_t code, 2059 status = xpt_register_async(AC_FOUND_DEVICE, daasync, NULL, NULL); in dainit() 2096 xpt_register_async(0, daasync, periph, periph->path); in daoninvalidate() 2151 daasync(void *callback_arg, uint32_t code, in daasync() function 2186 path, daasync, in daasync() 3054 AC_INQ_CHANGED, daasync, periph, periph->path); in daregister()
|