HomeSort by: relevance | last modified time | path
    Searched defs:mp (Results 1 - 25 of 285) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/tools/compat/
getmode.c 39 mode_t *mp = malloc(sizeof(mode_t)); local in function:setmode
41 *mp = strtoul(str, NULL, 8);
43 return mp;
47 getmode(const void *mp, mode_t mode)
51 m = *((const mode_t *)mp);
  /src/games/backgammon/teachgammon/
tutor.h 40 int mp[4]; member in struct:situatn
  /src/sbin/mount_fdesc/
mount_fdesc.c 120 mntoptparse_t mp; local in function:mount_fdesc_parseargs
126 mp = getmntopts(optarg, mopts, mntflags, 0);
127 if (mp == NULL)
129 freemntopts(mp);
  /src/sbin/mount_kernfs/
mount_kernfs.c 120 mntoptparse_t mp; local in function:mount_kernfs_parseargs
126 mp = getmntopts(optarg, mopts, mntflags, 0);
127 if (mp == NULL)
129 freemntopts(mp);
  /src/sbin/mount_null/
mount_null.c 86 mntoptparse_t mp; local in function:mount_null
92 mp = getmntopts(optarg, mopts, &mntflags, 0);
93 if (mp == NULL)
95 freemntopts(mp);
  /src/sbin/mount_overlay/
mount_overlay.c 86 mntoptparse_t mp; local in function:mount_overlay
92 mp = getmntopts(optarg, mopts, &mntflags, 0);
93 if (mp == NULL)
95 freemntopts(mp);
  /src/sys/compat/common/
compat_util.c 109 struct mount *mp; local in function:compat_offseterr
111 mp = vp->v_mount;
114 msg, mp->mnt_stat.f_mntonname, mp->mnt_stat.f_mntfromname);
vfs_syscalls_20.c 89 struct mount *mp; local in function:compat_20_sys_statfs
99 mp = vp->v_mount;
102 if ((error = dostatvfs(mp, sbuf, l, 0, 1)) != 0)
124 struct mount *mp; local in function:compat_20_sys_fstatfs
131 mp = fp->f_vnode->v_mount;
133 if ((error = dostatvfs(mp, sbuf, l, 0, 1)) != 0)
168 struct mount *mp; local in function:compat_20_sys_fhstatfs
182 if ((mp = vfs_getvfs(&fh.fh_fsid)) == NULL)
184 error = VFS_FHTOVP(mp, (struct fid*)&fh.fh_fid, LK_EXCLUSIVE, &vp);
187 mp = vp->v_mount
    [all...]
compat_50_quota.c 68 struct mount *mp; local in function:compat_50_sys_quotactl
83 mp = vp->v_mount;
99 error = vfs_quotactl_quotaon(mp, idtype, qfile);
105 error = vfs_quotactl_quotaoff(mp, idtype);
113 error = vfs_quotactl_get(mp, &key, &blocks);
119 error = vfs_quotactl_get(mp, &key, &files);
139 error = vfs_quotactl_put(mp, &key, &blocks);
145 error = vfs_quotactl_put(mp, &key, &files);
157 error = vfs_quotactl_stat(mp, &qstat);
  /src/sbin/mount_ados/
mount_ados.c 83 mntoptparse_t mp; local in function:mount_ados
105 mp = getmntopts(optarg, mopts, &mntflags, 0);
106 if (mp == NULL)
108 freemntopts(mp);
  /src/sbin/mount_autofs/
mount_autofs.c 74 mntoptparse_t mp; local in function:mount_autofs_parseargs
84 mp = getmntopts(optarg, mopts, mntflags, 0);
85 if (mp == NULL)
87 freemntopts(mp);
  /src/sbin/mount_chfs/
mount_chfs.c 73 mntoptparse_t mp; local in function:mount_chfs_parseargs
85 mp = getmntopts(optarg, mopts, mntflags, 0);
86 if (mp == NULL)
88 freemntopts(mp);
  /src/sbin/mount_ext2fs/
mount_ext2fs.c 95 mntoptparse_t mp; local in function:mount_ext2fs_parseargs
103 mp = getmntopts(optarg, mopts, mntflags, 0);
104 if (mp == NULL)
106 freemntopts(mp);
  /src/sbin/mount_ffs/
mount_ffs.c 100 mntoptparse_t mp; local in function:mount_ffs_parseargs
108 mp = getmntopts(optarg, mopts, mntflags, 0);
109 if (mp == NULL)
111 freemntopts(mp);
  /src/sbin/mount_filecore/
mount_filecore.c 123 mntoptparse_t mp; local in function:mount_filecore
153 mp = getmntopts(optarg, mopts, &mntflags, 0);
154 if (mp == NULL)
156 freemntopts(mp);
  /src/sbin/mount_nilfs/
mount_nilfs.c 107 mntoptparse_t mp; local in function:mount_nilfs_parseargs
118 mp = getmntopts(optarg, mopts, mntflags, 0);
119 if (mp == NULL)
121 freemntopts(mp);
  /src/sbin/mount_procfs/
mount_procfs.c 124 mntoptparse_t mp; local in function:mount_procfs
131 mp = getmntopts(optarg, mopts, &mntflags, &altflags);
132 if (mp == NULL)
134 freemntopts(mp);
  /src/sbin/mount_sysvbfs/
mount_sysvbfs.c 89 mntoptparse_t mp; local in function:mount_sysvbfs_parseargs
96 mp = getmntopts(optarg, mopts, mntflags, 0);
97 if (mp == NULL)
99 freemntopts(mp);
  /src/sbin/mount_union/
mount_union.c 89 mntoptparse_t mp; local in function:mount_union
101 mp = getmntopts(optarg, mopts, &mntflags, 0);
102 if (mp == NULL)
104 freemntopts(mp);
  /src/sbin/mount_v7fs/
mount_v7fs.c 142 mntoptparse_t mp; local in function:mount_v7fs_parseargs
149 mp = getmntopts(optarg, mopts, mntflags, 0);
150 if (mp == NULL)
152 freemntopts(mp);
  /src/share/examples/puffs/pnullfs/
pnullfs.c 56 mntoptparse_t mp; local in function:main
71 mp = getmntopts(optarg, puffsmopts, &mntflags, &pflags);
72 if (mp == NULL)
74 freemntopts(mp);
  /src/usr.sbin/bta2dpd/cosdata-gen/
cosdata.c 99 double mp = M_PI_4 / lim; local in function:cosprint
112 val = cosf((i + 0.5) * ((int)k + dk) * mp);
  /src/usr.sbin/lpr/lpd/
modes.c 201 const struct modes *mp; local in function:msearch
206 for (mp = cmodes; mp->name; ++mp)
207 if (CHK(mp->name)) {
208 ip->t.c_cflag &= ~mp->unset;
209 ip->t.c_cflag |= mp->set;
213 for (mp = imodes; mp->name; ++mp)
    [all...]
  /src/usr.sbin/puffs/rump_nqmfs/
rump_nqmfs.c 72 mntoptparse_t mp; local in function:main
86 mp = getmntopts(optarg, mopts, &mntflags, &altflags);
87 if (mp == NULL)
89 freemntopts(mp);
  /src/sbin/mount_efs/
mount_efs.c 60 mntoptparse_t mp; local in function:mount_efs_parseargs
68 mp = getmntopts(optarg, mopts, mntflags, NULL);
69 if (mp == NULL)
71 freemntopts(mp);

Completed in 22 milliseconds

1 2 3 4 5 6 7 8 91011>>