OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fstypes
(Results
1 - 4
of
4
) sorted by relevancy
/src/usr.sbin/installboot/
fstypes.c
1
/* $NetBSD:
fstypes
.c,v 1.14 2024/05/19 15:48:57 tsutsui Exp $ */
38
__RCSID("$NetBSD:
fstypes
.c,v 1.14 2024/05/19 15:48:57 tsutsui Exp $");
49
struct ib_fs
fstypes
[] = {
variable in typeref:struct:ib_fs[]
/src/usr.sbin/fstyp/
fstyp.c
71
}
fstypes
[] = {
variable in typeref:struct:__anonc1d988dc0108[]
252
if (!show_unmountable &&
fstypes
[i].unmountable)
254
fstyp_f =
fstypes
[i].function;
260
name =
fstypes
[i].name;
/src/sbin/scan_ffs/
scan_ffs.c
83
static const char *
fstypes
[] = { "NONE", "FFSv1", "FFSv2" };
variable in typeref:typename:const char * []
196
sbi->ffs_path,
fstypes
[ffs_checkver(sbi)]);
200
(void)printf("%s ",
fstypes
[ffs_checkver(sbi)]);
/src/usr.sbin/makefs/
makefs.c
74
static fstype_t
fstypes
[] = {
variable in typeref:typename:fstype_t[]
458
for (i = 0;
fstypes
[i].type != NULL; i++)
459
if (strcmp(
fstypes
[i].type, type) == 0)
460
return (&
fstypes
[i]);
Completed in 11 milliseconds
Indexes created Sun Sep 21 20:09:37 GMT 2025