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