/src/usr.sbin/rpc.lockd/ |
lockd_lock.h | 7 enum nlm_stats getlock(nlm4_lockargs *, struct svc_req *, int); 11 /* flags for testlock, getlock & unlock */ 12 #define LOCK_ASYNC 0x01 /* async version (getlock only) */ 14 #define LOCK_MON 0x04 /* monitored lock (getlock only) */
|
lock_proc.c | 465 result.stat.stat = getlock(&arg4, rqstp, LOCK_MON); 486 result.stat.stat = getlock(&arg4, rqstp, LOCK_ASYNC | LOCK_MON); 896 result.stat.stat = (enum nlm4_stats)getlock(arg, rqstp, 910 result.stat.stat = (enum nlm4_stats)getlock(arg, rqstp,
|
lockd_lock.c | 208 * getlock: try to acquire the lock. 215 getlock(nlm4_lockargs * lckarg, struct svc_req *rqstp, int flags) function in typeref:enum:nlm_stats
|
/src/sys/external/bsd/ipf/netinet/ |
ip_nat.c | 984 int error = 0, ret, arg, getlock; local in function:ipf_nat_ioctl 1008 getlock = 0; 1010 getlock = (mode & NAT_LOCKHELD) ? 0 : 1; 1159 error = ipf_nat_siocaddnat(softc, softn, nt, getlock); 1191 ipf_nat_siocdelnat(softc, softn, n, getlock); 1232 if (getlock) { 1251 if (getlock) { 1271 if (getlock) { 1289 if (getlock) { 1303 if (getlock) { [all...] |
/src/games/hack/ |
extern.h | 475 void getlock(void);
|
hack.main.c | 279 getlock(); /* sets lock if locknum != 0 */
|
hack.unix.c | 270 getlock(void) function in typeref:typename:void
|