Home
last modified time | relevance | path

Searched defs:nlm_lockargs (Results 1 – 2 of 2) sorted by relevance

/freebsd-9-stable/include/rpcsvc/
Dnlm_prot.x71 struct nlm_lockargs { struct
72 netobj cookie;
73 bool block;
74 bool exclusive;
75 struct nlm_lock alock;
76 bool reclaim; /* used for recovering locks */
77 int state; /* specify local status monitor state */
/freebsd-9-stable/sys/nlm/
Dnlm_prot.h73 struct nlm_lockargs { struct
81 typedef struct nlm_lockargs nlm_lockargs; argument