Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dnss_common.c265 #define NSS_CFG_INCR 16 macro
334 cfg = libc_malloc(NSS_CFG_INCR * sizeof (nss_cfglist_t)); in nss_cfg_init()
340 for (i = 0; i < NSS_CFG_INCR; i++) { in nss_cfg_init()
342 NSS_CFG_INCR * sizeof (nss_cfgparam_t)); in nss_cfg_init()
351 cfg[i].max = NSS_CFG_INCR; in nss_cfg_init()
353 nss_cfgmax = NSS_CFG_INCR; in nss_cfg_init()
399 nsize = (nss_cfgmax + NSS_CFG_INCR) * sizeof (nss_cfgparam_t); in nss_cfgcomp_get()
407 NSS_CFG_INCR * sizeof (nss_cfglist_t)); in nss_cfgcomp_get()
408 nss_cfgmax += NSS_CFG_INCR; in nss_cfgcomp_get()
453 nsize = (comp->max + NSS_CFG_INCR) * sizeof (nss_cfgparam_t); in nss_cfgparam_get()
[all …]