Home
last modified time | relevance | path

Searched refs:maxentries (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/cmd/man/
H A Dman.c571 int maxentries = MAXTOKENS; in get_all_sect() local
582 if ((manp->secv = malloc(maxentries * sizeof (char *))) == NULL) in get_all_sect()
610 if (entries == maxentries) { in get_all_sect()
611 maxentries += MAXTOKENS; in get_all_sect()
613 sizeof (char *) * maxentries)) == NULL) in get_all_sect()
652 int maxentries = MAXDIRS; in getdirs() local
660 maxentries)) == NULL) in getdirs()
673 if ((dv - *dirv) == maxentries) { in getdirs()
674 int entries = maxentries; in getdirs()
676 maxentries += MAXTOKENS; in getdirs()
[all …]
/titanic_41/usr/src/uts/common/fs/nfs/
H A Dnfs4_db.c258 uint32_t maxentries, id_t start) in rfs4_table_create() argument
289 if (maxentries + (uint32_t)start > (uint32_t)INT32_MAX) in rfs4_table_create()
290 maxentries = INT32_MAX - start; in rfs4_table_create()
294 maxentries + start); in rfs4_table_create()
298 table->dbt_id_lwat = (maxentries * t_lowat) / 100; in rfs4_table_create()
300 table->dbt_id_hwat = (maxentries * t_hiwat) / 100; in rfs4_table_create()
302 table->dbt_maxentries = maxentries; in rfs4_table_create()
/titanic_41/usr/src/cmd/nscd/
H A Dcache.c550 cfgp->maxentries, in print_cfg()
551 cfgp->maxentries?"\n":" (unlimited)\n"); in print_cfg()
2158 if (cfgp->maxentries > 0 && nentries > cfgp->maxentries) { in lookup_cache()
2259 ulong_t count, nentries, maxentries; in reap_cache() local
2363 maxentries = ctx->cfg.maxentries; in reap_cache()
2367 if (maxentries == 0) in reap_cache()
2375 value = (nentries * 100) / maxentries; in reap_cache()
H A Dcache.h207 ulong_t maxentries; /* maximum entries allowed */ member
H A Dnscd_cfgdef.h709 maxentries,