OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:xprtlist
(Results
1 - 1
of
1
) sorted by relevancy
/src/lib/libc/rpc/
svc_generic.c
99
static struct xlist *
xprtlist
; /* A link list of all the handles */
local in function:svc_create
105
/* VARIABLES PROTECTED BY xprtlist_lock:
xprtlist
*/
113
for (l =
xprtlist
; l; l = l->next) {
139
l->next =
xprtlist
;
140
xprtlist
= l;
Completed in 12 milliseconds
Indexes created Mon Oct 20 20:10:13 GMT 2025