Home
last modified time | relevance | path

Searched refs:ix (Results 1 – 25 of 195) sorted by last modified time

12345678

/illumos-gate/usr/src/data/hwdata/
H A Dpci.ids536 17aa 1053 ThinkServer RAID 720ix
652 1000 9251 MegaRAID SAS 9260-4ix
653 1000 9256 MegaRAID SAS 9260-8ix
23310 1300 ARC-1300ix-16 16-Port PCI-Express to SAS Non-RAID Host Adapter
/illumos-gate/usr/src/cmd/mdb/common/modules/libc/
H A Dlibc.c421 static int ix = 0; in prt_addr() local
424 if (ix == 4) /* use buffers in sequence: 0, 1, 2, 3 */ in prt_addr()
425 ix = 0; in prt_addr()
426 buf = buffer[ix++]; in prt_addr()
/illumos-gate/usr/src/uts/common/io/sfe/
H A Dsfe.c321 #define BITSET(p, ix, v) (p)[(ix)/8] |= ((v) ? 1 : 0) << ((ix) & 0x7) in sfe_get_mac_addr_dp83815() argument
/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vlog_ultra3.S2318 ! ld [%fp+tmp0],%l0 !BYPASS out ix X1
2355 bge,pn %icc,.range0 ! ix<=0x000fffff or >=0x7ff00000 ! X1
2475 bge,pn %icc,.range1 ! ix<=0x000fffff or >=0x7ff00000 ! X2
2580 bge,pn %icc,.range2 ! ix<=0x000fffff or >=0x7ff00000 ! X3
2715 fpadd32s P0_X1,TTOPMSK,P0_f2 ! n=(ix+0xc0194000)&0xfff00000
2726 fpadd32s P1_X2,TTOPMSK,P1_f12 ! n=(ix+0xc0194000)&0xfff00000
2737 fpadd32s P2_X3,TTOPMSK,P2_f22 ! n=(ix+0xc0194000)&0xfff00000
2745 bgeu,pn %icc,2f ! if (unsigned) ix >= 0x7ff00000
2792 fpadd32s P0_X1,TTOPMSK,P0_f2 ! n=(ix+0xc0194000)&0xfff00000
2801 bgeu,pn %icc,2f ! if (unsigned) ix >= 0x7ff00000
[all …]
H A D__vlog.S240 ld [%i1],%l0 ! ix
250 fpadd32s %f0,%f31,%f4 ! n = (ix + 0xc0194000) & 0xfff00000
254 bge,pn %icc,.range0 ! ix <= 0x000fffff or >= 0x7ff00000
264 add %l0,%l4,%l0 ! j = ix + 0x94000
333 bge,pn %icc,.range1 ! ix <= 0x000fffff or >= 0x7ff00000
343 add %l1,%l4,%l1 ! j = ix + 0x94000
412 bge,pn %icc,.range2 ! ix <= 0x000fffff or >= 0x7ff00000
422 add %l2,%l4,%l2 ! j = ix + 0x94000
524 bgeu,pn %icc,2f ! if (unsigned) ix >= 0x7ff00000
574 bgeu,pn %icc,2f ! if (unsigned) ix >= 0x7ff00000
[all …]
/illumos-gate/usr/src/common/mpi/
H A Dmpi.c2514 for(ix = 1; ix < len; ix++) { in mp_read_raw()
2852 for(ix = 0; ix < count; ix++) in s_mp_setz()
2872 for(ix = 0; ix < count; ix++) in s_mp_copy()
2982 for(ix = pos - p; ix >= 0; ix--) in s_mp_lshd()
2986 for(ix = 0; ix < p; ix++) in s_mp_lshd()
3064 for (ix = USED(mp) - p; ix > 0; ix--) in s_mp_rshd()
3103 for (ix = 0; ix < used; ix++) { in s_mp_mul_2()
3521 for(ix = 0; ix < used; ix++) { in s_mp_add()
3615 for (ix = 0; ix < used; ix++) { in s_mp_add_3arg()
3849 for (ix = 0; ix < limit; ++ix) { in s_mp_sub_3arg()
[all …]
H A Dmpi-priv.h171 {int ix;for(ix=0;ix<(count);ix++)(dp)[ix]=0;}
178 {int ix;for(ix=0;ix<(count);ix++)(dp)[ix]=(sp)[ix];}
H A Dmplogic.c126 mp_size ix; in mpl_set_bit() local
132 ix = bitNum / MP_DIGIT_BIT; in mpl_set_bit()
133 if (ix + 1 > MP_USED(a)) { in mpl_set_bit()
142 MP_DIGIT(a,ix) |= mask; in mpl_set_bit()
144 MP_DIGIT(a,ix) &= ~mask; in mpl_set_bit()
156 mp_size bit, ix; in mpl_get_bit() local
206 int ix; in mpl_significant_bits() local
210 ix = MP_USED(a); in mpl_significant_bits()
211 for (ix = MP_USED(a); ix > 0; ) { in mpl_significant_bits()
213 d = MP_DIGIT(a, --ix); in mpl_significant_bits()
[all …]
H A Dmpprime.c91 unsigned int ix, jx; in mpp_random() local
95 for(ix = 0; ix < USED(a); ix++) { in mpp_random()
99 DIGIT(a, ix) = next; in mpp_random()
/illumos-gate/usr/src/uts/common/io/
H A Dstream.c4201 int ix, nix; in str_ftevent() local
4206 if ((ix = bp->ix) == FTBLK_EVNTS) { in str_ftevent()
4228 nbp->ix = 1; in str_ftevent()
4240 ix = 0; in str_ftevent()
4248 nix = ix + 1; in str_ftevent()
4249 if (atomic_cas_32((uint32_t *)&bp->ix, ix, nix) == ix) { in str_ftevent()
4259 ep = &bp->ev[ix]; in str_ftevent()
4308 if (bp != hp->tail || bp->ix != 0) { in str_ftfree()
4317 hp->first.ix = 0; in str_ftfree()
/illumos-gate/usr/src/uts/sun4u/io/
H A Dsbd.c2804 int i, ix; in sbd_get_devlist() local
2826 for (i = ix = 0; (i < max_units) && uset; i++) { in sbd_get_devlist()
2875 ret_devlist[ix].dv_dip = dip; in sbd_get_devlist()
2876 sbd_init_err(&ret_devlist[ix].dv_error); in sbd_get_devlist()
2877 ix++; in sbd_get_devlist()
2883 if ((*count = ix) == 0) { in sbd_get_devlist()
4002 int i, ix; in sbd_mem_cnt() local
4010 for (i = ix = 0; i < MAX_MEM_UNITS_PER_BOARD; i++) { in sbd_mem_cnt()
4021 ix++; in sbd_mem_cnt()
4024 return (ix); in sbd_mem_cnt()
/illumos-gate/usr/src/lib/libc_db/common/
H A Dthread_db.c2652 uint_t ix; in read_sync_stats() local
2658 ix = tdb_addr_hash64(sync_obj_addr); in read_sync_stats()
2660 ix = tdb_addr_hash32(sync_obj_addr); in read_sync_stats()
2665 if (ps_pdread(ta_p->ph_p, hash_table + ix * sizeof (uint64_t), in read_sync_stats()
2699 size_t ix; in __td_sync_get_stats() local
2790 (ix = sync_stats.sync_addr - ta_p->hash_table_addr) in __td_sync_get_stats()
2793 ix / sizeof (thr_hash_table_t) + 1; in __td_sync_get_stats()
2817 (ix = sync_stats.sync_addr - ta_p->hash_table_addr) in __td_sync_get_stats()
2820 ix / sizeof (thr_hash_table_t) + 1; in __td_sync_get_stats()
/illumos-gate/usr/src/uts/common/vm/
H A Dvm_anon.c739 processorid_t ix, max_seqid; in set_anoninfo() local
756 for (ix = 0; ix <= max_seqid; ix++) in set_anoninfo()
757 total += ani_free_pool[ix].ani_count; in set_anoninfo()
/illumos-gate/usr/src/uts/common/syscall/
H A Dpoll.c1048 int ix; in pcacheset_cmp() local
1050 for (ix = 0; ix < n; ix++) { in pcacheset_cmp()
1052 if ((ix & 0x7) == 0) { in pcacheset_cmp()
1056 if (current[ix].fd == cached[ix].fd) { in pcacheset_cmp()
1064 newlist[ix].events = current[ix].events; in pcacheset_cmp()
1066 if (current[ix].events == cached[ix].events) { in pcacheset_cmp()
1067 current[ix].revents = 0; in pcacheset_cmp()
1071 if ((current[ix].fd < 0) && (cached[ix].fd < 0)) { in pcacheset_cmp()
1072 current[ix].revents = 0; in pcacheset_cmp()
1075 return (ix); in pcacheset_cmp()
[all …]
/illumos-gate/usr/src/uts/common/io/usbgem/
H A Dusbgem.c3857 uint8_t reqt, uint8_t req, uint16_t val, uint16_t ix, uint16_t len, in usbgem_ctrl_out() argument
3871 dp->name, __func__, reqt, req, val, ix, len, bp, dp->nic_state)); in usbgem_ctrl_out()
3890 setup.wIndex = ix; in usbgem_ctrl_out()
3909 dp->name, __func__, reqt, req, val, ix, len, in usbgem_ctrl_out()
3926 uint8_t reqt, uint8_t req, uint16_t val, uint16_t ix, uint16_t len, in usbgem_ctrl_in() argument
3941 dp->name, __func__, reqt, req, val, ix, len, bp, dp->mac_state)); in usbgem_ctrl_in()
3952 setup.wIndex = ix; in usbgem_ctrl_in()
3973 reqt, req, val, ix, len, in usbgem_ctrl_in()
3990 uint8_t reqt, uint8_t req, uint16_t val, uint16_t ix, uint16_t len, in usbgem_ctrl_out_val() argument
4008 return (usbgem_ctrl_out(dp, reqt, req, val, ix, len, buf, len)); in usbgem_ctrl_out_val()
[all …]
H A Dusbgem.h362 uint8_t reqt, uint8_t req, uint16_t val, uint16_t ix, uint16_t len,
366 uint8_t reqt, uint8_t req, uint16_t val, uint16_t ix, uint16_t len,
370 uint8_t reqt, uint8_t req, uint16_t val, uint16_t ix, uint16_t len,
374 uint8_t reqt, uint8_t req, uint16_t val, uint16_t ix, uint16_t len,
/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_crypto.c105 struct ieee80211_key *k, ieee80211_keyix ix) in ieee80211_crypto_resetkey() argument
109 k->wk_keyix = ix; in ieee80211_crypto_resetkey()
/illumos-gate/usr/src/uts/common/io/axf/
H A Daxf_usbgem.c292 #define OUT(dp, req, val, ix, len, buf, errp, label) \ argument
298 /* wIndex */ (ix), \
303 #define IN(dp, req, val, ix, len, buf, errp, label) \ argument
309 /* wIndex */ (ix), \
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_if.c2581 int ix; in ill_frag_prune() local
2583 for (ix = 0; ix < ILL_FRAG_HASH_TBL_COUNT; ix++) { in ill_frag_prune()
2584 ipfb = &ill->ill_frag_hash_tbl[ix]; in ill_frag_prune()
2598 int ix; in ill_frag_prune() local
2603 for (ix = 0; ix < ILL_FRAG_HASH_TBL_COUNT; ix++) { in ill_frag_prune()
2604 ipfb = &ill->ill_frag_hash_tbl[ix]; in ill_frag_prune()
/illumos-gate/usr/src/uts/common/fs/tmpfs/
H A Dtmp_dir.c78 int ix; in tmpfs_hash_init() local
80 for (ix = 0; ix < T_MUTEX_SIZE; ix++) in tmpfs_hash_init()
81 mutex_init(&t_hashmutex[ix], NULL, MUTEX_DEFAULT, NULL); in tmpfs_hash_init()
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dwhere.c49 int ix[31]; /* Cursor assigned to each bit */ member
95 if( pMaskSet->ix[i]==iCursor ) return 1<<i; in getMask()
97 if( i==pMaskSet->n && i<ARRAYSIZE(pMaskSet->ix) ){ in getMask()
99 pMaskSet->ix[i] = iCursor; in getMask()
/illumos-gate/usr/src/lib/libnisdb/
H A Dldap_ldap.c234 int stat, i, ix, six, nix; in storeLDAP() local
381 for (ix = six; ix < nix; ix++) { in storeLDAP()
383 rv->attrVal[0].val[ix-six].value = in storeLDAP()
384 am(myself, val->val[ix].length); in storeLDAP()
385 if (rv->attrVal[0].val[ix-six].value == 0 && in storeLDAP()
386 val->val[ix].value != 0) { in storeLDAP()
392 rv->attrVal[0].val[ix-six].length = in storeLDAP()
393 val->val[ix].length; in storeLDAP()
394 if (rv->attrVal[0].val[ix-six].length > 0) { in storeLDAP()
396 val->val[ix].value, in storeLDAP()
[all …]
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dthr.c181 udp->thr_hash_table[ix].hash_bucket = ulwp; in hash_in_unlocked()
182 ulwp->ul_ix = ix; in hash_in_unlocked()
188 int ix = TIDHASH(ulwp->ul_lwpid, udp); in hash_in() local
192 hash_in_unlocked(ulwp, ix, udp); in hash_in()
216 int ix; in hash_out() local
218 if ((ix = ulwp->ul_ix) >= 0) { in hash_out()
222 hash_out_unlocked(ulwp, ix, udp); in hash_out()
502 int ix = TIDHASH(tid, udp); in find_lwpp() local
838 hash_out_unlocked(self, ix, udp); in _thrp_exit()
839 hash_in_unlocked(replace, ix, udp); in _thrp_exit()
[all …]
/illumos-gate/usr/src/lib/libc/port/fp/
H A Ddecimal_bin.c149 int ids, i, ix, exp, ndigs; in __decimal_to_unpacked() local
237 ix = 0; in __decimal_to_unpacked()
238 for (i = pbb->blength - 1; i > 0 && ix < 5; i -= 2) { in __decimal_to_unpacked()
239 px->significand[ix++] = (pbb->bsignificand[i] << 16) | in __decimal_to_unpacked()
242 if (ix < 5) { in __decimal_to_unpacked()
245 px->significand[ix++] = pbb->bsignificand[i] << 16; in __decimal_to_unpacked()
246 while (ix < 5) in __decimal_to_unpacked()
247 px->significand[ix++] = 0; in __decimal_to_unpacked()
/illumos-gate/usr/src/lib/auditd_plugins/syslog/
H A Dsysplugin.c329 int ix; in gethname() local
379 hosthash[ix].ht_key = key; in gethname()
396 hosthash[ix].ht_length = strlen(hosthash[ix].ht_value); in gethname()
398 hosthash[ix].ht_length = strlcpy(hosthash[ix].ht_value, in gethname()
427 int ix; in getuname() local
444 uidhash[ix].ht_key = uid; in getuname()
453 uidhash[ix].ht_length = l; in getuname()
455 l = uidhash[ix].ht_length + 1; in getuname()
471 gidhash[ix].ht_key = gid; in getuname()
475 gidhash[ix].ht_length = in getuname()
[all …]

12345678