Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/am-utils/dist/amd/
H A Dsrvr_nfs.c79 int np_xid; /* RPC transaction id for pings */ member
385 if (np->np_xid == xid && (fs->fs_flags & FSF_PINGING)) { in nfs_keepalive_callback()
429 np->np_xid = XID_ALLOC(); in nfs_keepalive_callback()
557 np->np_xid = XID_ALLOC(); in nfs_keepalive_timeout()
589 error = fwd_packet(MK_RPC_XID(RPC_XID_NFSPING, np->np_xid), in nfs_keepalive()
594 (voidp) ((long) np->np_xid), /* cast needed for 64-bit archs */ in nfs_keepalive()
989 np->np_xid = XID_ALLOC(); in find_nfs_srvr()
1046 np->np_xid = XID_ALLOC(); in find_nfs_srvr()
1052 np->np_xid = 0; in find_nfs_srvr()
/netbsd-src/external/bsd/am-utils/dist/
H A DChangeLog4195 * amd/srvr_nfs.c: renamed np_xid to global_xid; sanitized the