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

/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dsvc.c190 static int svc_nmgtuserfds = 0; variable
211 assert(((int)id >= 0) && ((int)id < svc_nmgtuserfds));
230 int L_inOldSize = svc_nmgtuserfds;
234 svc_nmgtuserfds += USER_FD_INCREMENT;
237 svc_nmgtuserfds * sizeof (_svc_management_user_fd));
241 svc_nmgtuserfds = L_inOldSize;
248 for (i = svc_nmgtuserfds - 1; i >= L_inOldSize; i--)
509 if (user_fd_mgt_array == NULL || id >= svc_nmgtuserfds ||

Completed in 49 milliseconds