OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:last_mounted
(Results
1 - 4
of
4
) sorted by relevancy
/src/usr.sbin/sysinst/
mbr.h
68
const char *
last_mounted
[MBR_PART_COUNT];
member in struct:mbr_info_t
disklabel.c
46
char
last_mounted
[MAXPARTITIONS][MOUNTLEN];
member in struct:disklabel_disk_partitions
280
strlcpy(parts->
last_mounted
[part], lm,
281
sizeof(parts->
last_mounted
[part]));
286
parts->
last_mounted
[part]);
785
if (parts->
last_mounted
[part][0] != 0)
786
info->
last_mounted
= parts->
last_mounted
[part];
859
if (info->
last_mounted
!= NULL &&
860
info->
last_mounted
!= parts->
last_mounted
[part]
[
all
...]
partitions.h
153
const char *
last_mounted
; /* last mount point or NULL */
member in struct:disk_part_info
gpt.c
136
const char *
last_mounted
; /* last mounted if known */
member in struct:gpt_part_entry
410
p->
last_mounted
= path;
522
info->
last_mounted
= p->
last_mounted
;
1059
if (info->
last_mounted
!= NULL && info->
last_mounted
!=
1060
p->
last_mounted
) {
1061
free(__UNCONST(p->
last_mounted
));
1062
p->
last_mounted
= strdup(info->
last_mounted
);
[
all
...]
Completed in 17 milliseconds
Indexes created Thu Sep 25 16:09:42 GMT 2025