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

/freebsd-11.0-release/sys/cam/nvme/
H A Dnvme_da.c128 static void ndaasync(void *callback_arg, u_int32_t code,
446 status = xpt_register_async(AC_FOUND_DEVICE, ndaasync, NULL, NULL);
487 xpt_register_async(0, ndaasync, periph, periph->path);
533 ndaasync(void *callback_arg, u_int32_t code, function
560 path, ndaasync,
565 printf("ndaasync: Unable to attach to new device "
847 ndaasync, periph, periph->path);

Completed in 33 milliseconds