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