Searched refs:daasync (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/sys/cam/scsi/ |
| H A D | scsi_da.c | 1436 static void daasync(void *callback_arg, u_int32_t code, 1961 status = xpt_register_async(AC_FOUND_DEVICE, daasync, NULL, NULL); in dainit() 1999 xpt_register_async(0, daasync, periph, periph->path); in daoninvalidate() 2053 daasync(void *callback_arg, u_int32_t code, in daasync() function 2088 path, daasync, in daasync() 2880 AC_INQ_CHANGED, daasync, periph, periph->path); in daregister()
|