Searched refs:totalsize (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/
H A Dunparse.c185 unsigned int totalsize = 0; local
212 totalsize += component_length_quoted(krb5_princ_realm(context,
215 totalsize++; /* This is for the separator */
224 totalsize += component_length_quoted(krb5_princ_component(context, principal, i), flags);
225 totalsize++; /* This is for the separator */
228 totalsize++;
239 if (*name && (*size < totalsize)) {
241 *name = krb5int_realloc(*name, totalsize, *size);
243 *name = MALLOC(totalsize);
245 *size = totalsize;
[all...]
/illumos-gate/usr/src/lib/libproc/common/
H A Dpr_meminfo.c59 size_t totalsize; local
68 totalsize = inarraysize + outarraysize + infoarraysize +
71 if ((totalmap = pr_zmap(Pr, 0, totalsize, PROT_READ | PROT_WRITE,
181 pr_munmap(Pr, totalmap, totalsize) == -1) {
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dcheetahregs.h774 #define CH_ECTAG_NSUBBLKS(totalsize) 1
778 #define CH_ECTAG_STATE_MASK(totalsize) \
782 #define CH_ECTAG_LINE_INVALID(totalsize, tag) \
783 (((tag) & CH_ECTAG_STATE_MASK(totalsize)) == 0)
793 #define CH_ECTAG_PA_TO_SUBBLK(totalsize, pa) 1
796 #define CH_ECTAG_PA_TO_SUBBLK_STATE(totalsize, pa, tag) \
820 #define CH_ECTAG_NSUBBLKS(totalsize) ((totalsize) / CH_ECACHE_1M_SIZE)
824 #define CH_ECTAG_STATE_MASK(totalsize) \
826 ((1 << (CH_ECTAG_NSUBBLKS(totalsize) * CH_ECSTATE_SIZ
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/ufs/
H A Dufs_log.c177 uint64_t totalsize; /* total number of bytes */ member in struct:__anon942
196 msp->totalsize += uw->me.me_nb;
225 mdb_printf("Total map size 0x%llx\n", msp->totalsize);
/illumos-gate/usr/src/lib/libfsmgt/common/
H A Dfs_mounts.c479 unsigned long long totalsize; local
491 totalsize = stvfs.f_blocks;
492 totalsize = totalsize * stvfs.f_frsize;
499 return (totalsize);
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dus3_common.c2861 int totalsize; local
2886 totalsize = cpunodes[CPU->cpu_id].ecache_size;
2887 state = cpu_ectag_pa_to_subblk_state(totalsize,
3878 int totalsize = cpunodes[CPU->cpu_id].ecache_size; local
3885 if (!cpu_ectag_line_invalid(totalsize, ecp->ec_tag) &&
3905 int totalsize, ec_set_size; local
3923 totalsize = cpunodes[CPU->cpu_id].ecache_size;
3933 tagvalid = !cpu_ectag_line_invalid(totalsize,

Completed in 93 milliseconds