Home
last modified time | relevance | path

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

/freebsd/sys/cam/scsi/
H A Dscsi_enc.c75 static void enc_async(void *, uint32_t, struct cam_path *, void *);
117 status = xpt_register_async(AC_FOUND_DEVICE, enc_async, NULL, NULL); in enc_init()
179 xpt_register_async(0, enc_async, periph, periph->path); in enc_oninvalidate()
211 enc_async(void *callback_arg, uint32_t code, struct cam_path *path, void *arg) in enc_async() function
261 path, enc_async, AC_FOUND_DEVICE, cgd); in enc_async()
991 xpt_register_async(AC_LOST_DEVICE, enc_async, periph, periph->path); in enc_ctor()