Lines Matching refs:NLM_PROG
126 (void)rpcb_unset(NLM_PROG, NLM_SM, NULL);
127 (void)rpcb_unset(NLM_PROG, NLM_VERS, NULL);
128 (void)rpcb_unset(NLM_PROG, NLM_VERSX, NULL);
129 (void)rpcb_unset(NLM_PROG, NLM_VERS4, NULL);
163 if (!svc_reg(transp, NLM_PROG, NLM_SM, nlm_prog_0, nconf)) {
164 errx(1, "unable to register (NLM_PROG, NLM_SM, %s)",
168 if (!svc_reg(transp, NLM_PROG, NLM_VERS, nlm_prog_1, nconf)) {
169 errx(1, "unable to register (NLM_PROG, NLM_VERS, %s)",
173 if (!svc_reg(transp, NLM_PROG, NLM_VERSX, nlm_prog_3, nconf)) {
174 errx(1, "unable to register (NLM_PROG, NLM_VERSX, %s)",
178 if (!svc_reg(transp, NLM_PROG, NLM_VERS4, nlm_prog_4, nconf)) {
179 errx(1, "unable to register (NLM_PROG, NLM_VERS4, %s)",