OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:um_prev
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.sbin/sysinst/
target.c
119
struct unwind_mount *
um_prev
;
member in struct:unwind_mount
497
m->
um_prev
= unwind_mountlist;
513
if (unwind_mountlist->
um_prev
!= NULL)
536
for (m = unwind_mountlist; m != NULL; prev = m, m = m->
um_prev
)
549
unwind_mountlist = m->
um_prev
;
551
prev->
um_prev
= m->
um_prev
;
611
unwind_mountlist = m->
um_prev
;
target.c
119
struct unwind_mount *
um_prev
;
member in struct:unwind_mount
497
m->
um_prev
= unwind_mountlist;
513
if (unwind_mountlist->
um_prev
!= NULL)
536
for (m = unwind_mountlist; m != NULL; prev = m, m = m->
um_prev
)
549
unwind_mountlist = m->
um_prev
;
551
prev->
um_prev
= m->
um_prev
;
611
unwind_mountlist = m->
um_prev
;
Completed in 23 milliseconds
Indexes created Tue Sep 30 11:09:46 GMT 2025