OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:unwind_mountlist
(Results
1 - 3
of
3
) sorted by relevancy
/src/usr.sbin/sysinst/
target.c
131
struct unwind_mount *
unwind_mountlist
= NULL;
variable in typeref:struct:unwind_mount *
497
m->um_prev =
unwind_mountlist
;
498
unwind_mountlist
= m;
511
if (
unwind_mountlist
== NULL)
513
if (
unwind_mountlist
->um_prev != NULL)
519
free(
unwind_mountlist
);
520
unwind_mountlist
= NULL;
536
for (m =
unwind_mountlist
; m != NULL; prev = m, m = m->um_prev)
548
if (m ==
unwind_mountlist
)
549
unwind_mountlist
= m->um_prev
[
all
...]
target.c
131
struct unwind_mount *
unwind_mountlist
= NULL;
variable in typeref:struct:unwind_mount *
497
m->um_prev =
unwind_mountlist
;
498
unwind_mountlist
= m;
511
if (
unwind_mountlist
== NULL)
513
if (
unwind_mountlist
->um_prev != NULL)
519
free(
unwind_mountlist
);
520
unwind_mountlist
= NULL;
536
for (m =
unwind_mountlist
; m != NULL; prev = m, m = m->um_prev)
548
if (m ==
unwind_mountlist
)
549
unwind_mountlist
= m->um_prev
[
all
...]
target.c
131
struct unwind_mount *
unwind_mountlist
= NULL;
variable in typeref:struct:unwind_mount *
497
m->um_prev =
unwind_mountlist
;
498
unwind_mountlist
= m;
511
if (
unwind_mountlist
== NULL)
513
if (
unwind_mountlist
->um_prev != NULL)
519
free(
unwind_mountlist
);
520
unwind_mountlist
= NULL;
536
for (m =
unwind_mountlist
; m != NULL; prev = m, m = m->um_prev)
548
if (m ==
unwind_mountlist
)
549
unwind_mountlist
= m->um_prev
[
all
...]
Completed in 34 milliseconds
Indexes created Tue Sep 30 06:09:59 GMT 2025