nlm_prot_impl.c | 1441 SVCXPRT **xprts; local in function:nlm_register_services 1458 xprts = malloc(addr_count * sizeof(SVCXPRT *), M_NLM, M_WAITOK|M_ZERO); 1492 xprts[j] = svc_tp_create(pool, dispatchers[i], 1494 if (!xprts[j]) { 1502 nconf = getnetconfigent(xprts[j]->xp_netid); 1504 if (!svc_reg(xprts[j], NLM_PROG, versions[i], 1517 if (xprts[j]) 1518 SVC_RELEASE(xprts[j]); 1520 free(xprts, M_NLM);
|