Searched refs:hpt_action (Results 1 - 4 of 4) sorted by path

/freebsd-11-stable/sys/dev/hpt27xx/
H A Dhpt27xx_osm_bsd.c409 static void hpt_action(struct cam_sim *sim, union ccb *ccb);
877 static void hpt_action(struct cam_sim *sim, union ccb *ccb) function
881 KdPrint(("<8>hpt_action(fn=%d, id=%d)", ccb->ccb_h.func_code, ccb->ccb_h.target_id));
1218 vbus_ext->sim = cam_sim_alloc(hpt_action, hpt_poll, driver_name,
1222 vbus_ext->sim = cam_sim_alloc(hpt_action, hpt_poll, driver_name,
/freebsd-11-stable/sys/dev/hptmv/
H A Dentry.c81 static void hpt_action(struct cam_sim *sim, union ccb *ccb);
2031 hpt_vsim = cam_sim_alloc(hpt_action, hpt_poll, __str(PROC_DIR_NAME),
2233 * Name: hpt_action
2240 hpt_action(struct cam_sim *sim, union ccb *ccb) function
2247 CAM_DEBUG(ccb->ccb_h.path, CAM_DEBUG_TRACE, ("hpt_action\n"));
2248 KdPrint(("hpt_action(%lx,%lx{%x})\n", (u_long)sim, (u_long)ccb, ccb->ccb_h.func_code));
2347 /* KdPrint(("leave hpt_action..............\n")); */
/freebsd-11-stable/sys/dev/hptnr/
H A Dhptnr_osm_bsd.c402 static void hpt_action(struct cam_sim *sim, union ccb *ccb);
1092 static void hpt_action(struct cam_sim *sim, union ccb *ccb) function
1096 KdPrint(("hpt_action(fn=%d, id=%d)", ccb->ccb_h.func_code, ccb->ccb_h.target_id));
1408 vbus_ext->sim = cam_sim_alloc(hpt_action, hpt_poll, driver_name,
/freebsd-11-stable/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) function
747 KdPrint(("hpt_action(fn=%d, id=%d)", ccb->ccb_h.func_code, ccb->ccb_h.target_id));
1055 vbus_ext->sim = cam_sim_alloc(hpt_action, hpt_poll, driver_name,

Completed in 231 milliseconds