Home
last modified time | relevance | path

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.c146 int tmpsize; in krb5_principal_internalize() local
160 tmpsize = ibuf+1; in krb5_principal_internalize()
161 tmpname = (char *) MALLOC(tmpsize); in krb5_principal_internalize()
184 FREE(tmpname,tmpsize); in krb5_principal_internalize()
/illumos-gate/usr/src/cmd/keyserv/
H A Dkeyserv_cache.c497 size_t tmpsize; in remap_cache_file_ch() local
513 tmpsize = (u_long)fcd - (u_long)ch + ch->reclength; in remap_cache_file_ch()
514 while (tmpsize > newsize && fcd > &(ch->array[0])) { in remap_cache_file_ch()
524 tmpsize -= ch->reclength; in remap_cache_file_ch()
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_wr.c1315 int tmpsize; in hermon_wqe_send_build() local
1652 tmpsize = ((uintptr_t)&ds[last_ds] - (uintptr_t)desc); in hermon_wqe_send_build()
1654 *size = tmpsize >> 0x4; in hermon_wqe_send_build()
1695 int tmpsize; in hermon_wqe_mlx_build() local
1894 tmpsize = ((uintptr_t)&ds[num_ds] - (uintptr_t)desc); in hermon_wqe_mlx_build()
1896 *size = tmpsize >> 0x04; in hermon_wqe_mlx_build()