Searched defs:isp (Results 1 - 21 of 21) sorted by relevance

/freebsd-12-stable/contrib/byacc/
H A Dgraph.c54 Value_t *isp; local
H A Dclosure.c189 Value_t *isp; local
H A Dlr0.c253 Value_t *isp; local
436 Value_t *isp; local
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextFreeBSD_i386.cpp23 uint32_t isp; member in struct:GPR
/freebsd-12-stable/sys/dev/isp/
H A Disp_sbus.c142 ispsoftc_t *isp local
323 ispsoftc_t *isp = &sbs->sbus_isp; local
350 isp_sbus_run_isr(ispsoftc_t *isp) argument
377 isp_sbus_rd_reg(ispsoftc_t *isp, int regoff) argument
390 isp_sbus_wr_reg(ispsoftc_t *isp, int regoff, uint32_t val) argument
418 isp_sbus_mbxdma(ispsoftc_t *isp) argument
545 isp_sbus_mbxdmafree(ispsoftc_t *isp) argument
586 ispsoftc_t *isp; member in struct:__anon13381
598 ispsoftc_t *isp = mp->isp; local
632 isp_sbus_dmasetup(ispsoftc_t *isp, struct ccb_scsiio *csio, void *ff) argument
673 isp_sbus_dumpregs(ispsoftc_t *isp, const char *msg) argument
[all...]
H A Disp_target.c117 isp_target_notify(ispsoftc_t *isp, void *vptr, uint32_t *optrp) argument
306 isp_target_put_entry(ispsoftc_t *isp, void *ap) argument
359 isp_target_put_atio(ispsoftc_t *isp, void *arg) argument
404 isp_endcmd(ispsoftc_t *isp, ...) argument
529 isp_target_async(ispsoftc_t *isp, int bus, int event) argument
608 isp_got_msg_fc(ispsoftc_t *isp, in_fcentry_t *inp) argument
671 isp_got_tmf_24xx(ispsoftc_t *isp, at7_entry_t *aep) argument
741 isp_notify_ack(ispsoftc_t *isp, void *arg) argument
820 isp_acknak_abts(ispsoftc_t *isp, void *arg, int errno) argument
884 isp_handle_abts(ispsoftc_t *isp, abts_t *abts) argument
931 isp_handle_atio2(ispsoftc_t *isp, at2_entry_t *aep) argument
1034 isp_handle_ctio2(ispsoftc_t *isp, ct2_entry_t *ct) argument
1189 isp_handle_ctio7(ispsoftc_t *isp, ct7_entry_t *ct) argument
1333 isp_handle_notify(ispsoftc_t *isp, in_fcentry_t *inp) argument
1410 isp_handle_notify_24xx(ispsoftc_t *isp, in_fcentry_24xx_t *inot) argument
[all...]
H A Disp_freebsd.c77 ispsoftc_t *isp = (ispsoftc_t *)arg1; local
109 isp_attach_chan(ispsoftc_t *isp, struct cam_devq *devq, int chan) argument
247 isp_detach_chan(ispsoftc_t *isp, int chan) argument
275 isp_attach(ispsoftc_t *isp) argument
322 isp_detach(ispsoftc_t *isp) argument
342 isp_freeze_loopdown(ispsoftc_t *isp, int chan) argument
362 isp_unfreeze_loopdown(ispsoftc_t *isp, int chan) argument
381 ispsoftc_t *isp; local
720 isp_get_pcmd(ispsoftc_t *isp, union ccb *ccb) argument
731 isp_free_pcmd(ispsoftc_t *isp, union ccb *ccb) argument
772 get_lun_statep(ispsoftc_t *isp, int bus, lun_id_t lun) argument
788 isp_atio_restart(ispsoftc_t *isp, int bus, tstate_t *tptr) argument
822 isp_tmcmd_restart(ispsoftc_t *isp) argument
850 isp_get_atpd(ispsoftc_t *isp, int chan, uint32_t tag) argument
868 isp_find_atpd(ispsoftc_t *isp, int chan, uint32_t tag) argument
882 isp_put_atpd(ispsoftc_t *isp, int chan, atio_private_data_t *atp) argument
896 isp_dump_atpd(ispsoftc_t *isp, int chan) argument
911 isp_get_ntpd(ispsoftc_t *isp, int chan) argument
924 isp_find_ntpd(ispsoftc_t *isp, int chan, uint32_t tag_id, uint32_t seq_id) argument
938 isp_put_ntpd(ispsoftc_t *isp, int chan, inot_private_data_t *ntp) argument
948 create_lun_state(ispsoftc_t *isp, int bus, struct cam_path *path, tstate_t **rslt) argument
976 destroy_lun_state(ispsoftc_t *isp, int bus, tstate_t *tptr) argument
1003 isp_enable_lun(ispsoftc_t *isp, union ccb *ccb) argument
1050 isp_disable_lun(ispsoftc_t *isp, union ccb *ccb) argument
1081 isp_target_start_ctio(ispsoftc_t *isp, union ccb *ccb, enum Start_Ctio_How how) argument
1586 ispsoftc_t *isp = tp->isp; local
1600 ispsoftc_t *isp = XS_ISP(ccb); local
1632 isp_handle_platform_atio2(ispsoftc_t *isp, at2_entry_t *aep) argument
1770 isp_handle_platform_atio7(ispsoftc_t *isp, at7_entry_t *aep) argument
1947 isp_handle_srr_start(ispsoftc_t *isp, atio_private_data_t *atp) argument
2045 isp_handle_platform_srr(ispsoftc_t *isp, isp_notify_t *notify) argument
2068 isp_handle_platform_ctio(ispsoftc_t *isp, void *arg) argument
2212 isp_handle_platform_target_notify_ack(ispsoftc_t *isp, isp_notify_t *mp, uint32_t rsp) argument
2329 isp_handle_platform_target_tmf(ispsoftc_t *isp, isp_notify_t *notify) argument
2439 isp_target_mark_aborted_early(ispsoftc_t *isp, int chan, tstate_t *tptr, uint32_t tag_id) argument
2480 ispsoftc_t *isp; local
2517 ispsoftc_t *isp = cam_sim_softc(sim); local
2527 ispsoftc_t *isp; local
2589 isp_make_here(ispsoftc_t *isp, fcportdb_t *fcp, int chan, int tgt) argument
2612 isp_make_gone(ispsoftc_t *isp, fcportdb_t *fcp, int chan, int tgt) argument
2644 ispsoftc_t *isp = fc->isp; local
2702 isp_loop_changed(ispsoftc_t *isp, int chan) argument
2717 isp_loop_up(ispsoftc_t *isp, int chan) argument
2728 isp_loop_dead(ispsoftc_t *isp, int chan) argument
2809 ispsoftc_t *isp = fc->isp; local
2877 isp_abort_atio(ispsoftc_t *isp, union ccb *ccb) argument
2928 isp_abort_inot(ispsoftc_t *isp, union ccb *ccb) argument
2971 ispsoftc_t *isp; local
3549 ispsoftc_t *isp = XS_ISP(sccb); local
3581 isp_async(ispsoftc_t *isp, ispasync_t cmd, ...) argument
4008 isp_default_wwn(ispsoftc_t * isp, int chan, int isactive, int iswwnn) argument
4058 isp_prt(ispsoftc_t *isp, int level, const char *fmt, ...) argument
4076 isp_xs_prt(ispsoftc_t *isp, XS_T *xs, int level, const char *fmt, ...) argument
4103 isp_mbox_acquire(ispsoftc_t *isp) argument
4115 isp_mbox_wait_complete(ispsoftc_t *isp, mbreg_t *mbp) argument
4147 isp_mbox_notify_done(ispsoftc_t *isp) argument
4155 isp_mbox_release(ispsoftc_t *isp) argument
4161 isp_fc_scratch_acquire(ispsoftc_t *isp, int chan) argument
4175 ispsoftc_t *isp = arg; local
4185 ispsoftc_t *isp = arg; local
4198 ispsoftc_t *isp = arg; local
4211 isp_common_dmateardown(ispsoftc_t *isp, struct ccb_scsiio *csio, uint32_t hdl) argument
4227 isp_fcp_reset_crn(ispsoftc_t *isp, int chan, uint32_t tgt, int tgt_set) argument
4249 isp_fcp_next_crn(ispsoftc_t *isp, uint8_t *crnp, XS_T *cmd) argument
4299 ispsoftc_t *isp = arg; local
4307 isp_get_ecmd(ispsoftc_t *isp) argument
4317 isp_put_ecmd(ispsoftc_t *isp, isp_ecmd_t *ecmd) argument
[all...]
H A Disp_library.c64 isp_send_cmd(ispsoftc_t *isp, void *fqe, void *segp, uint32_t nsegs, uint32_t totalcnt, isp_ddir_t ddir, ispds64_t *ecmd) argument
296 isp_allocate_handle(ispsoftc_t *isp, void *xs, int type) argument
312 isp_find_xs(ispsoftc_t *isp, uint32_t handle) argument
322 isp_find_handle(ispsoftc_t *isp, void *xs) argument
339 isp_destroy_handle(ispsoftc_t *isp, uint32_t handle) argument
357 isp_getrqentry(ispsoftc_t *isp) argument
372 isp_print_qentry(ispsoftc_t *isp, const char *msg, int idx, void *arg) argument
390 isp_print_bytes(ispsoftc_t *isp, const char *msg, int amt, void *arg) argument
427 isp_fc_runstate(ispsoftc_t *isp, int chan, int tval) argument
460 isp_dump_portdb(ispsoftc_t *isp, int chan) argument
610 isp_clear_commands(ispsoftc_t *isp) argument
697 isp_put_hdr(ispsoftc_t *isp, isphdr_t *hpsrc, isphdr_t *hpdst) argument
713 isp_get_hdr(ispsoftc_t *isp, isphdr_t *hpsrc, isphdr_t *hpdst) argument
729 isp_get_response_type(ispsoftc_t *isp, isphdr_t *hp) argument
741 isp_put_request(ispsoftc_t *isp, ispreq_t *rqsrc, ispreq_t *rqdst) argument
767 isp_put_marker(ispsoftc_t *isp, isp_marker_t *src, isp_marker_t *dst) argument
788 isp_put_marker_24xx(ispsoftc_t *isp, isp_marker_24xx_t *src, isp_marker_24xx_t *dst) argument
808 isp_put_request_t2(ispsoftc_t *isp, ispreqt2_t *src, ispreqt2_t *dst) argument
832 isp_put_request_t2e(ispsoftc_t *isp, ispreqt2e_t *src, ispreqt2e_t *dst) argument
855 isp_put_request_t3(ispsoftc_t *isp, ispreqt3_t *src, ispreqt3_t *dst) argument
880 isp_put_request_t3e(ispsoftc_t *isp, ispreqt3e_t *src, ispreqt3e_t *dst) argument
904 isp_put_extended_request(ispsoftc_t *isp, ispextreq_t *src, ispextreq_t *dst) argument
926 isp_put_request_t7(ispsoftc_t *isp, ispreqt7_t *src, ispreqt7_t *dst) argument
961 isp_put_24xx_tmf(ispsoftc_t *isp, isp24xx_tmf_t *src, isp24xx_tmf_t *dst) argument
992 isp_put_24xx_abrt(ispsoftc_t *isp, isp24xx_abrt_t *src, isp24xx_abrt_t *dst) argument
1013 isp_put_cont_req(ispsoftc_t *isp, ispcontreq_t *src, ispcontreq_t *dst) argument
1024 isp_put_cont64_req(ispsoftc_t *isp, ispcontreq64_t *src, ispcontreq64_t *dst) argument
1036 isp_get_response(ispsoftc_t *isp, ispstatusreq_t *src, ispstatusreq_t *dst) argument
1057 isp_get_cont_response(ispsoftc_t *isp, ispstatus_cont_t *src, ispstatus_cont_t *dst) argument
1076 isp_get_24xx_response(ispsoftc_t *isp, isp24xx_statusreq_t *src, isp24xx_statusreq_t *dst) argument
1101 isp_get_24xx_abrt(ispsoftc_t *isp, isp24xx_abrt_t *src, isp24xx_abrt_t *dst) argument
1123 isp_get_rio1(ispsoftc_t *isp, isp_rio1_t *r1src, isp_rio1_t *r1dst) argument
1140 isp_get_rio2(ispsoftc_t *isp, isp_rio2_t *r2src, isp_rio2_t *r2dst) argument
1158 isp_put_icb(ispsoftc_t *isp, isp_icb_t *src, isp_icb_t *dst) argument
1225 isp_put_icb_2400(ispsoftc_t *isp, isp_icb_2400_t *src, isp_icb_2400_t *dst) argument
1283 isp_put_icb_2400_vpinfo(ispsoftc_t *isp, isp_icb_2400_vpinfo_t *src, isp_icb_2400_vpinfo_t *dst) argument
1290 isp_put_vp_port_info(ispsoftc_t *isp, vp_port_info_t *src, vp_port_info_t *dst) argument
1306 isp_get_vp_port_info(ispsoftc_t *isp, vp_port_info_t *src, vp_port_info_t *dst) argument
1323 isp_put_vp_ctrl_info(ispsoftc_t *isp, vp_ctrl_info_t *src, vp_ctrl_info_t *dst) argument
1342 isp_get_vp_ctrl_info(ispsoftc_t *isp, vp_ctrl_info_t *src, vp_ctrl_info_t *dst) argument
1361 isp_put_vp_modify(ispsoftc_t *isp, vp_modify_t *src, vp_modify_t *dst) argument
1389 isp_get_vp_modify(ispsoftc_t *isp, vp_modify_t *src, vp_modify_t *dst) argument
1417 isp_get_pdb_21xx(ispsoftc_t *isp, isp_pdb_21xx_t *src, isp_pdb_21xx_t *dst) argument
1469 isp_get_pdb_24xx(ispsoftc_t *isp, isp_pdb_24xx_t *src, isp_pdb_24xx_t *dst) argument
1499 isp_get_pnhle_21xx(ispsoftc_t *isp, isp_pnhle_21xx_t *src, isp_pnhle_21xx_t *dst) argument
1507 isp_get_pnhle_23xx(ispsoftc_t *isp, isp_pnhle_23xx_t *src, isp_pnhle_23xx_t *dst) argument
1516 isp_get_pnhle_24xx(ispsoftc_t *isp, isp_pnhle_24xx_t *src, isp_pnhle_24xx_t *dst) argument
1526 isp_get_pnnle(ispsoftc_t *isp, isp_pnnle_t *src, isp_pnnle_t *dst) argument
1541 isp_get_plogx(ispsoftc_t *isp, isp_plogx_t *src, isp_plogx_t *dst) argument
1559 isp_put_plogx(ispsoftc_t *isp, isp_plogx_t *src, isp_plogx_t *dst) argument
1580 isp_get_ridacq(ispsoftc_t *isp, isp_ridacq_t *src, isp_ridacq_t *dst) argument
1605 isp_get_ct_pt(ispsoftc_t *isp, isp_ct_pt_t *src, isp_ct_pt_t *dst) argument
1632 isp_get_ms(ispsoftc_t *isp, isp_ms_t *src, isp_ms_t *dst) argument
1659 isp_put_ct_pt(ispsoftc_t *isp, isp_ct_pt_t *src, isp_ct_pt_t *dst) argument
1686 isp_put_ms(ispsoftc_t *isp, isp_ms_t *src, isp_ms_t *dst) argument
1717 isp_put_sns_request(ispsoftc_t *isp, sns_screq_t *src, sns_screq_t *dst) argument
1731 isp_put_gid_ft_request(ispsoftc_t *isp, sns_gid_ft_req_t *src, sns_gid_ft_req_t *dst) argument
1748 isp_put_gid_pt_request(ispsoftc_t *isp, sns_gid_pt_req_t *src, sns_gid_pt_req_t *dst) argument
1768 isp_put_gxx_id_request(ispsoftc_t *isp, sns_gxx_id_req_t *src, sns_gxx_id_req_t *dst) argument
1785 isp_get_gid_xx_response(ispsoftc_t *isp, sns_gid_xx_rsp_t *src, sns_gid_xx_rsp_t *dst, int nwords) argument
1803 isp_get_gxn_id_response(ispsoftc_t *isp, sns_gxn_id_rsp_t *src, sns_gxn_id_rsp_t *dst) argument
1813 isp_get_gft_id_response(ispsoftc_t *isp, sns_gft_id_rsp_t *src, sns_gft_id_rsp_t *dst) argument
1825 isp_get_gff_id_response(ispsoftc_t *isp, sns_gff_id_rsp_t *src, sns_gff_id_rsp_t *dst) argument
1837 isp_get_ga_nxt_response(ispsoftc_t *isp, sns_ga_nxt_rsp_t *src, sns_ga_nxt_rsp_t *dst) argument
1881 isp_get_els(ispsoftc_t *isp, els_t *src, els_t *dst) argument
1911 isp_put_els(ispsoftc_t *isp, els_t *src, els_t *dst) argument
1949 isp_get_fc_hdr(ispsoftc_t *isp, fc_hdr_t *src, fc_hdr_t *dst) argument
1972 isp_put_fc_hdr(ispsoftc_t *isp, fc_hdr_t *src, fc_hdr_t *dst) argument
1995 isp_get_fcp_cmnd_iu(ispsoftc_t *isp, fcp_cmnd_iu_t *src, fcp_cmnd_iu_t *dst) argument
2013 isp_put_rft_id(ispsoftc_t *isp, rft_id_t *src, rft_id_t *dst) argument
2027 isp_put_rspn_id(ispsoftc_t *isp, rspn_id_t *src, rspn_id_t *dst) argument
2038 isp_put_rff_id(ispsoftc_t *isp, rff_id_t *src, rff_id_t *dst) argument
2052 isp_put_rsnn_nn(ispsoftc_t *isp, rsnn_nn_t *src, rsnn_nn_t *dst) argument
2064 isp_get_ct_hdr(ispsoftc_t *isp, ct_hdr_t *src, ct_hdr_t *dst) argument
2083 isp_put_ct_hdr(ispsoftc_t *isp, ct_hdr_t *src, ct_hdr_t *dst) argument
2102 isp_put_fcp_rsp_iu(ispsoftc_t *isp, fcp_rsp_iu_t *src, fcp_rsp_iu_t *dst) argument
2120 isp_find_pdb_empty(ispsoftc_t *isp, int chan, fcportdb_t **lptr) argument
2137 isp_find_pdb_by_wwpn(ispsoftc_t *isp, int chan, uint64_t wwpn, fcportdb_t **lptr) argument
2156 isp_find_pdb_by_handle(ispsoftc_t *isp, int chan, uint16_t handle, fcportdb_t **lptr) argument
2176 isp_find_pdb_by_portid(ispsoftc_t *isp, int chan, uint32_t portid, fcportdb_t **lptr) argument
2197 isp_find_chan_by_did(ispsoftc_t *isp, uint32_t did, uint16_t *cp) argument
2219 isp_add_wwn_entry(ispsoftc_t *isp, int chan, uint64_t wwpn, uint64_t wwnn, uint16_t nphdl, uint32_t s_id, uint16_t prli_params) argument
2375 isp_del_wwn_entry(ispsoftc_t *isp, int chan, uint64_t wwpn, uint16_t nphdl, uint32_t s_id) argument
2402 isp_del_all_wwn_entries(ispsoftc_t *isp, int chan) argument
2438 isp_del_wwn_entries(ispsoftc_t *isp, isp_notify_t *mp) argument
2482 isp_put_atio2(ispsoftc_t *isp, at2_entry_t *src, at2_entry_t *dst) argument
2511 isp_put_atio2e(ispsoftc_t *isp, at2e_entry_t *src, at2e_entry_t *dst) argument
2539 isp_get_atio2(ispsoftc_t *isp, at2_entry_t *src, at2_entry_t *dst) argument
2568 isp_get_atio2e(ispsoftc_t *isp, at2e_entry_t *src, at2e_entry_t *dst) argument
2596 isp_get_atio7(ispsoftc_t *isp, at7_entry_t *src, at7_entry_t *dst) argument
2607 isp_put_ctio2(ispsoftc_t *isp, ct2_entry_t *src, ct2_entry_t *dst) argument
2667 isp_put_ctio2e(ispsoftc_t *isp, ct2e_entry_t *src, ct2e_entry_t *dst) argument
2726 isp_put_ctio7(ispsoftc_t *isp, ct7_entry_t *src, ct7_entry_t *dst) argument
2777 isp_get_ctio2(ispsoftc_t *isp, ct2_entry_t *src, ct2_entry_t *dst) argument
2839 isp_get_ctio2e(ispsoftc_t *isp, ct2e_entry_t *src, ct2e_entry_t *dst) argument
2900 isp_get_ctio7(ispsoftc_t *isp, ct7_entry_t *src, ct7_entry_t *dst) argument
2952 isp_put_notify_fc(ispsoftc_t *isp, in_fcentry_t *src, in_fcentry_t *dst) argument
2966 isp_put_notify_fc_e(ispsoftc_t *isp, in_fcentry_e_t *src, in_fcentry_e_t *dst) argument
2979 isp_put_notify_24xx(ispsoftc_t *isp, in_fcentry_24xx_t *src, in_fcentry_24xx_t *dst) argument
3015 isp_get_notify_fc(ispsoftc_t *isp, in_fcentry_t *src, in_fcentry_t *dst) argument
3029 isp_get_notify_fc_e(ispsoftc_t *isp, in_fcentry_e_t *src, in_fcentry_e_t *dst) argument
3042 isp_get_notify_24xx(ispsoftc_t *isp, in_fcentry_24xx_t *src, in_fcentry_24xx_t *dst) argument
3078 isp_put_notify_ack_fc(ispsoftc_t *isp, na_fcentry_t *src, na_fcentry_t *dst) argument
3097 isp_put_notify_ack_fc_e(ispsoftc_t *isp, na_fcentry_e_t *src, na_fcentry_e_t *dst) argument
3115 isp_put_notify_24xx_ack(ispsoftc_t *isp, na_fcentry_24xx_t *src, na_fcentry_24xx_t *dst) argument
3149 isp_get_notify_ack_fc(ispsoftc_t *isp, na_fcentry_t *src, na_fcentry_t *dst) argument
3168 isp_get_notify_ack_fc_e(ispsoftc_t *isp, na_fcentry_e_t *src, na_fcentry_e_t *dst) argument
3186 isp_get_notify_ack_24xx(ispsoftc_t *isp, na_fcentry_24xx_t *src, na_fcentry_24xx_t *dst) argument
3220 isp_get_abts(ispsoftc_t *isp, abts_t *src, abts_t *dst) argument
3254 isp_put_abts_rsp(ispsoftc_t *isp, abts_rsp_t *src, abts_rsp_t *dst) argument
3308 isp_get_abts_rsp(ispsoftc_t *isp, abts_rsp_t *src, abts_rsp_t *dst) argument
[all...]
H A Disp_pci.c447 isp_get_generic_options(device_t dev, ispsoftc_t *isp) argument
480 isp_get_specific_options(device_t dev, int chan, ispsoftc_t *isp) argument
640 ispsoftc_t *isp = &pcs->pci_isp; local
964 ispsoftc_t *isp = &pcs->pci_isp; local
1010 isp_pci_rd_debounced(ispsoftc_t *isp, int off) argument
1023 isp_pci_run_isr(ispsoftc_t *isp) argument
1058 isp_pci_run_isr_2300(ispsoftc_t *isp) argument
1108 isp_pci_run_isr_2400(ispsoftc_t *isp) argument
1151 isp_pci_rd_reg(ispsoftc_t *isp, int regoff) argument
1173 isp_pci_wr_reg(ispsoftc_t *isp, int regoff, uint32_t val) argument
1196 isp_pci_rd_reg_1080(ispsoftc_t *isp, int regoff) argument
1228 isp_pci_wr_reg_1080(ispsoftc_t *isp, int regoff, uint32_t val) argument
1260 isp_pci_rd_reg_2400(ispsoftc_t *isp, int regoff) argument
1320 isp_pci_wr_reg_2400(ispsoftc_t *isp, int regoff, uint32_t val) argument
1383 isp_pci_rd_reg_2600(ispsoftc_t *isp, int regoff) argument
1420 isp_pci_wr_reg_2600(ispsoftc_t *isp, int regoff, uint32_t val) argument
1471 isp_pci_mbxdma(ispsoftc_t *isp) argument
1719 isp_pci_mbxdmafree(ispsoftc_t *isp) argument
1806 ispsoftc_t *isp; member in struct:__anon13379
1818 ispsoftc_t *isp= mp->isp; local
1860 isp_pci_dmasetup(ispsoftc_t *isp, struct ccb_scsiio *csio, void *ff) argument
1900 isp_pci_irqsetup(ispsoftc_t *isp) argument
1965 isp_pci_dumpregs(ispsoftc_t *isp, const char *msg) argument
[all...]
H A Disp.c149 isp_change_fw_state(ispsoftc_t *isp, int chan, int state) argument
170 isp_reset(ispsoftc_t *isp, int do_load_defaults) argument
1270 isp_stop(ispsoftc_t *isp) argument
1292 isp_shutdown(ispsoftc_t *isp) argument
1323 isp_init(ispsoftc_t *isp) argument
1337 isp_scsi_init(ispsoftc_t *isp) argument
1523 isp_scsi_channel_init(ispsoftc_t *isp, int chan) argument
1638 isp_fibre_init(ispsoftc_t *isp) argument
1965 isp_fibre_init_2400(ispsoftc_t *isp) argument
2335 isp_fc_enable_vp(ispsoftc_t *isp, int chan) argument
2404 isp_fc_disable_vp(ispsoftc_t *isp, int chan) argument
2466 isp_fc_change_role(ispsoftc_t *isp, int chan, int new_role) argument
2496 isp_clear_portdb(ispsoftc_t *isp, int chan) argument
2524 isp_mark_portdb(ispsoftc_t *isp, int chan) argument
2546 isp_plogx(ispsoftc_t *isp, int chan, uint16_t handle, uint32_t portid, int flags) argument
2696 isp_port_login(ispsoftc_t *isp, uint16_t handle, uint32_t portid) argument
2745 isp_port_logout(ispsoftc_t *isp, uint16_t handle, uint32_t portid) argument
2761 isp_getpdb(ispsoftc_t *isp, int chan, uint16_t id, isp_pdb_t *pdb) argument
2823 isp_gethandles(ispsoftc_t *isp, int chan, uint16_t *handles, int *num, int loop) argument
2890 isp_dump_chip_portdb(ispsoftc_t *isp, int chan) argument
2914 isp_get_wwn(ispsoftc_t *isp, int chan, int nphdl, int nodename) argument
2967 isp_fclink_test(ispsoftc_t *isp, int chan, int usdelay) argument
3155 isp_pdb_sync(ispsoftc_t *isp, int chan) argument
3229 isp_pdb_add_update(ispsoftc_t *isp, int chan, isp_pdb_t *pdb) argument
3301 isp_fix_portids(ispsoftc_t *isp, int chan) argument
3341 isp_scan_loop(ispsoftc_t *isp, int chan) argument
3440 isp_ct_sns(ispsoftc_t *isp, int chan, uint32_t cmd_bcnt, uint32_t rsp_bcnt) argument
3471 isp_ct_passthru(ispsoftc_t *isp, int chan, uint32_t cmd_bcnt, uint32_t rsp_bcnt) argument
3560 isp_gid_pt(ispsoftc_t *isp, int chan) argument
3621 isp_gff_id(ispsoftc_t *isp, int chan, uint32_t portid) argument
3681 isp_gft_id(ispsoftc_t *isp, int chan, uint32_t portid) argument
3755 isp_scan_fabric(ispsoftc_t *isp, int chan) argument
3995 isp_login_device(ispsoftc_t *isp, int chan, uint32_t portid, isp_pdb_t *p, uint16_t *ohp) argument
4080 isp_send_change_request(ispsoftc_t *isp, int chan) argument
4098 isp_register_fc4_type(ispsoftc_t *isp, int chan) argument
4166 isp_register_fc4_features_24xx(ispsoftc_t *isp, int chan) argument
4224 isp_register_port_name_24xx(ispsoftc_t *isp, int chan) argument
4288 isp_register_node_name_24xx(ispsoftc_t *isp, int chan) argument
4344 isp_next_handle(ispsoftc_t *isp, uint16_t *ohp) argument
4394 ispsoftc_t *isp; local
4695 isp_control(ispsoftc_t *isp, ispctl_t ctl, ...) argument
5067 isp_intr_atioq(ispsoftc_t *isp) argument
5101 isp_intr_async(ispsoftc_t *isp, uint16_t event) argument
5111 isp_intr_mbox(ispsoftc_t *isp, uint16_t mbox0) argument
5130 isp_intr_respq(ispsoftc_t *isp) argument
5441 isp_parse_async(ispsoftc_t *isp, uint16_t mbox) argument
5606 isp_parse_async_fc(ispsoftc_t *isp, uint16_t mbox) argument
5953 isp_handle_other_response(ispsoftc_t *isp, int type, isphdr_t *hp, uint32_t *optrp) argument
6035 isp_parse_status(ispsoftc_t *isp, ispstatusreq_t *sp, XS_T *xs, uint32_t *rp) argument
6363 isp_parse_status_24xx(ispsoftc_t *isp, isp24xx_statusreq_t *sp, XS_T *xs, uint32_t *rp) argument
6520 isp_fastpost_complete(ispsoftc_t *isp, uint32_t fph) argument
7022 isp_mboxcmd(ispsoftc_t *isp, mbreg_t *mbp) argument
7205 isp_fw_state(ispsoftc_t *isp, int chan) argument
7220 isp_spi_update(ispsoftc_t *isp, int chan) argument
7335 isp_setdfltsdparm(ispsoftc_t *isp) argument
7471 isp_setdfltfcparm(ispsoftc_t *isp, int chan) argument
7550 isp_reinit(ispsoftc_t *isp, int do_load_defaults) argument
7597 isp_read_nvram(ispsoftc_t *isp, int bus) argument
7670 isp_read_nvram_2400(ispsoftc_t *isp, uint8_t *nvram_data) argument
7709 isp_rdnvram_word(ispsoftc_t *isp, int wo, uint16_t *rp) argument
7780 isp_rd_2400_nvram(ispsoftc_t *isp, uint32_t addr, uint32_t *rp) argument
7808 isp_parse_nvram_1020(ispsoftc_t *isp, uint8_t *nvram_data) argument
7920 isp_parse_nvram_1080(ispsoftc_t *isp, int bus, uint8_t *nvram_data) argument
7995 isp_parse_nvram_12160(ispsoftc_t *isp, int bus, uint8_t *nvram_data) argument
8070 isp_parse_nvram_2100(ispsoftc_t *isp, uint8_t *nvram_data) argument
8148 isp_parse_nvram_2400(ispsoftc_t *isp, uint8_t *nvram_data) argument
[all...]
H A Disp_freebsd.h152 void *isp; member in struct:isp_timed_notify_ack
207 struct ispsoftc *isp; member in struct:isp_fc
[all...]
/freebsd-12-stable/contrib/binutils/bfd/doc/
H A Dchew.c278 long *isp = &istack[0]; variable
[all...]
/freebsd-12-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_ident.c63 dt_idsig_t *isp = idp->di_data; local
121 dt_idsig_t *isp = idp->di_data = malloc(sizeof (dt_idsig_t)); local
187 dt_idsig_t *isp; local
[all...]
H A Ddt_cg.c544 const dt_idsig_t *isp = idp->di_data; local
H A Ddt_aggregate.c1937 dt_idsig_t *isp; local
H A Ddt_cc.c1291 dt_idsig_t *isp; local
1426 dt_idsig_t *isp; local
[all...]
H A Ddt_parser.c1649 const dt_idsig_t *isp = idp->di_data; local
/freebsd-12-stable/sys/i386/include/
H A Dvm86.h60 reg86_t isp; member in struct:vm86frame
/freebsd-12-stable/contrib/binutils/include/opcode/
H A Dcr16.h62 isp = ispl, enumerator in enum:__anon800
/freebsd-12-stable/sys/contrib/ipfilter/netinet/
H A Dip_state.c2681 ipstate_t *is, **isp; local
2975 ipstate_t **isp; local
3037 ipstate_t *is, **isp; local
3821 ipstate_t *is, **isp; local
4457 ipstate_t *is, **isp; local
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp1027 ISelUpdater(SelectionDAG &DAG, SelectionDAG::allnodes_iterator &isp) argument

Completed in 293 milliseconds