Home
last modified time | relevance | path

Searched refs:notifyProc (Results 1 – 2 of 2) sorted by relevance

/freebsd/usr.sbin/rpc.statd/
H A Dprocs.c200 lp->notifyProc = arg->mon_id.my_id.my_proc; in sm_mon_1_svc()
233 && (idp->my_prog == lp->notifyProg) && (idp->my_proc == lp->notifyProc) in do_unmon()
425 if (clnt_call(cli, lp->notifyProc, (xdrproc_t)xdr_sm_status, &tx_arg, in sm_notify_1_svc()
H A Dstatd.h70 int notifyProc; /* procedure number */ member