Searched refs:chasync (Results 1 – 1 of 1) sorted by relevance
/dflybsd-src/sys/bus/cam/scsi/ |
H A D | scsi_ch.c | 188 static void chasync(void *callback_arg, u_int32_t code, 245 status = xpt_register_async(AC_FOUND_DEVICE, chasync, NULL, NULL); in chinit() 263 xpt_register_async(0, chasync, periph, periph->path); in choninvalidate() 286 chasync(void *callback_arg, u_int32_t code, struct cam_path *path, void *arg) in chasync() function 313 chasync, AC_FOUND_DEVICE, cgd); in chasync() 373 xpt_register_async(AC_LOST_DEVICE, chasync, periph, periph->path); in chregister()
|