Searched refs:ptasync (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/cam/scsi/ |
H A D | scsi_pt.c | 90 static void ptasync(void *callback_arg, uint32_t code, 235 status = xpt_register_async(AC_FOUND_DEVICE, ptasync, NULL, NULL); in ptinit() 311 ptasync, periph, periph->path); in ptctor() 329 xpt_register_async(0, ptasync, periph, periph->path); in ptoninvalidate() 356 ptasync(void *callback_arg, uint32_t code, struct cam_path *path, void *arg) in ptasync() function 385 path, ptasync, in ptasync()
|