Searched refs:xdr_sm_stat (Results 1 – 6 of 6) sorted by relevance
/freebsd/usr.sbin/rpc.statd/ |
H A D | test.c | 51 (xdrproc_t)xdr_sm_stat, &res, TIMEOUT) != RPC_SUCCESS) { 67 (xdrproc_t)xdr_sm_stat, &res, TIMEOUT) != RPC_SUCCESS) {
|
/freebsd/sys/nlm/ |
H A D | sm_inter.h | 102 extern bool_t xdr_sm_stat(XDR *, sm_stat*);
|
H A D | sm_inter_xdr.c | 66 xdr_sm_stat(XDR *xdrs, sm_stat *objp) in xdr_sm_stat() function
|
H A D | nlm_prot_impl.c | 1173 (xdrproc_t) xdr_sm_stat, &smstat, timo); in nlm_host_unmonitor() 1238 (xdrproc_t) xdr_sm_stat, &smstat, timo); in nlm_host_monitor() 1631 (xdrproc_t) xdr_sm_stat, &smstat, timo); in nlm_server_main()
|
/freebsd/usr.sbin/rpc.lockd/ |
H A D | lockd.c | 880 (xdrproc_t)xdr_my_id, &id, (xdrproc_t)xdr_sm_stat, &stat); in init_nsm()
|
H A D | lockd_lock.c | 2125 (xdrproc_t)xdr_sm_stat, &smstat); in unmonitor_lock_host()
|