OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mntp
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/bsd/am-utils/dist/conf/checkmount/
checkmount_bsd44.c
56
struct statfs *mntbufp, *
mntp
;
local
67
mntp
= mntbufp;
69
if ((colon = strchr(
mntp
->f_mntfromname, ':'))) {
72
is_same_host(
mntp
->f_mntfromname, host, hostaddr))
/src/external/bsd/am-utils/dist/conf/mtab/
mtab_bsd.c
113
struct statfs *mntbufp, *
mntp
;
local
122
for (
mntp
= mntbufp;
mntp
< mntbufp + nloc;
mntp
++) {
131
(*mpp)->mnt = mnt_dup(
mntp
);
mtab_osf.c
118
struct statfs *mntbufp, *
mntp
;
local
127
for (
mntp
= mntbufp;
mntp
< mntbufp + nloc;
mntp
++) {
136
(*mpp)->mnt = mnt_dup(
mntp
);
/src/sys/ufs/lfs/
lfs_syscalls.c
120
struct mount *
mntp
;
local
125
if ((
mntp
= vfs_getvfs(&fsid)) == NULL)
127
fs = VFSTOULFS(
mntp
)->um_lfs;
161
struct mount *
mntp
;
local
166
if ((
mntp
= vfs_getvfs(&fsid)) == NULL)
168
fs = VFSTOULFS(
mntp
)->um_lfs;
223
struct mount *
mntp
;
local
243
if ((
mntp
= vfs_getvfs(fsidp)) == NULL)
246
ump = VFSTOULFS(
mntp
);
255
if ((error = vfs_busy(
mntp
)) != 0
564
struct mount *
mntp
;
local
606
struct mount *
mntp
;
local
664
struct mount *
mntp
;
local
815
struct mount *
mntp
;
local
945
struct mount *
mntp
;
local
[
all
...]
Completed in 82 milliseconds
Indexes created Tue Jun 23 00:25:03 UTC 2026