OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:xuid
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/bsd/am-utils/dist/hlfsd/
stubs.c
165
u_int
xuid
;
local
166
memcpy(&
xuid
, argp->fh_data, sizeof(
xuid
));
167
uid =
xuid
;
282
u_int
xuid
;
local
286
xuid
= (u_int) untab[idx].uid;
287
memcpy(un_fhandle.fh_data, &
xuid
, sizeof(
xuid
));
288
xstrlcpy((char *) &un_fhandle.fh_data[sizeof(
xuid
)],
290
sizeof(am_nfs_fh) - sizeof(
xuid
));
[
all
...]
Completed in 15 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026