Searched refs:netobj (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/lib/librpcsvc/
H A Dnlm_prot.x34 netobj oh;
51 netobj cookie;
56 netobj cookie;
62 netobj fh; /* identify a file */
63 netobj oh; /* identify owner of a lock */
70 netobj cookie;
79 netobj cookie;
86 netobj cookie;
92 netobj cookie;
119 netobj f
[all...]
H A Dklm_prot.x65 netobj fh; /* a counted file handle */
/netbsd-current/sys/fs/nfs/nlm/
H A Dnlm_prot.h34 netobj oh;
54 netobj cookie;
60 netobj cookie;
67 netobj fh;
68 netobj oh;
76 netobj cookie;
86 netobj cookie;
94 netobj cookie;
101 netobj cookie;
128 netobj f
[all...]
H A Dnlm.h54 * Make a struct netobj.
56 extern void nlm_make_netobj(struct netobj *dst, caddr_t srt,
60 * Copy a struct netobj.
62 extern void nlm_copy_netobj(struct netobj *dst, struct netobj *src,
H A Dnlm_prot_impl.c278 ng_sysid(struct netobj *src)
285 ng_cookie(struct netobj *src)
325 * Create a netobj from an arbitrary source.
328 nlm_make_netobj(struct netobj *dst, caddr_t src, size_t srcsize,
338 * Copy a struct netobj.
341 nlm_copy_netobj(struct netobj *dst, struct netobj *src,
1749 nlm_convert_to_fhandle_t(fhandle_t *fhp, struct netobj *p)
/netbsd-current/common/include/rpc/
H A Dxdr.h321 struct netobj { struct
325 typedef struct netobj netobj; typedef in typeref:struct:netobj
326 extern bool_t xdr_netobj(XDR *, struct netobj *);
/netbsd-current/usr.sbin/rpc.lockd/
H A Dlockd_lock.c65 fhconv(nfs_fhandle_t *fh, const netobj *rfh)
99 netobj client_cookie; /* cookie sent by the client */
/netbsd-current/common/lib/libc/rpc/
H A Dxdr.c667 xdr_netobj(XDR *xdrs, struct netobj *np)

Completed in 102 milliseconds