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

/freebsd-9.3-release/sys/cam/ata/
H A Data_pmp.c114 static void pmpasync(void *callback_arg, u_int32_t code,
172 status = xpt_register_async(AC_FOUND_DEVICE, pmpasync, NULL, NULL);
233 xpt_register_async(0, pmpasync, periph, periph->path);
268 pmpasync(void *callback_arg, u_int32_t code, function
296 cgd->ccb_h.path, pmpasync,
301 printf("pmpasync: Unable to attach to new device "
403 AC_SCSI_AEN, pmpasync, periph, periph->path);

Completed in 18 milliseconds