/freebsd/sys/dev/mps/ |
H A D | mps_mapping.c | 245 _mapping_get_ir_maprange(struct mps_softc *sc, u32 *start_idx, u32 *end_idx) in _mapping_get_ir_maprange() 349 u32 start_idx, end_idx, start_idx_ir, end_idx_ir; in _mapping_get_high_missing_mt_idx() local 386 u32 start_idx, end_idx, map_idx; in _mapping_get_ir_mt_idx_from_wwid() local 429 u32 start_idx, end_idx, map_idx; in _mapping_get_ir_mt_idx_from_handle() local 475 u32 start_idx, end_idx, map_idx; in _mapping_get_free_ir_mt_idx() local 516 _mapping_get_free_mt_idx(struct mps_softc *sc, u32 start_idx) in _mapping_get_free_mt_idx() 885 u32 start_idx = MPS_MAPTABLE_BAD_IDX; in _mapping_find_enc_map_space() local 1282 u32 start_idx = et_entry->start_index; in _mapping_set_mid_to_eid() local 1766 u32 map_idx, dev_idx, start_idx, end_idx; in _mapping_process_dpm_pg0() local 1943 u32 start_idx = 0, end_idx = 0; in mps_mapping_check_devices() local [all …]
|
H A D | mps_sas_lsi.c | 1230 u32 start_idx, end_idx; in mpssas_ir_shutdown() local
|
/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBCompileUnit.cpp | 94 uint32_t SBCompileUnit::FindLineEntryIndex(uint32_t start_idx, uint32_t line, in FindLineEntryIndex() argument 102 uint32_t SBCompileUnit::FindLineEntryIndex(uint32_t start_idx, uint32_t line, in FindLineEntryIndex() argument 168 uint32_t SBCompileUnit::FindSupportFileIndex(uint32_t start_idx, in FindSupportFileIndex() argument
|
/freebsd/sys/dev/mpr/ |
H A D | mpr_mapping.c | 244 _mapping_get_ir_maprange(struct mpr_softc *sc, u32 *start_idx, u32 *end_idx) in _mapping_get_ir_maprange() 348 u32 start_idx, end_idx, start_idx_ir, end_idx_ir; in _mapping_get_high_missing_mt_idx() local 385 u32 start_idx, end_idx, map_idx; in _mapping_get_ir_mt_idx_from_wwid() local 428 u32 start_idx, end_idx, map_idx; in _mapping_get_ir_mt_idx_from_handle() local 474 u32 start_idx, end_idx, map_idx; in _mapping_get_free_ir_mt_idx() local 514 _mapping_get_free_mt_idx(struct mpr_softc *sc, u32 start_idx) in _mapping_get_free_mt_idx() 923 u32 start_idx = MPR_MAPTABLE_BAD_IDX; in _mapping_find_enc_map_space() local 1472 u32 start_idx = et_entry->start_index; in _mapping_set_mid_to_eid() local 2215 u32 map_idx, dev_idx, start_idx, end_idx; in _mapping_process_dpm_pg0() local 2412 u32 start_idx = 0, end_idx = 0; in mpr_mapping_check_devices() local [all …]
|
H A D | mpr_sas_lsi.c | 1595 u32 start_idx, end_idx; in mprsas_ir_shutdown() local
|
/freebsd/contrib/llvm-project/lldb/source/Utility/ |
H A D | FileSpecList.cpp | 58 FindFileIndex(size_t start_idx,const FileSpec & file_spec,bool full) const FindFileIndex() argument 82 FindCompatibleIndex(size_t start_idx,const FileSpec & file_spec) const FindCompatibleIndex() argument [all...] |
H A D | Log.cpp | 434 const size_t start_idx = GetFirstMessageIndex(); in Dump() local
|
/freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
H A D | CommandHistory.cpp | 95 void CommandHistory::Dump(Stream &stream, size_t start_idx, in Dump()
|
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectSession.cpp | 133 std::pair<bool, uint64_t> start_idx( in DoExecute() local
|
H A D | CommandObjectSource.cpp | 225 uint32_t start_idx = 0; in DumpFileLinesInCompUnit() local
|
/freebsd/sys/dev/ixl/ |
H A D | i40e_lan_hmc.h | 157 u32 start_idx; member 166 u32 start_idx; member
|
/freebsd/contrib/llvm-project/lldb/source/Symbol/ |
H A D | LineTable.cpp | 306 uint32_t start_idx, uint32_t file_idx, in FindLineEntryIndexByFileIndex() 317 uint32_t start_idx, const std::vector<uint32_t> &file_idx, in FindLineEntryIndexByFileIndex()
|
H A D | Symtab.cpp | 501 uint32_t start_idx, in AppendSymbolIndexesWithType() 519 std::vector<uint32_t> &indexes, uint32_t start_idx, in AppendSymbolIndexesWithTypeAndFlagsValue() 541 uint32_t start_idx, in AppendSymbolIndexesWithType() 808 uint32_t &start_idx) { in FindSymbolWithType()
|
H A D | CompileUnit.cpp | 226 uint32_t CompileUnit::FindLineEntry(uint32_t start_idx, uint32_t line, in FindLineEntry()
|
/freebsd/sys/dev/irdma/ |
H A D | irdma_hmc.h | 159 u32 start_idx; member 170 u32 start_idx; member
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
H A D | LineTable.h | 344 uint32_t start_idx, T file_idx, in FindLineEntryIndexByFileIndexImpl()
|
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/ |
H A D | ar9300_aic.c | 337 int16_t start_idx, end_idx; in ar9300_aic_cal_post_process() local
|
/freebsd/sys/ofed/drivers/infiniband/core/ |
H A D | ib_umem_odp.c | 526 int j, k, ret = 0, start_idx, npages = 0; in ib_umem_odp_map_dma_pages() local
|
/freebsd/contrib/llvm-project/lldb/source/Host/common/ |
H A D | NativeRegisterContext.cpp | 54 uint32_t start_idx) { in GetRegisterInfoByName()
|
/freebsd/sys/dev/xen/grant_table/ |
H A D | grant_table.c | 502 gnttab_map(unsigned int start_idx, unsigned int end_idx) in gnttab_map()
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | RegisterContext.cpp | 53 uint32_t start_idx) { in GetRegisterInfoByName() argument
|
/freebsd/sys/dev/xen/netback/ |
H A D | netback_unit_tests.c | 441 RING_IDX start_idx = xnb_unit_pvt.txf.req_prod_pvt; in xnb_ring2pkt_2req() local 478 RING_IDX start_idx = xnb_unit_pvt.txf.req_prod_pvt; in xnb_ring2pkt_3req() local 523 RING_IDX start_idx = xnb_unit_pvt.txf.req_prod_pvt; in xnb_ring2pkt_extra() local
|
/freebsd/sys/dev/qlxgbe/ |
H A D | ql_hw.c | 1541 qla_config_intr_cntxt(qla_host_t *ha, uint32_t start_idx, uint32_t num_intrs, in qla_config_intr_cntxt() 1673 qla_set_rss_ind_table(qla_host_t *ha, uint32_t start_idx, uint32_t count, in qla_set_rss_ind_table() 3005 qla_map_sds_to_rds(qla_host_t *ha, uint32_t start_idx, uint32_t num_idx) in qla_map_sds_to_rds()
|
H A D | ql_misc.c | 1113 qla_tmplt_execute(qla_host_t *ha, uint8_t *buf, int start_idx, int *end_idx, in qla_tmplt_execute()
|
/freebsd/contrib/ofed/libirdma/ |
H A D | irdma_uk.c | 1171 irdma_repost_rq_wqes(struct irdma_qp_uk *qp, u32 start_idx, in irdma_repost_rq_wqes()
|