Home
last modified time | relevance | path

Searched refs:index (Results 1 – 25 of 1473) sorted by relevance

12345678910>>...59

/illumos-gate/usr/src/cmd/dtrace/test/tst/common/funcs/
H A Dtst.index.d.out6 index("foobarbaz", "barbaz"));
20 index("foofoofoo", "foo"));
90 index("", "foobar"));
104 index("foobar", ""));
116 if (index("", "") != 0) {
118 index("", ""));
132 index("foo", ""));
1070 index("", "", 0));
1084 index("", "", 0));
1098 index("", "", 0));
[all …]
H A Dtst.substr.d31 int index; member
46 command[i].index = 3;
58 command[i].index = 0;
62 command[i].index = 1;
78 command[i].index = 8;
82 command[i].index = 4;
86 command[i].index = 5;
90 command[i].index = 5;
106 command[i].index = 3;
110 command[i].index = 3;
[all …]
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dindex.test22 do_test index-1.1 {
27 do_test index-1.1b {
31 do_test index-1.1c {
37 do_test index-1.1d {
45 do_test index-1.2 {
52 do_test index-2.1 {
60 do_test index-2.1 {
68 do_test index-2.2 {
80 do_test index-3.1 {
94 do_test index-3.3 {
[all …]
/illumos-gate/usr/src/lib/mpapi/libmpapi/common/
H A Dmpapi.c475 MP_UINT32 index; in MP_GetPluginProperties() local
652 MP_UINT32 index; in MP_GetDeviceProductOidList() local
726 MP_UINT32 index; in MP_GetDeviceProductProperties() local
802 MP_UINT32 index; in MP_GetInitiatorPortOidList() local
870 MP_UINT32 index; in MP_GetInitiatorPortProperties() local
944 MP_UINT32 index; in MP_GetMultipathLus() local
1030 MP_UINT32 index; in MP_GetMPLogicalUnitProperties() local
1108 MP_UINT32 index; in MP_GetAssociatedPathOidList() local
1181 MP_UINT32 index; in MP_GetPathLogicalUnitProperties() local
1255 MP_UINT32 index; in MP_GetAssociatedTPGOidList() local
[all …]
/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaMechManager.c219 unsigned long index, num_found = 0; in meta_mechManager_get_slots() local
250 = &mechlist[index].slots[i]; in meta_mechManager_get_slots()
284 unsigned long index = 0; in meta_mechManager_update_mech() local
335 unsigned long index = 0; in meta_mechManager_update_slot() local
396 &index); in meta_mechManager_update_slot()
444 unsigned long index) in update_slotmech() argument
504 unsigned long i, index = 0; in meta_mechManager_allocmechs() local
513 *index_hint = index; in meta_mechManager_allocmechs()
566 (void) memmove(&mechlist[index+1], &mechlist[index], in meta_mechManager_allocmechs()
619 *index = i; in find_mech_index()
[all …]
/illumos-gate/usr/src/uts/common/io/sfxge/
H A Dsfxge_intr.c106 for (index = 0; index < EFX_INTR_NEVQS; index++) { in sfxge_intr_line()
124 for (index = 0; index < EFX_INTR_NEVQS; index++) { in sfxge_intr_line()
131 for (index = 0; index < EFX_INTR_NEVQS; index++) { in sfxge_intr_line()
345 int index; in sfxge_intr_bus_disable() local
368 err, (void *)sip->si_table[index], index, in sfxge_intr_bus_disable()
384 err, (void *)sip->si_table[index], index, in sfxge_intr_bus_disable()
421 for (index = 0; index < sip->si_nalloc; index++) { in sfxge_intr_nic_enable()
506 int index; in sfxge_intr_init() local
658 for (index = 0; index < sip->si_nalloc; index++) { in sfxge_intr_init()
685 err, (void *)sip->si_table[index], index, in sfxge_intr_init()
[all …]
H A Dsfxge_ev.c354 unsigned int index; in sfxge_ev_rxq_flush_done() local
394 unsigned int index; in sfxge_ev_rxq_flush_failed() local
1167 int index; in sfxge_ev_init() local
1208 for (index = 0; index < sip->si_nalloc; index++) { in sfxge_ev_init()
1218 while (--index >= 0) in sfxge_ev_init()
1238 int index; in sfxge_ev_start() local
1248 for (index = 0; index < sip->si_nalloc; index++) { in sfxge_ev_start()
1281 int index; in sfxge_ev_moderation_set() local
1287 for (index = 0; index < sip->si_nalloc; index++) { in sfxge_ev_moderation_set()
1309 int index; in sfxge_ev_stop() local
[all …]
/illumos-gate/usr/src/stand/lib/inet/
H A Dudp.c100 udp_input(int index) in udp_input() argument
114 index, igp->igm_level); in udp_input()
116 del_gram(&sockets[index].inq, igp, TRUE); in udp_input()
131 "from %s.\n", index, in udp_input()
141 "%d != %d from %s.\n", index, in udp_input()
143 sockets[index].bind.sin_port), in udp_input()
145 del_gram(&sockets[index].inq, igp, TRUE); in udp_input()
150 del_gram(&sockets[index].inq, igp, FALSE); in udp_input()
154 add_grams(&sockets[index].inq, ugp); in udp_input()
170 udp_output(int index, struct inetgram *ogp) in udp_output() argument
[all …]
H A Dipv4.c173 frag_free(int index) in frag_free() argument
176 freeb(fragment[index].mp); in frag_free()
344 int index; in ipv4_route() local
354 for (index = 0; index < IPV4_ROUTE_TABLE_SIZE; index++) in ipv4_route()
367 table[index].flag = flag; in ipv4_route()
404 int index; in ipv4_get_route() local
688 ipv4_input(int index) in ipv4_input() argument
702 index); in ipv4_input()
721 index, iphp->ip_v); in ipv4_input()
905 "dup.\n", index); in ipv4_input()
[all …]
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dslk.c190 int index; in __m_slk_clear() local
199 for (index = 0; index < 8; ++index) { in __m_slk_clear()
200 i = format[__m_slk_format][index]; in __m_slk_clear()
207 for (index = 0; index < 8; ++index) { in __m_slk_clear()
209 p = __m_screen->_slk._saved[index]; in __m_slk_clear()
290 int index; in __m_slk_doupdate() local
291 for (index = 0; index < 8; index++) { in __m_slk_doupdate()
303 slk_label(int index) in slk_label() argument
307 if (index < 1 || 8 < index) { in slk_label()
341 if (index < 1 || 8 < index || justify < 0 || 2 < justify) in slk_wset()
[all …]
/illumos-gate/usr/src/uts/sun4u/io/px/
H A Dpx_csr.h40 #define CSRA_XR(base, off, index) \ argument
41 (*(volatile uint64_t *)((base) + ((off) + ((index) * 8))))
46 #define CSRA_XS(base, off, index, val) \ argument
54 #define CSRA_FR(base, off, index, bit) \ argument
64 #define CSRA_FS(base, off, index, bit, val) \ argument
65 ((*(volatile uint64_t *) ((base) + ((off) + ((index) * 8)))) = \
75 #define CSRA_FC(base, off, index, bit) \ argument
77 ((*(volatile uint64_t *)((base) + ((off) + ((index) * 8)))) & \
85 #define CSRA_BR(base, off, index, bit) \ argument
94 #define CSRA_BS(base, off, index, bit) \ argument
[all …]
/illumos-gate/usr/src/uts/common/io/xge/drv/
H A Dxge.c272 int index) in xge_ring_config() argument
399 index); in xge_ring_config()
419 int index) in xge_fifo_config() argument
477 device_config->fifo.queue[index].tti[index].enabled = ddi_prop_get_int( in xge_fifo_config()
486 device_config->fifo.queue[index].tti[index].ufc_a = ddi_prop_get_int( in xge_fifo_config()
496 device_config->fifo.queue[index].tti[index].ufc_b = ddi_prop_get_int( in xge_fifo_config()
506 device_config->fifo.queue[index].tti[index].ufc_c = ddi_prop_get_int( in xge_fifo_config()
511 device_config->fifo.queue[index].tti[index].ufc_d = ddi_prop_get_int( in xge_fifo_config()
516 device_config->fifo.queue[index].tti[index].timer_ac_en = in xge_fifo_config()
521 device_config->fifo.queue[index].tti[index].timer_val_us = in xge_fifo_config()
[all …]
/illumos-gate/usr/src/cmd/dtrace/demo/
H A Dchapters3 index: 0
8 index: 10
13 index: 9
18 index: 34
23 index: 11
28 index: 17
33 index: 20
38 index: 1
43 index: 27
48 index: 18
[all …]
/illumos-gate/usr/src/uts/common/io/chxge/com/
H A Dch_mac.c75 u32 index; member
160 MAC_REG_IDLO(mac->instance->index)); in mac_get_address()
162 MAC_REG_IDHI(mac->instance->index)); in mac_get_address()
177 int idx = mac->instance->index; in mac_reset()
221 MAC_REG_CSR(mac->instance->index)); in mac_set_speed_duplex_fc()
271 MAC_REG_CSR(mac->instance->index)); in mac_disable()
294 MAC_REG_CSR(mac->instance->index)); in mac_enable_isl()
376 if (index >= 4) in mac_create()
386 mac->instance->index = index; in mac_create()
396 data32 = 0x55aa + (3 * index); in mac_create()
[all …]
/illumos-gate/usr/src/lib/mpapi/libmpscsi_vhci/common/
H A Dmp_utils.c209 int index = -1; in notifyClient() local
236 index = MP_OBJECT_TYPE_PLUGIN; in notifyClient()
241 index = MP_OBJECT_TYPE_MULTIPATH_LU; in notifyClient()
246 index = MP_OBJECT_TYPE_PATH_LU; in notifyClient()
261 index = MP_OBJECT_TYPE_TARGET_PORT; in notifyClient()
282 index = MP_OBJECT_TYPE_MULTIPATH_LU; in notifyClient()
287 index = MP_OBJECT_TYPE_PATH_LU; in notifyClient()
302 index = MP_OBJECT_TYPE_TARGET_PORT; in notifyClient()
329 index = MP_OBJECT_TYPE_PATH_LU; in notifyClient()
344 index = MP_OBJECT_TYPE_TARGET_PORT; in notifyClient()
[all …]
/illumos-gate/usr/src/uts/common/io/usb/clients/hidparser/
H A DREADME409 hidparser: scanner: index = 0x6 ch = 0xa1
452 hidparser: scanner: index = 0x8 ch = 0x85
466 hidparser: scanner: index = 0xa ch = 0x16
473 hidparser: scanner: index = 0xd ch = 0x26
480 hidparser: scanner: index = 0x10 ch = 0x9
486 hidparser: scanner: index = 0x12 ch = 0x9
492 hidparser: scanner: index = 0x14 ch = 0x9
618 hidparser: scanner: index = 0x21 ch = 0x9
624 hidparser: scanner: index = 0x23 ch = 0x9
630 hidparser: scanner: index = 0x25 ch = 0x9
[all …]
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSLPTokenizer.java49 private int index; field in SLPTokenizer
56 index = 0; in initialize()
130 if (index >= str.length()) { in hasMoreElements()
179 char c = str.charAt(index); in nextToken()
187 sb.append(str.charAt(index)); in nextToken()
188 index++; in nextToken()
193 while (index < str.length()) { in nextToken()
195 c = str.charAt(index); in nextToken()
205 index++; in nextToken()
217 c = str.charAt(index); in nextToken()
[all …]
/illumos-gate/usr/src/uts/i86pc/dboot/
H A Ddboot_multiboot2.c109 int index = 0; in dboot_multiboot2_iterate() local
115 return (index + 1); in dboot_multiboot2_iterate()
120 index++; in dboot_multiboot2_iterate()
122 return (index); in dboot_multiboot2_iterate()
146 if (index == ctx->dboot_iter_index) { in dboot_multiboot2_iterate_callback()
172 .dboot_iter_index = index, in dboot_multiboot2_modstart()
192 .dboot_iter_index = index, in dboot_multiboot2_modend()
212 .dboot_iter_index = index, in dboot_multiboot2_modcmdline()
266 index * mb2_mmap_tagp->mb_entry_size); in dboot_multiboot2_mmap_get_type()
289 index * mb2_mmap_tagp->mb_entry_size); in dboot_multiboot2_mmap_get_length()
[all …]
/illumos-gate/usr/src/uts/common/kiconv/kiconv_tc/
H A Dkiconv_tc.c653 size_t index; in big5_to_utf8_common() local
669 for (index = 0; index < sz; index++) in big5_to_utf8_common()
724 size_t index; in euctw_to_utf8() local
780 index = 1; in euctw_to_utf8()
788 index = 0; in euctw_to_utf8()
801 for (index = 0; index < sz; index++) in euctw_to_utf8()
816 size_t index; in big5hkscs_to_utf8() local
843 for (index = 0; index < sz; index++) in big5hkscs_to_utf8()
859 size_t index; in utf8_to_euctw() local
929 size_t index; in utf8_to_big5hkscs() local
[all …]
/illumos-gate/usr/src/uts/intel/io/vmm/
H A Dvmm_stat.c73 vst->index = vst_num_elems; in vmm_stat_register()
80 vmm_stat_copy(struct vm *vm, int vcpu, int index, int count, int *num_stats, in vmm_stat_copy() argument
90 if (index < 0 || count < 0) in vmm_stat_copy()
93 if (index > vst_num_elems) in vmm_stat_copy()
96 if (index == vst_num_elems) { in vmm_stat_copy()
101 tocopy = min(vst_num_elems - index, count); in vmm_stat_copy()
112 memcpy(buf, stats + index, tocopy * sizeof (stats[0])); in vmm_stat_copy()
136 vmm_stat_desc_copy(int index, char *buf, int bufsize) in vmm_stat_desc_copy() argument
143 if (index >= vst->index && index < vst->index + vst->nelems) { in vmm_stat_desc_copy()
146 vst->desc, index - vst->index); in vmm_stat_desc_copy()
/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Dfhc_bd.c87 int index; in fhc_bd_disabled() local
204 int index; in fhc_bd_busy() local
215 int index; in fhc_bd_is_jtag_master() local
229 int index; in fhc_bd_is_plus() local
265 int index; in fhc_bdlist_lock() local
314 int index; in fhc_bd_init() local
369 int index; in fhc_bd() local
402 int index; in fhc_bd_next() local
416 int index; in fhc_bd_valid() local
434 int index; in fhc_bd_type() local
[all …]
/illumos-gate/usr/src/lib/sun_fc/common/
H A DHBAList.cc105 int index = -1; in openHBA() local
110 index = atoi(indexString.c_str()); in openHBA()
116 if (index < 0 || index > hbas.size()) { in openHBA()
120 HBA *tmp = hbas[index]; in openHBA()
144 int index = -1; in openTgtHBA() local
155 if (index < 0 || index > tgthbas.size()) { in openTgtHBA()
159 HBA *tmp = tgthbas[index]; in openTgtHBA()
178 if (index < 0 || index > hbas.size()) { in getHBAName()
182 HBA *tmp = hbas[index]; in getHBAName()
204 if (index < 0 || index > tgthbas.size()) { in getTgtHBAName()
[all …]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_user/zfs_list/
H A Dzfs_list.kshlib46 typeset -i index=1
57 EXPECTED=$(echo $list | awk "{print \$$index}")
65 ((index = index + 1))
70 if [ $index -ne $(echo $list | awk '{print split($0,arr)+1}') ]
88 typeset -i index=$(echo $list | awk '{print split($0,arr)}')
99 EXPECTED=$(echo $list | awk "{print \$$index}")
108 ((index = index - 1))
113 if [ $index -ne 0 ]
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_tab.c136 while (*index != '\0' && isspace(*index)) { in tab_count_args()
137 index++; in tab_count_args()
141 if (*index != '\0' && !isspace(*index)) { in tab_count_args()
144 while (*index != '\0' && !isspace (*index)) { in tab_count_args()
145 index++; in tab_count_args()
170 char *index; in tab_copy_args() local
175 while (*index && isspace(*index)) { in tab_copy_args()
176 index++; in tab_copy_args()
179 if (*index && !isspace(*index)) { in tab_copy_args()
421 mcp->mtc_match[index] == name[index]) in mdb_tab_insert()
[all …]
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_fdvma.c76 index, npages); in pci_fdvma_load()
82 ASSERT(fdvma_p->pagecnt[index] == 0); in pci_fdvma_load()
99 &fdvma_p->cbcookie[index + i]); in pci_fdvma_load()
117 fdvma_p->kvbase[index] = baseaddr; in pci_fdvma_load()
118 fdvma_p->pagecnt[index] = npages; in pci_fdvma_load()
133 size_t npg = fdvma_p->pagecnt[index]; in pci_fdvma_unload()
144 index); in pci_fdvma_unload()
145 fdvma_p->kvbase[index] = NULL; in pci_fdvma_unload()
154 index); in pci_fdvma_unload()
155 fdvma_p->kvbase[index] = NULL; in pci_fdvma_unload()
[all …]

12345678910>>...59