Home
last modified time | relevance | path

Searched refs:my_proc (Results 1 – 8 of 8) sorted by relevance

/freebsd/usr.sbin/rpc.statd/
H A Dprocs.c175 arg->mon_id.my_id.my_proc); in sm_mon_1_svc()
200 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()
271 arg->my_id.my_prog, arg->my_id.my_vers, arg->my_id.my_proc); in sm_unmon_1_svc()
308 arg->my_name, arg->my_prog, arg->my_vers, arg->my_proc); in sm_unmon_all_1_svc()
H A Dtest.c116 mon.mon_id.my_id.my_proc = 1; /* have it call sm_stat() !!! */ in main()
/freebsd/include/rpcsvc/
H A Dsm_inter.x72 int my_proc; /* rpc procedure # of the requesting process */ member
/freebsd/sys/nlm/
H A Dsm_inter.h26 int my_proc; member
H A Dsm_inter_xdr.c27 if (!xdr_int(xdrs, &objp->my_proc)) in xdr_my_id()
H A Dnlm_prot_impl.c1167 smmonid.my_id.my_proc = NLM_SM_NOTIFY; in nlm_host_unmonitor()
1231 smmon.mon_id.my_id.my_proc = NLM_SM_NOTIFY; in nlm_host_monitor()
/freebsd/usr.sbin/rpc.lockd/
H A Dlockd.c901 mon_host.mon_id.my_id.my_proc = NLM_SM_NOTIFY; /* bsdi addition */ in init_nsm()
H A Dlockd_lock.c2050 smon.mon_id.my_id.my_proc = NLM_SM_NOTIFY; in monitor_lock_host()
2121 smon_id.my_id.my_proc = NLM_SM_NOTIFY; in unmonitor_lock_host()