OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mlpp
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.sbin/mountd/
mountd.c
2145
struct mountlist *mlp, **
mlpp
;
local
2154
mlpp
= &mlhead;
2167
*
mlpp
= mlp;
2168
mlpp
= &mlp->ml_next;
2176
struct mountlist *mlp, **
mlpp
;
local
2193
mlpp
= &mlhead;
2211
*
mlpp
= mlp = mlp->ml_next;
2215
mlpp
= &mlp->ml_next;
2239
struct mountlist *mlp, **
mlpp
;
local
2242
mlpp
= &mlhead
[
all
...]
mountd.c
2145
struct mountlist *mlp, **
mlpp
;
local
2154
mlpp
= &mlhead;
2167
*
mlpp
= mlp;
2168
mlpp
= &mlp->ml_next;
2176
struct mountlist *mlp, **
mlpp
;
local
2193
mlpp
= &mlhead;
2211
*
mlpp
= mlp = mlp->ml_next;
2215
mlpp
= &mlp->ml_next;
2239
struct mountlist *mlp, **
mlpp
;
local
2242
mlpp
= &mlhead
[
all
...]
Completed in 31 milliseconds
Indexes created Tue Jul 14 00:26:25 UTC 2026