Searched refs:hpt_async (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/hptrr/ |
H A D | hptrr_osm_bsd.c | 410 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 D | hpt27xx_osm_bsd.c | 406 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 D | hptnr_osm_bsd.c | 408 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 D | entry.c | 79 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
|