OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:x_handy
(Results
1 - 9
of
9
) sorted by relevancy
/src/common/lib/libc/rpc/
xdr_mem.c
130
xdrs->
x_handy
= size;
144
if (xdrs->
x_handy
< sizeof(int32_t))
146
xdrs->
x_handy
-= sizeof(int32_t);
156
if (xdrs->
x_handy
< sizeof(int32_t))
158
xdrs->
x_handy
-= sizeof(int32_t);
169
if (xdrs->
x_handy
< sizeof(int32_t))
171
xdrs->
x_handy
-= sizeof(int32_t);
183
if (xdrs->
x_handy
< sizeof(int32_t))
185
xdrs->
x_handy
-= sizeof(int32_t);
196
if (xdrs->
x_handy
< len
[
all
...]
/src/lib/libc/rpc/
xdr_sizeof.c
69
xdrs->
x_handy
+= BYTES_PER_XDR_UNIT;
77
xdrs->
x_handy
+= len;
84
return (xdrs->
x_handy
);
106
xdrs->
x_handy
+= len;
117
xdrs->
x_handy
+= len;
132
xdrs->
x_handy
= 0;
164
x.
x_handy
= 0;
171
return (stat == TRUE ? (unsigned) x.
x_handy
: 0);
xdr_stdio.c
101
xdrs->
x_handy
= 0;
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_platform_limits_solaris.h
135
unsigned
x_handy
;
member in struct:__sanitizer::__sanitizer_XDR
sanitizer_platform_limits_solaris.cc
359
CHECK_SIZE_AND_OFFSET(XDR,
x_handy
);
sanitizer_platform_limits_freebsd.cc
515
CHECK_SIZE_AND_OFFSET(XDR,
x_handy
);
sanitizer_platform_limits_posix.h
344
unsigned
x_handy
;
member in struct:__sanitizer::__sanitizer_XDR
sanitizer_platform_limits_posix.cc
1224
CHECK_SIZE_AND_OFFSET(XDR,
x_handy
);
/src/common/include/rpc/
xdr.h
124
unsigned int
x_handy
; /* extra private word */
member in struct:__rpc_xdr
Completed in 22 milliseconds
Indexes created Fri Oct 17 09:09:57 GMT 2025