OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:gpt_fs_types
(Results
1 - 1
of
1
) sorted by relevancy
/src/usr.sbin/sysinst/
gpt.c
96
}
gpt_fs_types
[] = {
variable in typeref:typename:const struct __anon97ff81f80108[]
767
for (i = 0; i < __arraycount(
gpt_fs_types
); i++) {
768
if (strcmp(name,
gpt_fs_types
[i].name) == 0) {
769
t->gent.generic_ptype =
gpt_fs_types
[i].ptype;
770
t->fsflags =
gpt_fs_types
[i].fsflags;
771
t->default_fs_type =
gpt_fs_types
[i].fstype;
926
for (i = 0; i < __arraycount(
gpt_fs_types
); i++)
927
if (fstype ==
gpt_fs_types
[i].fstype &&
928
pt ==
gpt_fs_types
[i].ptype)
929
return gpt_find_type(
gpt_fs_types
[i].name)
[
all
...]
Completed in 65 milliseconds
Indexes created Sun Sep 28 12:09:53 GMT 2025