OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NLM_PROG
(Results
1 - 7
of
7
) sorted by relevancy
/src/usr.sbin/rpc.lockd/
lockd.c
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)"
[
all
...]
test.c
342
cli = clnt_create(argv[1],
NLM_PROG
, NLM_VERS, "udp");
lock_proc.c
224
client = clnt_tp_create(host,
NLM_PROG
, vers, nconf);
lockd_lock.c
792
my_mon.mon_id.my_id.my_prog =
NLM_PROG
;
/src/lib/librpcsvc/
nlm_prot.x
258
program
NLM_PROG
{
/src/sys/fs/nfs/nlm/
nlm_prot_impl.c
1168
smmonid.my_id.my_prog =
NLM_PROG
;
1232
smmon.mon_id.my_id.my_prog =
NLM_PROG
;
1295
NLM_PROG
, host->nh_vers);
1493
NLM_PROG
, versions[i], uaddr, nconf);
1496
"(
NLM_PROG
, %d).\n", versions[i]);
1503
rpcb_unset(
NLM_PROG
, versions[i], nconf);
1504
if (!svc_reg(xprts[j],
NLM_PROG
, versions[i],
1507
"(
NLM_PROG
, %d)\n", versions[i]);
nlm_prot.h
281
#define
NLM_PROG
((unsigned long)(100021))
Completed in 15 milliseconds
Indexes created Sat Oct 11 08:10:02 GMT 2025