Home
last modified time | relevance | path

Searched refs:passasync (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/cam/scsi/
H A Dscsi_pass.c165 static void passasync(void *callback_arg, uint32_t code,
222 status = xpt_register_async(AC_FOUND_DEVICE, passasync, NULL, NULL); in passinit()
345 xpt_register_async(0, passasync, periph, periph->path); in passoninvalidate()
485 passasync(void *callback_arg, uint32_t code, in passasync() function
510 passasync, AC_FOUND_DEVICE, cgd); in passasync()
702 passasync, periph, periph->path); in passregister()