OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mntfromname
(Results
1 - 3
of
3
) sorted by relevancy
/src/sbin/umount/
umount.c
99
char
mntfromname
[MAXPATHLEN];
local
182
if (getfsspecname(
mntfromname
, sizeof(
mntfromname
),
184
err(EXIT_FAILURE, "%s",
mntfromname
);
185
if (umountfs(
mntfromname
, typelist, raw) != 0)
378
static char
mntfromname
[MAXPATHLEN];
local
395
if (getfsspecname(
mntfromname
, sizeof(
mntfromname
),
397
err(EXIT_FAILURE, "%s",
mntfromname
);
398
return
mntfromname
;
[
all
...]
/src/bin/df/
df.c
466
char
mntfromname
[sizeof(sfsp->f_mntfromname) + 10];
local
469
snprintf(
mntfromname
, sizeof(
mntfromname
), "NAME=%s",
472
strlcpy(
mntfromname
, sfsp->f_mntfromname, sizeof(
mntfromname
));
486
sfsp->f_mntonname,
mntfromname
,
594
mntfromname
,
625
(void)printf("%-*.*s ", maxwidth, maxwidth,
mntfromname
);
/src/sbin/mount/
mount.c
107
const char *
mntfromname
, *mntonname, **vfslist, *vfstype;
local
196
mntfromname
= mntbuf->f_mntfromname;
198
mntfromname
= fs->fs_spec;
199
mntfromname
= getfsspecname(buf, sizeof(buf),
200
mntfromname
);
201
if (
mntfromname
== NULL)
203
if (mountfs(fs->fs_vfstype,
mntfromname
,
245
mntfromname
= mntbuf->f_mntfromname;
248
mntfromname
= fs->fs_spec;
279
mntfromname
= mntbuf->f_mntfromname
[
all
...]
Completed in 16 milliseconds
Indexes created Fri Aug 14 00:25:39 UTC 2026