Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/nscd/
H A Dnscd_nswconfig.c298 int maxsrc; in _nscd_create_sw_struct() local
340 maxsrc = swcfg->num_lookups; in _nscd_create_sw_struct()
341 nsw_cfg->max_src = maxsrc; in _nscd_create_sw_struct()
347 src_idx_a = calloc(1, maxsrc * sizeof (int)); in _nscd_create_sw_struct()
359 for (j = 0; j < maxsrc; j++) { in _nscd_create_sw_struct()