Searched refs:totalsize (Results 1 – 7 of 7) sorted by relevance
/titanic_50/usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/ |
H A D | unparse.c | 185 unsigned int totalsize = 0; in k5_unparse_name() local 212 totalsize += component_length_quoted(krb5_princ_realm(context, in k5_unparse_name() 215 totalsize++; /* This is for the separator */ in k5_unparse_name() 224 totalsize += component_length_quoted(krb5_princ_component(context, principal, i), flags); in k5_unparse_name() 225 totalsize++; /* This is for the separator */ in k5_unparse_name() 228 totalsize++; in k5_unparse_name() 239 if (*name && (*size < totalsize)) { in k5_unparse_name() 241 *name = krb5int_realloc(*name, totalsize, *size); in k5_unparse_name() 243 *name = MALLOC(totalsize); in k5_unparse_name() 245 *size = totalsize; in k5_unparse_name() [all …]
|
/titanic_50/usr/src/uts/sun4u/sys/ |
H A D | cheetahregs.h | 774 #define CH_ECTAG_NSUBBLKS(totalsize) 1 argument 778 #define CH_ECTAG_STATE_MASK(totalsize) \ argument 782 #define CH_ECTAG_LINE_INVALID(totalsize, tag) \ argument 783 (((tag) & CH_ECTAG_STATE_MASK(totalsize)) == 0) 793 #define CH_ECTAG_PA_TO_SUBBLK(totalsize, pa) 1 argument 796 #define CH_ECTAG_PA_TO_SUBBLK_STATE(totalsize, pa, tag) \ argument 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_SIZE)) - 1)) 829 #define CH_ECTAG_LINE_INVALID(totalsize, tag) \ [all …]
|
/titanic_50/usr/src/lib/libproc/common/ |
H A D | pr_meminfo.c | 59 size_t totalsize; in pr_meminfo() local 68 totalsize = inarraysize + outarraysize + infoarraysize + in pr_meminfo() 71 if ((totalmap = pr_zmap(Pr, 0, totalsize, PROT_READ | PROT_WRITE, in pr_meminfo() 181 pr_munmap(Pr, totalmap, totalsize) == -1) { in pr_meminfo()
|
/titanic_50/usr/src/cmd/mdb/common/modules/ufs/ |
H A D | ufs_log.c | 177 uint64_t totalsize; /* total number of bytes */ member 196 msp->totalsize += uw->me.me_nb; in mapadd() 225 mdb_printf("Total map size 0x%llx\n", msp->totalsize); in mapstats_dcmd()
|
/titanic_50/usr/src/lib/libfsmgt/common/ |
H A D | fs_mounts.c | 479 unsigned long long totalsize; in fs_get_totalsize() local 491 totalsize = stvfs.f_blocks; in fs_get_totalsize() 492 totalsize = totalsize * stvfs.f_frsize; in fs_get_totalsize() 499 return (totalsize); in fs_get_totalsize()
|
/titanic_50/usr/src/uts/sun4u/cpu/ |
H A D | us3_common.c | 2861 int totalsize; in cpu_ce_scrub_mem_err_common() local 2886 totalsize = cpunodes[CPU->cpu_id].ecache_size; in cpu_ce_scrub_mem_err_common() 2887 state = cpu_ectag_pa_to_subblk_state(totalsize, in cpu_ce_scrub_mem_err_common() 3878 int totalsize = cpunodes[CPU->cpu_id].ecache_size; in cpu_ecache_line_valid() local 3885 if (!cpu_ectag_line_invalid(totalsize, ecp->ec_tag) && in cpu_ecache_line_valid() 3905 int totalsize, ec_set_size; in cpu_matching_ecache_line() local 3923 totalsize = cpunodes[CPU->cpu_id].ecache_size; in cpu_matching_ecache_line() 3933 tagvalid = !cpu_ectag_line_invalid(totalsize, in cpu_matching_ecache_line()
|
/titanic_50/usr/src/cmd/ssh/doc/ |
H A D | ChangeLog | 2415 totalsize, ok niels,aaron
|