Home
last modified time | relevance | path

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

/freebsd/sys/dev/hptrr/
H A Dhptrr_osm_bsd.c410 static void hpt_async(void * callback_arg, u_int32_t code, struct cam_path * path, void * arg);
820 static void hpt_async(void * callback_arg, u_int32_t code, struct cam_path * path, void * arg) in hpt_async() function
1087 ccb.callback = hpt_async; in hpt_final_init()
/freebsd/sys/dev/hpt27xx/
H A Dhpt27xx_osm_bsd.c406 static void hpt_async(void * callback_arg, u_int32_t code, struct cam_path * path, void * arg);
889 static void hpt_async(void * callback_arg, u_int32_t code, struct cam_path * path, void * arg) in hpt_async() function
1153 ccb.callback = hpt_async; in hpt_final_init()
/freebsd/sys/dev/hptnr/
H A Dhptnr_osm_bsd.c408 static void hpt_async(void * callback_arg, u_int32_t code, struct cam_path * path, void * arg);
1176 static void hpt_async(void * callback_arg, u_int32_t code, struct cam_path * path, void * arg) in hpt_async() function
1443 ccb.callback = hpt_async; in hpt_final_init()
/freebsd/sys/dev/hptmv/
H A Dentry.c79 static void hpt_async(void *callback_arg, u_int32_t code, struct cam_path *path, void *arg);
2054 ccb->csa.callback = hpt_async; in hpt_attach()
2124 hpt_async(void * callback_arg, u_int32_t code, struct cam_path * path, in hpt_async() function