Home
last modified time | relevance | path

Searched refs:scount (Results 1 – 13 of 13) sorted by relevance

/titanic_41/usr/src/cmd/krb5/ldap_util/
H A Dkdb5_ldap_list.c166 int dcount = 0, scount = 0, copycount = 0; local
181 for (slist = sourcelist, scount = 0; *slist != NULL;
182 slist++, scount++) {
189 if ((dcount + scount) < MAX_LIST_ENTRIES)
190 copycount = scount;
234 int dcount = 0, scount = 0, copycount = 0; local
249 for (slist = sourcelist, scount = 0; *slist != END_OF_LIST;
250 slist++, scount++)
257 if ((dcount + scount) < MAX_LIST_ENTRIES)
258 copycount = scount;
/titanic_41/usr/src/cmd/fs.d/nfs/lib/
H A Dreplica.c79 int scount, v6addr, i; in parse_replica() local
83 scount = 0; in parse_replica()
156 for (i = scount; i < *count; i++) { in parse_replica()
161 scount = i; in parse_replica()
/titanic_41/usr/src/uts/common/avs/ns/unistat/
H A Dspcs_s_k.c82 p->scount = 0; in init_status()
232 if ((len + 1) > (SPCS_S_SDSIZE - p->scount)) in add_item()
238 p->idata[p->icount++].su.offset = p->scount; in add_item()
239 (void) strcpy(&(p->sdata[p->scount]), string); in add_item()
240 p->scount += len + 1; in add_item()
402 (kstatus->scount * sizeof (kstatus->sdata[0])), mode); in scopyout()
H A Dspcs_s_impl.h240 short scount; /* Number of items currently stored in sdata */ member
/titanic_41/usr/src/cmd/vi/port/
H A Dex_re.c252 int scount, slines, stotal; variable
267 scount = hopcount = 0; in substitute()
283 if (scount) { in substitute()
284 stotal += scount; in substitute()
517 scount++; in dosubcon()
/titanic_41/usr/src/cmd/keyserv/
H A Dchkey.c488 int mcount, scount = 0; in getsecrets() local
553 scount++; in getsecrets()
561 scount++; in getsecrets()
602 if (!scount) { in getsecrets()
/titanic_41/usr/src/lib/libsldap/common/
H A Dns_common.c1047 int i, scount = 0, pcount = 0; in sortServerPref() local
1056 scount++; in sortServerPref()
1059 if (scount == 0 && version == 1) { in sortServerPref()
1070 if (scount == 0 && pcount == 0) { in sortServerPref()
1076 retsrvs = (char **)calloc(scount + pcount + 1, sizeof (char *)); in sortServerPref()
1098 if (scount == 0) { in sortServerPref()
1107 dupsrvs = (char **)calloc(scount + pcount + 1, sizeof (char *)); in sortServerPref()
/titanic_41/usr/src/uts/i86xpv/io/
H A Dprivcmd_hcall.c164 privcmd_HYPERVISOR_mmu_update(mmu_update_t *ureq, int count, int *scount, in privcmd_HYPERVISOR_mmu_update() argument
174 error = import_buffer(&cnt_ie, scount, &kscount, sizeof (kscount), in privcmd_HYPERVISOR_mmu_update()
1062 privcmd_HYPERVISOR_mmuext_op(struct mmuext_op *op, int count, uint_t *scount, in privcmd_HYPERVISOR_mmuext_op() argument
1082 if (scount != NULL && error == 0) in privcmd_HYPERVISOR_mmuext_op()
1083 error = import_buffer(&scnt_ie, scount, &kscount, in privcmd_HYPERVISOR_mmuext_op()
/titanic_41/usr/src/lib/libunistat/common/
H A Dspcs_s_u.c57 p->scount = 0; in spcs_s_uinit()
/titanic_41/usr/src/uts/common/fs/udfs/
H A Dudf_inode.c1505 int32_t index = 0, scount; in ud_make_sad() local
1513 scount = (iext->ib_count & 0x3FFFFFFF) | in ud_make_sad()
1515 sad->sad_ext_len = SWAP_32(scount); in ud_make_sad()
1527 int32_t index = 0, scount; in ud_make_lad() local
1537 scount = (iext->ib_count & 0x3FFFFFFF) | in ud_make_lad()
1539 lad->lad_ext_len = SWAP_32(scount); in ud_make_lad()
/titanic_41/usr/src/tools/scripts/
H A Dwebrev.sh1162 var scount=10;
1165 if (scount<=0) {
1167 scount=10;
1171 scount--;
/titanic_41/usr/src/cmd/itadm/
H A Ditadm.c1938 uint32_t scount = 0; in list_defaults() local
1964 &scount); in list_defaults()
1986 for (i = 0; i < scount; i++) { in list_defaults()
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DuDNS.c2844 int scount = CountLabels(&p->domain); in GetServerForName() local
2845 if (scount <= ncount && scount > curmatchlen) in GetServerForName()
2849 for (i = 0; i < ncount - scount; i++) in GetServerForName()
2851 if (SameDomainName(tail, &p->domain)) { curmatch = p; curmatchlen = scount; } in GetServerForName()