Searched refs:chasync (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/sys/cam/scsi/ |
| H A D | scsi_ch.c | 184 static void chasync(void *callback_arg, uint32_t code, 234 status = xpt_register_async(AC_FOUND_DEVICE, chasync, NULL, NULL); in chinit() 293 xpt_register_async(0, chasync, periph, periph->path); in choninvalidate() 317 chasync(void *callback_arg, uint32_t code, struct cam_path *path, void *arg) in chasync() function 348 chasync, AC_FOUND_DEVICE, cgd); in chasync() 445 xpt_register_async(AC_LOST_DEVICE, chasync, periph, periph->path); in chregister()
|