Home
last modified time | relevance | path

Searched refs:index (Results 1351 – 1375 of 1477) sorted by relevance

1...<<51525354555657585960

/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Deventlib.c611 if (heap_element(ctx->timers, this->index) != this) { in evDrop()
/illumos-gate/usr/src/uts/common/krtld/
H A Dkobj.c3375 sym_insert(struct module *mp, char *name, symid_t index) in sym_insert() argument
3393 index * mp->symhdr->sh_entsize); in sym_insert()
3394 _kobj_printf(ops, "krtld:\t[%3d]", index); in sym_insert()
3404 *ip = index; in sym_insert()
/illumos-gate/usr/src/uts/common/dtrace/
H A Ddtrace.c4727 int64_t index = (int64_t)tupregs[1].dttk_value; in dtrace_dif_subr() local
4746 if (index < 0) { in dtrace_dif_subr()
4747 index += len; in dtrace_dif_subr()
4749 if (index < 0 && index + remaining > 0) { in dtrace_dif_subr()
4750 remaining += index; in dtrace_dif_subr()
4751 index = 0; in dtrace_dif_subr()
4755 if (index >= len || index < 0) { in dtrace_dif_subr()
4758 remaining += len - index; in dtrace_dif_subr()
4759 } else if (index + remaining > size) { in dtrace_dif_subr()
4760 remaining = size - index; in dtrace_dif_subr()
[all …]
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_kstats.c57 uint8_t index; member
2207 r_index = rhp->index + nxgep->pt_config.hw_config.start_rdc; in nxge_rx_ring_stat()
2247 r_index = nxgep->pt_config.hw_config.tdc.start + rhp->index; in nxge_tx_ring_stat()
/illumos-gate/usr/src/lib/libctf/common/
H A Dctf_dwarf.c418 avl_index_t index; in ctf_dwmap_add() local
436 VERIFY(avl_find(&cup->cu_map, dwmap, &index) == NULL); in ctf_dwmap_add()
437 avl_insert(&cup->cu_map, dwmap, index); in ctf_dwmap_add()
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dsynch.c511 uint_t index; in QVERIFY() local
540 index = QUEUE_HASH(wchan, qtype); in QVERIFY()
541 ASSERT(&udp->queue_head[index] == qp); in QVERIFY()
/illumos-gate/usr/src/lib/libpool/common/
H A Dpool.c2226 pool_rs_set_index(pool_result_set_t *set, int index) in pool_rs_set_index() argument
2228 return (set->prs_set_index(set, index)); in pool_rs_set_index()
/illumos-gate/usr/src/boot/
H A DREADME.loader119 "?", "help [<topic> [<subtopic>]]" and "help index".
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4.h385 unsigned index; /* offset in servinst's array */ member
H A Dnfs4_clnt.h314 uint_t index; /* which sdata[index] */ member
/illumos-gate/usr/src/uts/common/io/
H A Dtem.c794 cm.index = 0; in tems_reset_colormap()
/illumos-gate/usr/src/common/dis/i386/
H A Ddis_tables.c3206 dtrace_get_SIB(dis86_t *x, uint_t *ss, uint_t *index, uint_t *base) in dtrace_get_SIB() argument
3221 *index = (byte >> 3) & 0x7; in dtrace_get_SIB()
3783 uint_t index; /* index register number */ in dtrace_get_operand() local
3888 dtrace_get_SIB(x, &ss, &index, &base); in dtrace_get_operand()
3895 index += 8; in dtrace_get_operand()
3973 if (index != ESP_REGNO || x->d86_vsib != 0) { in dtrace_get_operand()
3986 if (index != ESP_REGNO || x->d86_vsib) { in dtrace_get_operand()
3988 (void) strlcat(opnd, bregs[index], OPLEN); in dtrace_get_operand()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/
H A Decore_sp_verbs.c1092 BOOL add, unsigned char *dev_addr, int index) in ecore_set_mac_in_nig() argument
1101 if (index > ECORE_LLH_CAM_MAX_PF_LINE) in ecore_set_mac_in_nig()
1105 (add ? "ADD" : "DELETE"), index); in ecore_set_mac_in_nig()
1109 reg_offset += 8*index; in ecore_set_mac_in_nig()
1119 NIG_REG_LLH0_FUNC_MEM_ENABLE) + 4*index, add); in ecore_set_mac_in_nig()
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvds.c427 int index; /* dring elem index for task */ member
2586 status = vd_mark_elem_done(vd, task->index, in vd_complete_notify()
4242 status = vd_mark_elem_done(vd, task->index, in vd_process_task()
4528 vd->inband_task.index = 0; in vd_process_attr_msg()
4666 vd->dring_task[i].index = i; in vd_process_dring_reg_msg()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/
H A DRELEASE149 12-04-11 A bug in which read -A for an array whose index is an enumeration
168 12-03-29 A bug which could cause a core dump when copying a large index array
174 12-03-26 A bug in which typeset -p ref, when ref is a reference to an index
188 12-03-21 A bug with multi-dimenstional index arrays in which ${arr[i][j]}
210 12-03-08 The assignment typeset -a (x=1 y=2) now creates an index array
405 11-04-20 A bug in which a name reference to a multidimentional index array
406 index, nameref x=foo[3][4], did not work correctly has been fixed.
437 array index could incorrectly increase the count of the number
543 the first index for aliases and reserved words.
792 10-05-14 A bug in which the shell treats a valid index array assignment,
[all …]
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dmilter.c3160 mi_int32 i, index; local
3185 index = ntohl(i);
3213 if (bitset(H_USER, h->h_flags) && --index <= 0)
/illumos-gate/usr/src/uts/common/io/bfe/
H A Dbfe.c819 bfe_cam_write(bfe_t *bfe, uchar_t *d, int index) in bfe_cam_write() argument
835 ((uint32_t)index << BFE_CAM_INDEX_SHIFT))); in bfe_cam_write()
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_ath9k.h1015 struct ath9k_channel *chan, uint8_t index, uint16_t *config);
/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_prototype.h317 enum i40e_status_code i40e_aq_del_udp_tunnel(struct i40e_hw *hw, u8 index,
/illumos-gate/usr/src/data/zoneinfo/
H A Dasia2305 # http://libinfo.org/index.php?id=58564 -- on 1991-03-31 at 2:00 during
2872 # http://www.mongolnews.mn/index.php?module=unuudur&sec=view&id=15742
3034 # http://www.app.com.pk/en_/index.php?option=com_content&task=view&id=73043&Itemid=1
3056 # http://www.app.com.pk/en_/index.php?option=com_content&task=view&id=86715&Itemid=2
3094 # http://www.app.com.pk/en_/index.php?option=com_content&task=view&id=99374&Itemid=2
3202 # http://english.pnn.ps/index.php?option=com_content&task=view&id=596&Itemid=5
3236 # http://arabic.pnn.ps/index.php?option=com_content&task=view&id=50850
3329 # http://www.samanews.com/index.php?act=Show&id=122638
3340 # http://www.samanews.com/index.php?act=Show&id=154120
3348 # http://english.wafa.ps/index.php?action=detail&id=23246
[all …]
H A Dnorthamerica328 # http://www.al.com/news/huntsvilletimes/index.ssf?/base/news/1125047783228320.xml&coll=1
343 # http://www.al.com/living/index.ssf/2017/02/do_you_know_which_alabama_town.html
1367 # https://www.nrc-cnrc.gc.ca/eng/services/time/faq/index.html#Q5
2037 # index, and only some via Canadian legal sources. Other sources used include
2361 # http://www.diputados.gob.mx/bibliot/publica/inveyana/polisoc/horver/index.htm
2472 # References: "Diario de Monterrey" <http://www.diariodemonterrey.com/index.asp>
2708 # http://www.bahiadebanderas.gob.mx/principal/index.php?option=com_content&view=article&id=261:bahi…
3160 # http://www.radioreloj.cu/index.php/noticias-radio-reloj/71-miscelaneas/7529-cuba-aplicara-el-hora…
3168 # http://www.radioreloj.cu/index.php/noticias-radio-reloj/36-nacionales/9961-regira-horario-normal-…
3565 # http://www.turksandcaicos.tc/calendar/index.htm [2007-04-26]
/illumos-gate/usr/src/uts/common/io/mega_sas/
H A Dmegaraid_sas.c1895 cmd->frame->io.context = cmd->index; in create_mfi_frame_pool()
2059 cmd->index = i; in alloc_space_for_mfi()
2170 abort_fr->abort_context = cmd_to_abort->index; in abort_aen_cmd()
/illumos-gate/usr/src/uts/common/io/comstar/port/fct/
H A Dfct.c541 uint8_t *port_wwn, uint32_t index, fc_tgt_hba_port_attributes_t *port_attr, in fct_get_discovered_port_attr() argument
558 if (index >= iport->iport_nrps_login) { in fct_get_discovered_port_attr()
568 if ((index + 1) <= count) in fct_get_discovered_port_attr()
/illumos-gate/usr/src/cmd/init/
H A Dinit.c4465 int index = startd_failure_index++ % NSTARTD_FAILURE_TIMES; in startd_record_failure() local
4467 startd_failure_time[index] = gethrtime(); in startd_record_failure()
/illumos-gate/usr/src/boot/common/
H A Dgfx_fb.c204 gfx_fb_color_map(uint8_t index) in gfx_fb_color_map() argument
206 return (rgb_color_map(&rgb_info, index, 0xff)); in gfx_fb_color_map()

1...<<51525354555657585960