Searched refs:ptasync (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_pt.c92 static void ptasync(void *callback_arg, u_int32_t code,
238 status = xpt_register_async(AC_FOUND_DEVICE, ptasync, NULL, NULL);
314 ptasync, periph, periph->path);
332 xpt_register_async(0, ptasync, periph, periph->path);
359 ptasync(void *callback_arg, u_int32_t code, struct cam_path *path, void *arg) function
388 path, ptasync,
393 printf("ptasync: Unable to attach to new device "

Completed in 103 milliseconds