Home
last modified time | relevance | path

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

/freebsd/sys/dev/hpt27xx/
H A Dhpt27xx_osm_bsd.c404 static void hpt_action(struct cam_sim *sim, union ccb *ccb);
808 static void hpt_action(struct cam_sim *sim, union ccb *ccb) in hpt_action() function
1119 vbus_ext->sim = cam_sim_alloc(hpt_action, hpt_poll, driver_name, in hpt_final_init()
/freebsd/sys/dev/hptrr/
H A Dhptrr_osm_bsd.c408 static void hpt_action(struct cam_sim *sim, union ccb *ccb);
743 static void hpt_action(struct cam_sim *sim, union ccb *ccb) in hpt_action() function
1051 vbus_ext->sim = cam_sim_alloc(hpt_action, hpt_poll, driver_name, in hpt_final_init()
/freebsd/sys/dev/hptnr/
H A Dhptnr_osm_bsd.c406 static void hpt_action(struct cam_sim *sim, union ccb *ccb);
1096 static void hpt_action(struct cam_sim *sim, union ccb *ccb) in hpt_action() function
1408 vbus_ext->sim = cam_sim_alloc(hpt_action, hpt_poll, driver_name, in hpt_final_init()
/freebsd/sys/dev/hptmv/
H A Dentry.c80 static void hpt_action(struct cam_sim *sim, union ccb *ccb);
2022 hpt_vsim = cam_sim_alloc(hpt_action, hpt_poll, __str(PROC_DIR_NAME), in hpt_attach()
2220 * Name: hpt_action
2227 hpt_action(struct cam_sim *sim, union ccb *ccb) in hpt_action() function
2234 CAM_DEBUG(ccb->ccb_h.path, CAM_DEBUG_TRACE, ("hpt_action\n")); in hpt_action()
2235 KdPrint(("hpt_action(%lx,%lx{%x})\n", (u_long)sim, (u_long)ccb, ccb->ccb_h.func_code)); in hpt_action()
2334 /* KdPrint(("leave hpt_action..............\n")); */ in hpt_action()