OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:l_offset
(Results
1 - 12
of
12
) sorted by relevancy
/src/lib/libc/stdio/
fseek.c
54
fseek(FILE *fp, long
l_offset
, int whence)
61
offset = (unsigned long)
l_offset
;
64
offset =
l_offset
;
/src/lib/librpcsvc/
klm_prot.x
67
unsigned
l_offset
; /* beginning offset of the lock */
78
unsigned
l_offset
; /* beginning offset of the lock */
nlm_prot.x
35
unsigned
l_offset
;
65
unsigned
l_offset
;
166
u_int64_t
l_offset
;
175
u_int64_t
l_offset
;
/src/sys/fs/nfs/nlm/
nlm_prot_xdr.c
37
if (!xdr_u_int(xdrs, &objp->
l_offset
))
104
if (!xdr_u_int(xdrs, &objp->
l_offset
))
269
if (!xdr_uint64_t(xdrs, &objp->
l_offset
))
288
if (!xdr_uint64_t(xdrs, &objp->
l_offset
))
nlm_prot.h
35
u_int
l_offset
;
member in struct:nlm_holder
70
u_int
l_offset
;
member in struct:nlm_lock
179
u_int64_t
l_offset
;
member in struct:nlm4_holder
189
u_int64_t
l_offset
;
member in struct:nlm4_lock
nlm_prot_server.c
59
dst->
l_offset
= src->
l_offset
;
81
dst->
l_offset
= src->
l_offset
;
92
dst->
l_offset
= src->
l_offset
;
nlm_advlock.c
545
dst->
l_offset
= src->
l_offset
;
556
dst->
l_offset
= src->
l_offset
;
1099
fl->l_start = h->
l_offset
;
1271
lock->
l_offset
= start;
nlm_prot_impl.c
604
granted.alock.
l_offset
=
605
af->af_granted.alock.
l_offset
;
1904
fl.l_start = argp->alock.
l_offset
;
1948
result->stat.nlm4_testrply_u.holder.
l_offset
= fl.l_start;
2011
fl.l_start = argp->alock.
l_offset
;
2081
af->af_granted.alock.
l_offset
= argp->alock.
l_offset
;
2190
fl.l_start = argp->alock.
l_offset
;
2279
fl.l_start = argp->alock.
l_offset
;
2326
&& argp->alock.
l_offset
== nw->nw_lock.l_offse
[
all
...]
/src/usr.sbin/rpc.lockd/
lock_proc.c
320
arg4->
l_offset
= arg->
l_offset
;
383
result.stat.nlm_testrply_u.holder.
l_offset
=
384
(unsigned int)holder->
l_offset
;
417
result.stat.nlm_testrply_u.holder.
l_offset
=
418
(unsigned int)holder->
l_offset
;
lockd_lock.c
262
newfl->client.
l_offset
= lckarg->alock.
l_offset
;
644
result.alock.
l_offset
= fl->client.
l_offset
;
666
result.alock.
l_offset
=
667
(unsigned int)fl->client.
l_offset
;
test.c
369
arg.alock.
l_offset
= 0;
/src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_allocator.cc
390
sptr
l_offset
= 0, r_offset = 0;
local in function:__asan::Allocator::ChooseChunk
391
CHECK(AsanChunkView(left_chunk).AddrIsAtRight(addr, 1, &
l_offset
));
393
if (
l_offset
< r_offset)
Completed in 22 milliseconds
Indexes created Sun Oct 12 09:09:55 GMT 2025