OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:client_index
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/fs/nfs/server/
nfs_nfsdstate.c
4314
static u_int32_t
client_index
= 0;
local
4316
client_index
++;
4317
if (
client_index
!= 0)
4318
return (
client_index
);
4321
return (
client_index
);
nfs_nfsdstate.c
4314
static u_int32_t
client_index
= 0;
local
4316
client_index
++;
4317
if (
client_index
!= 0)
4318
return (
client_index
);
4321
return (
client_index
);
Completed in 80 milliseconds
Indexes created Sun Jul 05 00:25:41 UTC 2026