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