Searched defs:start_index (Results 1 - 15 of 15) sorted by relevance

/illumos-gate/usr/src/lib/libsaveargs/amd64/
H A Dsaveargs.c253 saveargs_has_args(uint8_t *ins, size_t size, uint_t argc, int start_index) argument
262 argc = MIN((start_index + argc), INSTR_ARRAY_SIZE);
298 ret = start_index ?
317 for (j = start_index; j < argc; j++) {
326 found |= (1 << (j - start_index));
329 ((1 << (argc - start_index)) - 1)) {
343 if (start_index != 0) {
354 /* argc is inclusive of start_index, allow for that */
355 for (j = 0; j < (argc - start_index); j++) {
360 ((1 << (argc - start_index))
[all...]
/illumos-gate/usr/src/lib/libsaveargs/tests/dump/
H A Ddump.c119 int start_index = 0; local
126 start_index = 1;
129 ss->ss_finfo.ctc_argc, start_index) != SAVEARGS_NO_ARGS)
/illumos-gate/usr/src/cmd/mdb/intel/mdb/
H A Dmdb_amd64util.c207 int start_index; /* index to save_instr where to start comparison */ local
291 start_index = 1;
293 start_index = 0;
333 start_index)) != SAVEARGS_NO_ARGS)) {
335 reg_argc = MIN((6 - start_index), mfp.mtf_argc);
/illumos-gate/usr/src/uts/common/io/nge/
H A Dnge_rx.c137 * start_index: the start indexer of BDs for one packet.
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) argument
162 srbdp = &brp->sw_rbds[start_index];
H A Dnge_tx.c125 nge_tx_desc_sync(nge_t *ngep, uint32_t start_index, uint32_t bds, uint_t type) argument
133 start = start_index * txd_size;
358 uint32_t start_index; local
368 if ((uint32_t)-1 == (start_index = nge_tx_alloc(ngep, bds)))
371 ASSERT(start_index < srp->desc.nslots);
381 tfint = ((start_index % ngep->tfint_threshold) == 0);
384 ssbdp = &srp->sw_sbds[start_index];
406 nge_tx_desc_sync(ngep, start_index, bds, DDI_DMA_SYNC_FORDEV);
439 uint32_t start_index; local
531 if ((uint32_t)-1 == (start_index
[all...]
/illumos-gate/usr/src/lib/libproc/amd64/
H A DPisadep.c366 int start_index = 0; local
394 start_index = 1;
396 start_index = 0;
428 start_index)) != SAVEARGS_NO_ARGS)) {
429 int regargs = MIN((6 - start_index), argc);
/illumos-gate/usr/src/uts/common/io/1394/targets/dcam1394/
H A Ddcam.c86 size_t num_bytes, int start_index, int *end_index);
88 size_t num_bytes, int start_index, int *end_index);
1171 int start_index, int *end_index_p)
1177 index = start_index;
1204 size_t num_bytes, int start_index, int *end_index_p)
1210 index = start_index;
1170 byte_copy_to_user_buff(uchar_t *src_addr_p, struct uio *uio_p, size_t num_bytes, int start_index, int *end_index_p) argument
1203 byte_copy_from_user_buff(uchar_t *dst_addr_p, struct uio *uio_p, size_t num_bytes, int start_index, int *end_index_p) argument
/illumos-gate/usr/src/lib/libtecla/common/
H A Dcplmatch.c910 * or if you specify start_index to be -1, the filename is taken
917 * start_index int The index of the start of the filename in
920 void cfc_file_start(CplFileConf *cfc, int start_index) argument
924 cfc->file_start = start_index;
H A Dpcache.c1601 * or if you specify start_index to be -1, the filename is taken
1608 * start_index int The index of the start of the filename in
1611 void ppc_file_start(PcaPathConf *ppc, int start_index) argument
1614 ppc->file_start = start_index;
/illumos-gate/usr/src/uts/common/vm/
H A Dvm_anon.c2846 ulong_t start_index,
2873 index = start_index;
2844 anon_map_createpages( struct anon_map *amp, ulong_t start_index, size_t len, page_t *ppa[], struct seg *seg, caddr_t addr, enum seg_rw rw, struct cred *cred) argument
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_rxdma.h357 uint32_t start_index; member in struct:_rxbuf_index_info_t
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_rxdma.h255 uint32_t start_index; member in struct:_rxbuf_index_info_t
/illumos-gate/usr/src/uts/intel/io/dnet/
H A Ddnet.c1326 int index, end_index, start_index; local
1346 index = start_index = dnetp->tx_current_desc;
1454 for (index = end_index; index != start_index;
1457 ring[start_index].desc1.first_desc = 1;
1458 ring[start_index].desc0.own = 1;
/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_common.c5485 * @start_index: index of line in the block to read
5496 u8 table_id, u32 start_index, u16 buff_size,
5520 cmd->idx = CPU_TO_LE32(start_index);
5495 i40e_aq_debug_dump(struct i40e_hw *hw, u8 cluster_id, u8 table_id, u32 start_index, u16 buff_size, void *buff, u16 *ret_buff_size, u8 *ret_next_table, u32 *ret_next_index, struct i40e_asq_cmd_details *cmd_details) argument
/illumos-gate/usr/src/uts/common/io/sata/impl/
H A Dsata.c8711 int index, start_index; local
8727 start_index = index; /* remember where we started */
8765 start_index == index)

Completed in 162 milliseconds