OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:msdos_options
(Results
1 - 5
of
5
) sorted by relevancy
/src/usr.sbin/makefs/
msdos.c
69
struct
msdos_options
options;
77
const option_t
msdos_options
[] = {
local
101
fsopts->fs_options = copy_opts(
msdos_options
);
114
struct
msdos_options
*msdos_opt = fsopts->fs_specific;
115
option_t *
msdos_options
= fsopts->fs_options;
local
126
rv = set_option(
msdos_options
, option, NULL, 0);
130
if (strcmp(
msdos_options
[rv].name, "volume_id") == 0)
132
else if (strcmp(
msdos_options
[rv].name, "media_descriptor") == 0)
134
else if (strcmp(
msdos_options
[rv].name, "hidden_sectors") == 0)
/src/sbin/newfs_msdos/
mkfs_msdos.h
59
struct
msdos_options
{
struct
70
int mkfs_msdos(const char *, const char *, const struct
msdos_options
*);
newfs_msdos.c
94
struct
msdos_options
o;
mkfs_msdos.c
247
mkfs_msdos(const char *fname, const char *dtype, const struct
msdos_options
*op)
265
struct
msdos_options
o = *op;
/src/usr.sbin/makefs/msdos/
msdosfs_vfsops.c
95
struct
msdos_options
*m = devvp->fs->fs_specific;
Completed in 31 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026