Searched refs:alock (Results 1 - 15 of 15) sorted by relevance

/freebsd-13-stable/include/rpcsvc/
H A Dklm_prot.x109 struct klm_lock alock;
117 struct klm_lock alock;
124 struct klm_lock alock;
H A Dnlm_prot.x75 struct nlm_lock alock;
84 struct nlm_lock alock;
90 struct nlm_lock alock;
95 struct nlm_lock alock;
204 struct nlm4_lock alock;
216 struct nlm4_lock alock;
225 struct nlm4_lock alock;
230 struct nlm4_lock alock;
/freebsd-13-stable/usr.sbin/rpc.lockd/
H A Dkern.c275 arg4.alock.caller_name = hostname;
276 arg4.alock.fh.n_bytes = (char *)&msg->lm_fh;
277 arg4.alock.fh.n_len = msg->lm_fh_len;
278 arg4.alock.oh.n_bytes = (char *)&owner;
279 arg4.alock.oh.n_len = sizeof(owner);
280 arg4.alock.svid = msg->lm_msg_ident.pid;
281 arg4.alock.l_offset = msg->lm_fl.l_start;
282 arg4.alock.l_len = msg->lm_fl.l_len;
299 arg.alock.caller_name = hostname;
300 arg.alock
[all...]
H A Dlock_proc.c432 nlmtonlm4(&arg->alock, &arg4);
470 nlmtonlm4(&arg->alock, &arg4);
518 nlmtonlm4(&arg->alock, &arg4.alock);
541 nlmtonlm4(&arg->alock, &arg4.alock);
570 nlmtonlm4(&arg->alock, &arg4);
592 nlmtonlm4(&arg->alock, &arg4);
621 nlmtonlm4(&arg->alock, &arg4);
638 nlmtonlm4(&arg->alock,
[all...]
H A Dtest.c337 arg.alock.caller_name = "localhost";
338 arg.alock.fh.n_len = 32;
339 arg.alock.fh.n_bytes = "\x04\x04\x02\x00\x01\x00\x00\x00\x0c\x00\x00\x00\xff\xff\xff\xd0\x16\x00\x00\x5b\x7c\xff\xff\xff\xec\x2f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x54\xef\xbf\xd7\x94";
340 arg.alock.oh.n_len = 8;
341 arg.alock.oh.n_bytes = "\x00\x00\x02\xff\xff\xff\xd3";
342 arg.alock.svid = 0x5678;
343 arg.alock.l_offset = 0;
344 arg.alock.l_len = 100;
H A Dlockd_lock.c1942 newfl = allocate_file_lock(&lckarg->alock.oh, &lckarg->cookie,
1943 (struct sockaddr *)svc_getrpccaller(rqstp->rq_xprt)->buf, lckarg->alock.caller_name);
1951 if (lckarg->alock.fh.n_len != sizeof(fhandle_t)) {
1953 lckarg->alock.fh.n_len, (int)sizeof(fhandle_t));
1956 fill_file_lock(newfl, (fhandle_t *)lckarg->alock.fh.n_bytes,
1957 lckarg->exclusive, lckarg->alock.svid, lckarg->alock.l_offset,
1958 lckarg->alock.l_len,
1978 /* do_mon(lckarg->alock.caller_name); */
1982 /* do_mon(lckarg->alock
[all...]
/freebsd-13-stable/sys/nlm/
H A Dnlm_prot_server.c141 nlm_convert_to_nlm4_lock(&args4.alock, &argp->alock);
166 nlm_convert_to_nlm4_lock(&args4.alock, &argp->alock);
187 nlm_convert_to_nlm4_lock(&args4.alock, &argp->alock);
204 nlm_convert_to_nlm4_lock(&args4.alock, &argp->alock);
222 nlm_convert_to_nlm4_lock(&args4.alock, &argp->alock);
[all...]
H A Dnlm_prot_impl.c574 granted.alock.caller_name =
575 af->af_granted.alock.caller_name;
576 granted.alock.fh = af->af_granted.alock.fh;
577 granted.alock.oh = af->af_granted.alock.oh;
578 granted.alock.svid = af->af_granted.alock.svid;
579 granted.alock.l_offset =
580 af->af_granted.alock
[all...]
H A Dnlm_prot_xdr.c118 if (!xdr_nlm_lock(xdrs, &objp->alock))
137 if (!xdr_nlm_lock(xdrs, &objp->alock))
150 if (!xdr_nlm_lock(xdrs, &objp->alock))
161 if (!xdr_nlm_lock(xdrs, &objp->alock))
345 if (!xdr_nlm4_lock(xdrs, &objp->alock))
371 if (!xdr_nlm4_lock(xdrs, &objp->alock))
390 if (!xdr_nlm4_lock(xdrs, &objp->alock))
401 if (!xdr_nlm4_lock(xdrs, &objp->alock))
H A Dnlm_prot.h77 struct nlm_lock alock; member in struct:nlm_lockargs
87 struct nlm_lock alock; member in struct:nlm_cancargs
94 struct nlm_lock alock; member in struct:nlm_testargs
100 struct nlm_lock alock; member in struct:nlm_unlockargs
218 struct nlm4_lock alock; member in struct:nlm4_testargs
232 struct nlm4_lock alock; member in struct:nlm4_lockargs
242 struct nlm4_lock alock; member in struct:nlm4_cancargs
248 struct nlm4_lock alock; member in struct:nlm4_unlockargs
H A Dnlm_advlock.c581 nlm_convert_to_nlm_lock(&args1.alock, &args->alock);
613 nlm_convert_to_nlm_lock(&args1.alock, &args->alock);
642 nlm_convert_to_nlm_lock(&args1.alock, &args->alock);
667 nlm_convert_to_nlm_lock(&args1.alock, &args->alock);
783 &args.alock, oh_space);
798 wait_handle = nlm_register_wait_lock(&args.alock, v
[all...]
/freebsd-13-stable/contrib/processor-trace/libipt/internal/include/
H A Dpt_section.h139 mtx_t alock; member in struct:pt_section
/freebsd-13-stable/contrib/processor-trace/libipt/src/
H A Dpt_section.c104 errcode = mtx_init(&section->alock, mtx_plain);
169 mtx_destroy(&section->alock);
241 errcode = mtx_lock(&section->alock);
259 errcode = mtx_unlock(&section->alock);
/freebsd-13-stable/usr.sbin/kbdcontrol/
H A Dlex.l63 alock { return TALK; }
/freebsd-13-stable/contrib/processor-trace/libipt/test/src/
H A Dptunit-image_section_cache.c68 mtx_t alock; member in struct:pt_section
125 errcode = mtx_init(&section->alock, mtx_plain);
184 errcode = mtx_lock(&section->alock);
202 errcode = mtx_unlock(&section->alock);
253 mtx_destroy(&section->alock);

Completed in 142 milliseconds