Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dnss_common.c269 static int nss_cfgmax = 0; variable
353 nss_cfgmax = NSS_CFG_INCR; in nss_cfg_init()
397 if (nss_cfgcount >= nss_cfgmax) { in nss_cfgcomp_get()
399 nsize = (nss_cfgmax + NSS_CFG_INCR) * sizeof (nss_cfgparam_t); in nss_cfgcomp_get()
408 nss_cfgmax += NSS_CFG_INCR; in nss_cfgcomp_get()