/illumos-gate/usr/src/lib/libsaveargs/amd64/ |
H A D | saveargs.c | 256 saveargs_has_args(uint8_t *ins, size_t size, uint_t argc, int start_index) in saveargs_has_args() argument 265 argc = MIN((start_index + argc), INSTR_ARRAY_SIZE); in saveargs_has_args() 301 ret = start_index ? in saveargs_has_args() 320 for (j = start_index; j < argc; j++) { in saveargs_has_args() 329 found |= (1 << (j - start_index)); in saveargs_has_args() 332 ((1 << (argc - start_index)) - 1)) { in saveargs_has_args() 346 if (start_index != 0) { in saveargs_has_args() 358 for (j = 0; j < (argc - start_index); j++) { in saveargs_has_args() 363 ((1 << (argc - start_index)) - 1)) { in saveargs_has_args()
|
/illumos-gate/usr/src/uts/common/io/nge/ |
H A D | nge_tx.c | 125 nge_tx_desc_sync(nge_t *ngep, uint32_t start_index, uint32_t bds, uint_t type) in nge_tx_desc_sync() argument 133 start = start_index * txd_size; in nge_tx_desc_sync() 358 uint32_t start_index; in nge_send_copy() local 368 if ((uint32_t)-1 == (start_index = nge_tx_alloc(ngep, bds))) in nge_send_copy() 371 ASSERT(start_index < srp->desc.nslots); in nge_send_copy() 381 tfint = ((start_index % ngep->tfint_threshold) == 0); in nge_send_copy() 384 ssbdp = &srp->sw_sbds[start_index]; in nge_send_copy() 406 nge_tx_desc_sync(ngep, start_index, bds, DDI_DMA_SYNC_FORDEV); in nge_send_copy() 439 uint32_t start_index; in nge_send_mapped() local 531 if ((uint32_t)-1 == (start_index = nge_tx_alloc(ngep, slot))) in nge_send_mapped() [all …]
|
H A D | nge_rx.c | 140 static mblk_t *nge_recv_packet(nge_t *ngep, uint32_t start_index, size_t len); 144 nge_recv_packet(nge_t *ngep, uint32_t start_index, size_t len) in nge_recv_packet() argument 162 srbdp = &brp->sw_rbds[start_index]; in nge_recv_packet()
|
/illumos-gate/usr/src/lib/libsaveargs/tests/dump/ |
H A D | dump.c | 119 int start_index = 0; in check_sym() local 126 start_index = 1; in check_sym() 129 ss->ss_finfo.ctc_argc, start_index) != SAVEARGS_NO_ARGS) in check_sym()
|
/illumos-gate/usr/src/cmd/mdb/intel/mdb/ |
H A D | mdb_amd64util.c | 213 int start_index; /* index to save_instr where to start comparison */ in mdb_amd64_kvm_stack_iter() local 299 start_index = 1; in mdb_amd64_kvm_stack_iter() 301 start_index = 0; in mdb_amd64_kvm_stack_iter() 342 start_index)) != SAVEARGS_NO_ARGS)) { in mdb_amd64_kvm_stack_iter() 344 reg_argc = MIN((6 - start_index), mfp.mtf_argc); in mdb_amd64_kvm_stack_iter()
|
/illumos-gate/usr/src/uts/common/io/1394/targets/dcam1394/ |
H A D | dcam.c | 80 size_t num_bytes, int start_index, int *end_index); 82 size_t num_bytes, int start_index, int *end_index); 1137 int start_index, int *end_index_p) in byte_copy_to_user_buff() argument 1143 index = start_index; in byte_copy_to_user_buff() 1170 size_t num_bytes, int start_index, int *end_index_p) in byte_copy_from_user_buff() argument 1176 index = start_index; in byte_copy_from_user_buff()
|
/illumos-gate/usr/src/lib/libproc/amd64/ |
H A D | Pisadep.c | 395 int start_index = 0; in read_args() local 423 start_index = 1; in read_args() 425 start_index = 0; in read_args() 457 start_index)) != SAVEARGS_NO_ARGS)) { in read_args() 458 int regargs = MIN((6 - start_index), argc); in read_args()
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | vdev_indirect.c | 593 uint32_t *obsolete_counts, uint64_t start_index, zthr_t *zthr) in spa_condense_indirect_generate_new_mapping() argument 596 uint64_t mapi = start_index; in spa_condense_indirect_generate_new_mapping() 662 uint64_t start_index; in spa_condense_indirect_thread() local 700 start_index = 0; in spa_condense_indirect_thread() 722 start_index = UINT64_MAX; in spa_condense_indirect_thread() 724 start_index = entry - old_mapping->vim_entries; in spa_condense_indirect_thread() 725 ASSERT3U(start_index, <, in spa_condense_indirect_thread() 731 start_index, zthr); in spa_condense_indirect_thread()
|
/illumos-gate/usr/src/lib/libtecla/ |
H A D | libtecla.h | 393 void cfc_file_start(CplFileConf *cfc, int start_index); 1828 void ppc_file_start(PcaPathConf *ppc, int start_index);
|
/illumos-gate/usr/src/uts/common/io/cxgbe/common/ |
H A D | common.h | 950 u32 start_index, bool sleep_ok); 952 u32 start_index, bool sleep_ok); 954 u32 start_index, bool sleep_ok); 956 u32 start_index, bool sleep_ok);
|
H A D | t4_hw.c | 5630 unsigned int nregs, unsigned int start_index, in t4_tp_fw_ldst_rw() argument 5646 c.u.addrval.addr = cpu_to_be32(start_index + i); in t4_tp_fw_ldst_rw() 5674 u32 *buff, u32 nregs, u32 start_index, int rw, in t4_tp_indirect_rw() argument 5695 rc = t4_tp_fw_ldst_rw(adap, cmd, buff, nregs, start_index, rw, in t4_tp_indirect_rw() 5703 start_index); in t4_tp_indirect_rw() 5706 start_index); in t4_tp_indirect_rw() 5721 u32 start_index, bool sleep_ok) in t4_tp_pio_read() argument 5724 start_index, 1, sleep_ok); in t4_tp_pio_read() 5738 u32 start_index, bool sleep_ok) in t4_tp_pio_write() argument 5741 start_index, 0, sleep_ok); in t4_tp_pio_write() [all …]
|
/illumos-gate/usr/src/lib/libtecla/common/ |
H A D | cplmatch.c | 918 void cfc_file_start(CplFileConf *cfc, int start_index) in cfc_file_start() argument 922 cfc->file_start = start_index; in cfc_file_start()
|
H A D | pcache.c | 1609 void ppc_file_start(PcaPathConf *ppc, int start_index) in ppc_file_start() argument 1612 ppc->file_start = start_index; in ppc_file_start()
|
/illumos-gate/usr/src/uts/common/sys/nxge/ |
H A D | nxge_rxdma.h | 255 uint32_t start_index; member
|
/illumos-gate/usr/src/uts/common/io/hxge/ |
H A D | hxge_rxdma.h | 357 uint32_t start_index; member
|
H A D | hxge_rxdma.c | 514 chunk_index = bufinfo[anchor_index].start_index; in hxge_rxbuf_pp_to_vp() 2942 ring_info->buffer[i].start_index = index; in hxge_map_rxdma_channel_buf_ring()
|
/illumos-gate/usr/src/uts/intel/io/dnet/ |
H A D | dnet.c | 1326 int index, end_index, start_index; in dnet_send() local 1347 index = start_index = dnetp->tx_current_desc; in dnet_send() 1455 for (index = end_index; index != start_index; in dnet_send() 1458 ring[start_index].desc1.first_desc = 1; in dnet_send() 1459 ring[start_index].desc0.own = 1; in dnet_send()
|
/illumos-gate/usr/src/uts/common/io/i40e/core/ |
H A D | i40e_prototype.h | 562 u8 table_id, u32 start_index, u16 buff_size,
|
H A D | i40e_common.c | 6237 u8 table_id, u32 start_index, u16 buff_size, in i40e_aq_debug_dump() argument 6261 cmd->idx = CPU_TO_LE32(start_index); in i40e_aq_debug_dump()
|
/illumos-gate/usr/src/uts/common/vm/ |
H A D | vm_anon.c | 2837 ulong_t start_index, in anon_map_createpages() argument 2864 index = start_index; in anon_map_createpages()
|
/illumos-gate/usr/src/uts/common/io/nxge/ |
H A D | nxge_rxdma.c | 901 chunk_index = bufinfo[anchor_index].start_index; in nxge_rxbuf_pp_to_vp() 3830 ring_info->buffer[i].start_index = index; in nxge_map_rxdma_channel_buf_ring()
|
/illumos-gate/usr/src/uts/common/io/sata/impl/ |
H A D | sata.c | 8929 int index, start_index; in sata_build_lsense_page_10() local 8945 start_index = index; /* remember where we started */ in sata_build_lsense_page_10() 8983 start_index == index) in sata_build_lsense_page_10()
|