Searched refs:tmpsize (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/
H A Dser_princ.c149 int tmpsize;
163 tmpsize = ibuf+1;
164 tmpname = (char *) MALLOC(tmpsize);
187 FREE(tmpname,tmpsize);
146 int tmpsize; local
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_wr.c1315 int tmpsize; local
1652 tmpsize = ((uintptr_t)&ds[last_ds] - (uintptr_t)desc);
1654 *size = tmpsize >> 0x4;
1695 int tmpsize; local
1894 tmpsize = ((uintptr_t)&ds[num_ds] - (uintptr_t)desc);
1896 *size = tmpsize >> 0x04;
/illumos-gate/usr/src/cmd/keyserv/
H A Dkeyserv_cache.c499 size_t tmpsize; local
515 tmpsize = (u_long)fcd - (u_long)ch + ch->reclength;
516 while (tmpsize > newsize && fcd > &(ch->array[0])) {
526 tmpsize -= ch->reclength;

Completed in 72 milliseconds