Home
last modified time | relevance | path

Searched refs:ind (Results 1 – 25 of 57) sorted by path

123

/illumos-gate/usr/src/boot/common/
H A Dmerge_help.awk12 ind = 0;
36 ind++;
37 if (ind == 1)
39 first = ind;
40 help[ind, "T"] = T;
41 help[ind, "S"] = S;
59 first = ind;
64 help[ind, "T"] = T;
65 help[ind, "S"] = S;
66 help[ind, "D"] = D;
[all …]
/illumos-gate/usr/src/cmd/addbadsec/
H A Dix_altsctr.c727 int ind; in ent_bsearch() local
735 ind = i; in ent_bsearch()
737 for (interval = ind; interval; ) { in ent_bsearch()
741 if ((key->bad_start >= buf[ind-1].bad_start) && in ent_bsearch()
742 (key->bad_start <= buf[ind-1].bad_end)) { in ent_bsearch()
743 return(mystatus = ind-1); in ent_bsearch()
747 if (key->bad_start < buf[ind-1].bad_start) { in ent_bsearch()
748 ind = ind - interval; in ent_bsearch()
751 if (ind == cnt) break; in ent_bsearch()
752 if ((ind+interval) <= cnt) in ent_bsearch()
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ilbadm/
H A Dilbadm_stats.c398 int i, ind; in of_rule_stats() local
402 case ILBST_PKT_U: ind = RLSTA_PKT_U; in of_rule_stats()
404 case ILBST_BYTES_U: ind = RLSTA_BYTES_U; in of_rule_stats()
406 case ILBST_PKT_D: ind = RLSTA_PKT_D; in of_rule_stats()
408 case ILBST_BYTES_D: ind = RLSTA_BYTES_D; in of_rule_stats()
410 case ILBST_ICMP_P: ind = RLSTA_ICMP_P; in of_rule_stats()
412 case ILBST_ICMP_D: ind = RLSTA_ICMP_D; in of_rule_stats()
534 int i, ind; in i_copy_sstats() local
539 if (ind == -1) in i_copy_sstats()
610 int i, ind; in i_copy_rstats() local
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ipaddr.c217 int ind; in addhost() local
265 for (ind = 0; in addhost()
267 ind++) { in addhost()
269 aliases[ind]); in addhost()
280 for (ind = 0; in addhost()
282 ind++) { in addhost()
384 int ind; in lgetipnodebyname() local
396 ind = 0; in lgetipnodebyname()
411 ind++; in lgetipnodebyname()
432 ind++; in lgetipnodebyname()
[all …]
/illumos-gate/usr/src/cmd/cron/
H A Delm.c185 ind->key = k; in el_init()
187 index = ind; in el_init()
209 ind->key = k; in el_init()
252 ind = index; in el_add()
253 while ((ind->key)->time <= time) ind = ind->right; in el_add()
423 ind = index; in el_first()
424 while ((ind->right)->right != NULL) ind = ind->right; in el_first()
426 k = ind->key; in el_first()
496 ind = index; in el_delete()
497 k = ind->key; in el_delete()
[all …]
/illumos-gate/usr/src/cmd/format/
H A Dix_altsctr.c747 int ind; in ent_bsearch() local
755 ind = i; in ent_bsearch()
757 for (interval = ind; interval; ) { in ent_bsearch()
758 if ((key->bad_start >= buf[ind-1].bad_start) && in ent_bsearch()
759 (key->bad_start <= buf[ind-1].bad_end)) { in ent_bsearch()
760 return (mystatus = ind-1); in ent_bsearch()
764 if (key->bad_start < buf[ind-1].bad_start) { in ent_bsearch()
765 ind = ind - interval; in ent_bsearch()
771 if (ind == cnt) in ent_bsearch()
773 if ((ind + interval) <= cnt) in ent_bsearch()
[all …]
/illumos-gate/usr/src/cmd/krb5/kadmin/dbutil/
H A Dkdb5_create.c425 krb5_int32 ind; local
444 ind = iargs->dbentp->n_key_data-1;
452 &iargs->dbentp->key_data[ind]);
/illumos-gate/usr/src/cmd/krb5/ldap_util/
H A Dkdb5_ldap_realm.c2258 krb5_int32 ind; local
2286 ind = entry->n_key_data++;
2295 &entry->key_data[ind]);
/illumos-gate/usr/src/cmd/newtask/
H A Dnewtask.c521 int ind; in set_ids() local
554 ind = priv_getsetbyname(PRIV_EFFECTIVE); in set_ids()
555 eset = (priv_set_t *)&new_prpriv->pr_sets[new_prpriv->pr_setsize * ind]; in set_ids()
556 ind = priv_getsetbyname(PRIV_PERMITTED); in set_ids()
557 pset = (priv_set_t *)&new_prpriv->pr_sets[new_prpriv->pr_setsize * ind]; in set_ids()
/illumos-gate/usr/src/cmd/oamuser/user/
H A Duserdefs.c117 static int ind = NDEF - 1; in scan() local
119 int lastind = ind; in scan()
130 ind++; in scan()
131 ind %= NDEF; in scan()
133 if (strncmp(cur_p, tab[ind].name, tab[ind].nmsz) == 0) { in scan()
134 *start_p = cur_p + tab[ind].nmsz; in scan()
135 return (&tab[ind]); in scan()
137 } while (ind != lastind); in scan()
/illumos-gate/usr/src/cmd/oawk/
H A Db.c435 int j, n, s, ind, numtrans; in cgotofn() local
586 ind = 0; in cgotofn()
762 fatab[ind].cc.cc_cs = cs; in cgotofn()
763 fatab[ind].cc.cc_ne = ne; in cgotofn()
764 fatab[ind].cc.cc_ce = ce; in cgotofn()
765 fatab[ind].n = n; in cgotofn()
772 prev, ind+1, NULL); in cgotofn()
774 fatab[ind].cc.cc_cs = cs; in cgotofn()
775 fatab[ind].cc.cc_ne = ne; in cgotofn()
776 fatab[ind].cc.cc_ce = ce; in cgotofn()
[all …]
/illumos-gate/usr/src/cmd/pr/
H A Dpr.c86 #define SQUEEZE_ARG(argp, ind, n) \ argument
89 for (i = ind; argp[i]; i++) \
/illumos-gate/usr/src/cmd/ptools/ppriv/
H A Dppriv.c446 int ind = strindex(q[i], sets); in parsespec() local
448 if (ind == -1) in parsespec()
452 if (((toupd == &rem || toupd == &add) && assign[ind] != NULL) || in parsespec()
453 (toupd == &assign && (assign[ind] != NULL || in parsespec()
454 rem[ind] != NULL || add[ind] != NULL))) { in parsespec()
459 if ((*toupd)[ind] != NULL) { in parsespec()
461 priv_intersect(upd, (*toupd)[ind]); in parsespec()
463 priv_union(upd, (*toupd)[ind]); in parsespec()
465 (*toupd)[ind] = upd; in parsespec()
/illumos-gate/usr/src/cmd/smbsrv/testoplock/
H A Dcase12.txt19 # should see break_to_none pending (but no break ind yet)
23 # should get a new break ind. (RH to R) ar=1
27 # should get a new break ind. (R to none) ar=0
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dnblk.c43 fsblkcnt_t tot, count, count1, d_indirect, t_indirect, ind; in nblk() local
53 ind = howmany(bsize, sizeof (daddr_t)); in nblk()
54 d_indirect = ind + DIRECT; /* double indirection */ in nblk()
55 t_indirect = ind * (ind + 1) + DIRECT; /* triple indirection */ in nblk()
60 count1 = (tot - ind * ind - (DIRECT + 1)) / ind; in nblk()
61 count = count1 + count1 / ind + ind + 3; in nblk()
63 count = (tot - (DIRECT + 1)) / ind + 2; in nblk()
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_vmain.c76 int ind, nlput; local
378 ind = vcline, cnt += ind;
380 ind = 0;
382 vup(cnt, ind, 1);
398 ind = vcnt - vcline - 1, cnt += ind;
400 ind = 0;
402 vdown(cnt, ind, 1);
425 ind = vcnt - vcline - 1 + cnt;
426 vdown(ind, ind, 1);
439 ind = vcline + cnt;
[all …]
H A Dex_vops.c498 int i, ind, cnt; in vchange() local
549 ind = -1; in vchange()
559 ind = lindent(dot); in vchange()
599 if (ind >= 0) { in vchange()
605 *genindent(ind) = 0; in vchange()
635 if (ind >= 0) { in vchange()
647 ind = 0; in vchange()
655 vappend('x', 1, ind); in vchange()
729 int ind = 0, i; in voOpen() local
760 *genindent(ind) = 0; in voOpen()
[all …]
H A Dex_vwind.c112 ind -= cnt - i; in vup()
113 if (ind < 0) in vup()
114 ind = 0; in vup()
129 if (ind > basWLINES / 2) in vup()
130 ind = basWLINES / 3; in vup()
132 vcontext(dot + ind - cnt, '.'); in vup()
138 vcline += ind, dot += ind; in vup()
160 ind -= cnt - i; in vdown()
161 if (ind < 0) in vdown()
162 ind = 0; in vdown()
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/port/
H A Dlc.tab74 id indonesian ind
/illumos-gate/usr/src/data/terminfo/extras/
H A Drxvt-unicode.terminfo53 ind=^J,
/illumos-gate/usr/src/data/terminfo/
H A Dtermcap.src10885 # the delays on cr and ind below. This padding is only needed at
H A Dterminfo.src6607 ind=^J,
6841 ind=^J,
8523 ind=^J,
9495 ind=\n$<2>,
14035 ind=^J,
14365 ind=^J,
15829 ind=\ED,
16247 ind=^F^J,
16676 ind=^J,
20307 ind=^J,
[all …]
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dcaps263 scroll_forward, "ind" "sf" Scroll text up
/illumos-gate/usr/src/lib/libdlpi/common/
H A Dlibdlpi.c720 dlpi_msg_t ind; in dlpi_recv() local
742 DLPI_MSG_CREATE(ind, DL_UNITDATA_IND); in dlpi_recv()
743 udatap = &(ind.dlm_msg->unitdata_ind); in dlpi_recv()
744 indendp = (caddr_t)ind.dlm_msg + ind.dlm_msgsz; in dlpi_recv()
746 if ((retval = i_dlpi_strgetmsg(dip, msec, &ind, DL_UNITDATA_IND, in dlpi_recv()
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dgetvalues.c148 int ind = 0; in parse_subtypes() local
172 ind = subtypeStart; in parse_subtypes()
207 ind = 0; in parse_subtypes()
209 ind = subtypeStart; in parse_subtypes()
232 (*langp)[i] = toupper( target[ind+i] ); in parse_subtypes()

123