Searched defs:ind (Results 1 - 25 of 36) sorted by relevance

12

/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dnblk.c43 fsblkcnt_t tot, count, count1, d_indirect, t_indirect, ind; local
53 ind = howmany(bsize, sizeof (daddr_t));
54 d_indirect = ind + DIRECT; /* double indirection */
55 t_indirect = ind * (ind + 1) + DIRECT; /* triple indirection */
60 count1 = (tot - ind * ind - (DIRECT + 1)) / ind;
61 count = count1 + count1 / ind + ind
[all...]
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_vwind.c95 * Go up cnt lines, afterwards preferring to be ind
101 vup(int cnt, int ind, bool scroll) argument
112 ind -= cnt - i;
113 if (ind < 0)
114 ind = 0;
129 if (ind > basWLINES / 2)
130 ind = basWLINES / 3;
132 vcontext(dot + ind - cnt, '.');
138 vcline += ind, dot += ind;
149 vdown(int cnt, int ind, bool scroll) argument
[all...]
H A Dex_vmain.c78 int ind, nlput; local
380 ind = vcline, cnt += ind;
382 ind = 0;
384 vup(cnt, ind, 1);
400 ind = vcnt - vcline - 1, cnt += ind;
402 ind = 0;
404 vdown(cnt, ind, 1);
427 ind
[all...]
H A Dex_vops.c498 int i, ind, cnt; local
549 ind = -1;
559 ind = lindent(dot);
561 ind = whitecnt(linebuf);
599 if (ind >= 0) {
605 *genindent(ind) = 0;
635 if (ind >= 0) {
647 ind = 0;
655 vappend('x', 1, ind);
729 int ind local
[all...]
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dnfs2ops.c70 static char ind[] = "|/-\\"; /* progress indicator */ local
172 printf("%c\b", ind[pos++ & 3]);
H A Dnfs3ops.c68 static char ind[] = "|/-\\"; /* progress indicator */ local
176 printf("%c\b", ind[pos++ & 3]);
H A Dnfs4ops.c70 static char ind[] = "|/-\\"; local
169 printf("%c\b", ind[pos++ & 3]);
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dgetvalues.c150 int ind = 0; local
174 ind = subtypeStart;
209 ind = 0;
211 ind = subtypeStart;
234 (*langp)[i] = toupper( target[ind+i] );
/illumos-gate/usr/src/cmd/oamuser/user/
H A Duserdefs.c116 static int ind = NDEF - 1; local
118 int lastind = ind;
129 ind++;
130 ind %= NDEF;
132 if (strncmp(cur_p, tab[ind].name, tab[ind].nmsz) == 0) {
133 *start_p = cur_p + tab[ind].nmsz;
134 return (&tab[ind]);
136 } while (ind != lastind);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ipaddr.c192 int ind; local
240 for (ind = 0;
241 aliases[ind] != NULL;
242 ind++) {
244 aliases[ind]);
255 for (ind = 0;
256 aliases[ind] != NULL;
257 ind++) {
259 aliases[ind]);
360 int ind; local
[all...]
/illumos-gate/usr/src/cmd/format/
H A Dix_altsctr.c754 int ind; local
762 ind = i;
764 for (interval = ind; interval; ) {
765 if ((key->bad_start >= buf[ind-1].bad_start) &&
766 (key->bad_start <= buf[ind-1].bad_end)) {
767 return (mystatus = ind-1);
771 if (key->bad_start < buf[ind-1].bad_start) {
772 ind = ind - interval;
775 if (ind
[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/stand/lib/inet/
H A Dethernet.c97 char *ind = "-\\|/"; local
137 printf("%c\b", ind[feedback++ % 4]); /* activity */
H A Dibd.c137 char *ind = "-\\|/"; local
173 printf("%c\b", ind[feedback++ % 4]); /* activity */
/illumos-gate/usr/src/cmd/cron/
H A Delm.c137 struct index *indprev, *ind; local
187 ind = (struct index *)xmalloc(sizeof (struct index));
188 ind->key = k;
190 index = ind;
192 indprev->right = ind;
193 indprev = ind; }
211 ind = (struct index *)xmalloc(sizeof (struct index));
212 ind->key = k;
213 ind->right = NULL;
214 indprev->right = ind;
235 struct index *ind; local
408 struct index *ind, *fi; local
506 struct index *ind, *ind2; local
[all...]
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/
H A Discsi_door.h97 iscsi_door_ind_t ind; member in union:_iscsi_door_msg
/illumos-gate/usr/src/cmd/newtask/
H A Dnewtask.c521 int ind; local
554 ind = priv_getsetbyname(PRIV_EFFECTIVE);
555 eset = (priv_set_t *)&new_prpriv->pr_sets[new_prpriv->pr_setsize * ind];
556 ind = priv_getsetbyname(PRIV_PERMITTED);
557 pset = (priv_set_t *)&new_prpriv->pr_sets[new_prpriv->pr_setsize * ind];
/illumos-gate/usr/src/cmd/ptools/ppriv/
H A Dppriv.c446 int ind = strindex(q[i], sets); local
448 if (ind == -1)
452 if (((toupd == &rem || toupd == &add) && assign[ind] != NULL) ||
453 (toupd == &assign && (assign[ind] != NULL ||
454 rem[ind] != NULL || add[ind] != NULL))) {
459 if ((*toupd)[ind] != NULL) {
461 priv_intersect(upd, (*toupd)[ind]);
463 priv_union(upd, (*toupd)[ind]);
465 (*toupd)[ind]
[all...]
/illumos-gate/usr/src/cmd/oawk/
H A Db.c437 int j, n, s, ind, numtrans; local
588 ind = 0;
762 dprintf(" = %d, ind = %d\n", n, ind+1, NULL);
763 fatab[++ind].cc.cc_ns = ns;
764 fatab[ind].cc.cc_cs = cs;
765 fatab[ind].cc.cc_ne = ne;
766 fatab[ind].cc.cc_ce = ce;
767 fatab[ind].n = n;
773 dprintf("= %d, ind
[all...]
/illumos-gate/usr/src/cmd/addbadsec/
H A Dix_altsctr.c727 int ind; local
735 ind = i;
737 for (interval = ind; interval; ) {
739 printf("ind= %d, intv= %d; ",ind, interval);
741 if ((key->bad_start >= buf[ind-1].bad_start) &&
742 (key->bad_start <= buf[ind-1].bad_end)) {
743 return(mystatus = ind-1);
747 if (key->bad_start < buf[ind-1].bad_start) {
748 ind
[all...]
/illumos-gate/usr/src/cmd/krb5/ldap_util/
H A Dkdb5_ldap_realm.c2262 krb5_int32 ind; local
2290 ind = entry->n_key_data++;
2299 &entry->key_data[ind]);
/illumos-gate/usr/src/stand/lib/fs/ufs/
H A Dufsops.c457 static char ind[] = "|/-\\"; /* that's entertainment? */ local
509 printf("%c\b", ind[pos++ & 3]);
525 printf("%c\b", ind[pos++ & 3]);
/illumos-gate/usr/src/uts/common/os/
H A Ddevpolicy.c584 int ind; local
614 ind = 1;
618 itmp[ind].dps_maj = devpolicy[i].t_major;
619 itmp[ind].dps_rdp = de->dpe_plcy->dp_rdp;
620 itmp[ind].dps_wrp = de->dpe_plcy->dp_wrp;
622 (void) strcpy(itmp[ind].dps_minornm,
625 (void) strcpy(itmp[ind].dps_minornm, "*");
627 itmp[ind].dps_lomin = de->dpe_lomin;
628 itmp[ind].dps_himin = de->dpe_himin;
629 itmp[ind]
[all...]
/illumos-gate/usr/src/uts/sparc/os/
H A Dbootops.c152 static char ind[] = "|/-\\"; /* that's entertainment? */ local
156 prom_printf("%c\b", ind[pos++ & 3]);
/illumos-gate/usr/src/lib/libsmbfs/smb/
H A Dctx.c318 int ind, opt, error = 0; local
356 ind = cf_optind;
357 arg = argv[ind];
373 for (; ind < argc; ind++) {
374 arg = argv[ind];

Completed in 311 milliseconds

12