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.c168 static void passasync(void *callback_arg, uint32_t code,
226 status = xpt_register_async(AC_FOUND_DEVICE, passasync, NULL, NULL); in passinit()
349 xpt_register_async(0, passasync, periph, periph->path); in passoninvalidate()
489 passasync(void *callback_arg, uint32_t code, in passasync() function
514 passasync, AC_FOUND_DEVICE, cgd); in passasync()
710 passasync, periph, periph->path); in passregister()