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.c74 static void enc_async(void *, uint32_t, struct cam_path *, void *);
116 status = xpt_register_async(AC_FOUND_DEVICE, enc_async, NULL, NULL); in enc_init()
178 xpt_register_async(0, enc_async, periph, periph->path); in enc_oninvalidate()
210 enc_async(void *callback_arg, uint32_t code, struct cam_path *path, void *arg) in enc_async() function
260 path, enc_async, AC_FOUND_DEVICE, cgd); in enc_async()
990 xpt_register_async(AC_LOST_DEVICE, enc_async, periph, periph->path); in enc_ctor()