Home
last modified time | relevance | path

Searched refs:ix (Results 1 – 25 of 195) sorted by path

12345678

/illumos-gate/usr/src/boot/libsa/
H A Ddosfs.c677 } ix[3] = { in cp_xdnm() local
687 for (p = (uchar_t *)xde + ix[n].off, x = ix[n].dim; x; in cp_xdnm()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ldap.c753 register int ix, goon; in oidmap() local
758 for (ix = 0; ix < OIDNB; ix++) { in oidmap()
759 oidptr = oid; tabptr = (&(OidTab[ix].oidcode[0])); in oidmap()
768 return (ix); in oidmap()
/illumos-gate/usr/src/cmd/look/
H A Dwords12421 ix
/illumos-gate/usr/src/cmd/luxadm/
H A Dhotplug.c257 int ix, status; in h_execCmnd() local
271 for (ix = 0; ix < nArg; ix++) { in h_execCmnd()
273 " %s", argStr[ix]); in h_execCmnd()
/illumos-gate/usr/src/cmd/mail/
H A Dgethead.c74 int rc, size, start, stop, ix; in gethead() local
156 for (ix = 0, rc = uucpstart; ix < unamechars && in gethead()
159 userval[ix++] = hold[rc]; in gethead()
161 if ((ix > 0) && (userval[ix - 1] == '\n')) { in gethead()
162 userval[ix - 1] = '\0'; in gethead()
164 userval[ix] = '\0'; in gethead()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dstreams.c1461 if (ftbp->ix < 0 || ftbp->ix > FTBLK_EVNTS) { in strftblk_step()
1462 mdb_warn("ftblk: incorrect index value %i\n", ftbp->ix); in strftblk_step()
1469 if (ftd->ft_ix > ftbp->ix) { in strftblk_step()
/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/cmd/newform/
H A Dnewform.c321 ix; /* Temporary */ in cnvtspec() local
527 for (ix = 0; ix <= tp; ix++) { in cnvtspec()
528 *nexttab++ = number[ix]; in cnvtspec()
529 if ((number[ix] >= number[ix+1]) && (ix != tp)) in cnvtspec()
/illumos-gate/usr/src/cmd/sgs/error/common/
H A Derrortouch.c43 static void diverterrors(char *name, int dest, Eptr **files, int ix,
49 static boolean preview(int nerrors, Eptr **files, int ix);
276 hackfile(char *name, Eptr **files, int ix, int nerrors) in hackfile() argument
285 previewed = preview(nerrors, files, ix); in hackfile()
290 touchedfiles[ix] = TRUE; in hackfile()
295 diverterrors(name, errordest, files, ix, previewed, nerrors); in hackfile()
306 preview(int nerrors, Eptr **files, int ix) in preview() argument
321 EITERATE(erpp, files, ix) { in preview()
382 diverterrors(char *name, int dest, Eptr **files, int ix, in diverterrors() argument
389 nerrors = files[ix+1] - files[ix]; in diverterrors()
[all …]
/illumos-gate/usr/src/cmd/sgs/m4/common/
H A Dm4macs.c406 int offset, ix; in dosubstr() local
415 ix = min(offset+outlen, inlen); in dosubstr()
417 while (ix > offset) in dosubstr()
418 putbak(str[--ix]); in dosubstr()
/illumos-gate/usr/src/cmd/spell/
H A Dlist12419 ix
/illumos-gate/usr/src/common/fsreparse/
H A Dfs_reparse.c124 int nx, ix, len; in reparse_validate_svctype() local
130 for (ix = 0; ix < len; ix++) { in reparse_validate_svctype()
132 if (svc_str[ix] == svctype_invalid_chars[nx]) in reparse_validate_svctype()
/illumos-gate/usr/src/common/mpi/
H A Dmp_gf2m.c211 mp_size ix; in mp_badd() local
235 for (ix = 0; ix < used_pb; ix++) { in mp_badd()
240 for (; ix < used_pa; ++ix) { in mp_badd()
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 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 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/contrib/ast/src/lib/libpp/
H A Dpp.probe841 *ix) ;;
/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/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 …]
/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/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_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/lib/libcurses/screen/
H A Dwrefresh.c1044 int x, w, ix; in _rmargin() local
1068 for (ix = wx + 1; ix < scrco; ++ix) { in _rmargin()
1069 (void) _outwch(wcp[ix]); in _rmargin()
1085 for (ix = 0; ix < w; ++ix) in _rmargin()
1093 for (ix = x; w > 0; --w, ++ix) in _rmargin()
1094 (void) _outwch(curscr->_y[cy][ix]); in _rmargin()
/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_tsearchhash.c274 unsigned long ix = 0; in dumptree_inner() local
289 for( ; ix < tsize; ix++,p++) { in dumptree_inner()
297 print_entry(p,"head",keyprint,ix,chainpos); in dumptree_inner()
304 print_entry(n,"chain",keyprint,ix,chainpos); in dumptree_inner()
388 unsigned long ix = 0; in resize_table() local
391 for( ; ix < tsize; ix++,p++) { in resize_table()
630 unsigned long ix = 0; in dwarf_twalk_inner() local
632 for( ; ix < tsize; ix++,p++) { in dwarf_twalk_inner()
663 unsigned long ix = 0; in dwarf_tdestroy_inner() local
666 for( ; ix < tsize; ix++,p++) { in dwarf_tdestroy_inner()

12345678