Searched defs:lhsize (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dhst_realm.c420 krb5int_clean_hostname(krb5_context context, const char *host, char *local_host, size_t lhsize) argument
428 printf("krb5int_clean_hostname called: host<%s>, local_host<%s>, size %d\n",host,local_host,lhsize);
454 strncpy(local_host, host, lhsize);
455 local_host[lhsize - 1] = '\0';
457 retval = krb5int_get_fq_local_hostname (local_host, lhsize);
473 printf("krb5int_clean_hostname ending: host<%s>, local_host<%s>, size %d\n",host,local_host,lhsize);
/illumos-gate/usr/src/lib/libumem/common/
H A Dumem.c1276 size_t lhsize = offsetof(umem_log_header_t, lh_cpu[umem_max_ncpus]); local
1286 lhsize = P2ROUNDUP(lhsize, UMEM_ALIGN);
1287 lhp = vmem_xalloc(umem_log_arena, lhsize, 64, P2NPHASE(lhsize, 64), 0,
1292 bzero(lhp, lhsize);
1332 vmem_xfree(umem_log_arena, lhp, lhsize);
/illumos-gate/usr/src/uts/common/os/
H A Dkmem.c1432 size_t lhsize = (size_t)&((kmem_log_header_t *)0)->lh_cpu[max_ncpus]; local
1439 lhsize = P2ROUNDUP(lhsize, KMEM_ALIGN);
1440 lhp = vmem_xalloc(kmem_log_arena, lhsize, 64, P2NPHASE(lhsize, 64), 0,
1442 bzero(lhp, lhsize);

Completed in 79 milliseconds