Searched defs:max_src (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_switch.h61 int max_src; member in struct:__anon1023
108 int max_src; /* is == config->num_lookups */ member in struct:nscd_nsw_state
147 int n_src; /* >=max_src: end of sequence */
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dnss_common.c130 int max_src; /* is == config->num_lookups */ member in struct:nss_db_state
131 struct nss_src_state *src; /* Pointer to array[max_src] */
922 if ((s->max_src = config->num_lookups) <= 0 ||
923 (s->src = libc_malloc(s->max_src * sizeof (*s->src))) == 0) {
928 n_src < s->max_src; n_src++, lkp = lkp->next) {
990 for (n_src = 0; n_src < s->max_src; n_src++) {
1178 for (n_src = 0; n_src < s->max_src; n_src++) {
1276 int n_src; /* >= max_src ==> end of sequence */
1350 if (n_src < s->max_src && be != 0) {
1420 if (n_src < s->max_src
[all...]

Completed in 48 milliseconds