Home
last modified time | relevance | path

Searched refs:mf (Results 1 – 25 of 171) sorted by relevance

1234567

/openbsd/usr.sbin/amd/amd/
H A Dmntfs.c108 mf->mf_fattr.mtime = mf->mf_fattr.ctime = mf->mf_fattr.atime; in init_mntfs()
112 mf->mf_server = (*ops->ffserver)(mf); in init_mntfs()
182 mf->mf_info = strealloc(mf->mf_info, info); in find_mntfs()
183 if (mf->mf_private && mf->mf_prfree) { in find_mntfs()
184 (*mf->mf_prfree)(mf->mf_private); in find_mntfs()
212 if (mf->mf_private && mf->mf_prfree) in uninit_mntfs()
213 (*mf->mf_prfree)(mf->mf_private); in uninit_mntfs()
259 mf = NEXT(mntfs, mf); in flush_mntfs()
284 mf->mf_ops->fs_type, mf->mf_mount); in free_mntfs()
298 mf->mf_mount, mf->mf_ops->fs_type); in free_mntfs()
[all …]
H A Dafs_ops.c226 if (mf->mf_fo && mf->mf_fo->opt_cache) in afs_mkcacheref()
230 mf->mf_private = mapc_find(mf->mf_info, cache); in afs_mkcacheref()
242 mf->mf_mount = strealloc(mf->mf_mount, pid_fsname); in root_mount()
243 mf->mf_private = mapc_find(mf->mf_info, ""); in root_mount()
269 if (mf->mf_info[0] == '.' && mf->mf_info[1] == '\0') in afs_mount()
413 mf->mf_private = mapc_find(mf->mf_info, "inc"); in union_mounted()
589 wakeup(mf); in afs_cont()
1020 wakeup(mf); in afs_bgmount()
1136 mntfs *mf; in afs_lookuppn() local
1149 if ((mf = mp->am_mnt) == 0 || mf->mf_ops == &dfs_ops) in afs_lookuppn()
[all …]
H A Dutil.c315 mf_mounted(mntfs *mf) in mf_mounted() argument
327 mf->mf_error = 0; in mf_mounted()
333 (*mf->mf_ops->mounted)(mf); in mf_mounted()
335 mf->mf_fo = 0; in mf_mounted()
344 mf->mf_info, in mf_mounted()
347 mf->mf_ops->fs_type, mf->mf_mount); in mf_mounted()
355 mf_mounted(mf); in am_mounted()
368 } else if (mf->mf_mount[1] == '\0' && mf->mf_mount[0] == '/') { in am_mounted()
414 mf = mp->am_mnt; in mount_node()
456 return (*mf->mf_ops->fmount_fs)(mf); in auto_fmount()
[all …]
H A Dnfsx_ops.c148 nfsx_init(mntfs *mf) in nfsx_init() argument
190 mf->mf_private = nx; in nfsx_init()
221 nx->nx_v[i].n_mnt = find_mntfs(&nfs_ops, mf->mf_fo, mp, xinfo, "", mf->mf_mopts, mf->mf_remopts); in nfsx_init()
277 mf->mf_flags &= ~MFF_ERROR; in nfsx_cont()
315 wakeup(mf); in nfsx_cont()
317 mf_mounted(mf); in nfsx_cont()
324 mntfs *mf = (mntfs *) mv; in try_nfsx_mount() local
328 error = (*mf->mf_ops->fmount_fs)(mf); in try_nfsx_mount()
375 nfsx_cont, mf); in nfsx_remount()
403 nfsx_fmount(mntfs *mf) in nfsx_fmount() argument
[all …]
H A Dmap.c562 find_mf(mntfs *mf) in find_mf() argument
730 if (mf && !(mf->mf_ops->fs_flags & FS_DIRECTORY)) { in umount_exported()
747 if (mf->mf_server && in umount_exported()
772 if ((mf->mf_flags & MFF_ERROR) || mf->mf_refc > 1) { in unmount_node()
783 dlog("Unmounting %s (%s)", mf->mf_mount, mf->mf_info); in unmount_node()
915 wakeup(mf); in free_map_if_success()
930 if (mf->mf_refc == 1 && !FSRV_ISUP(mf->mf_server)) { in unmount_mp()
990 mntfs *mf; in timeout_mp() local
999 mf = mp->am_mnt; in timeout_mp()
1000 if (!mf) in timeout_mp()
[all …]
H A Difs_ops.c62 ifs_init(mntfs *mf) in ifs_init() argument
64 mntfs *mf_link = (mntfs *) mf->mf_private; in ifs_init()
84 ifs_inherit(mntfs *mf) in ifs_inherit() argument
90 mntfs *mf_link = (mntfs *) mf->mf_private; in ifs_inherit()
96 mf_link->mf_fo = mf->mf_fo; in ifs_inherit()
107 mf->mf_private = 0; in ifs_inherit()
108 free_mntfs(mf); in ifs_inherit()
144 ifs_fmount(mntfs *mf) in ifs_fmount() argument
146 am_node *mp = find_mf(mf); in ifs_fmount()
149 return ifs_inherit(mf) ? 0 : EINVAL; in ifs_fmount()
[all …]
H A Dhost_ops.c99 host_init(mntfs *mf) in host_init() argument
213 host_fmount(mntfs *mf) in host_fmount() argument
242 sin = *mf->mf_server->fs_ip; in host_fmount()
300 MAKE_MNTPT(mntpt, ex, mf); in host_fmount()
356 if (do_mount(&fp[j], mntpt, fs_name, mf->mf_mopts, mf) == 0) in host_fmount()
398 host_fumount(mntfs *mf) in host_fumount() argument
462 xerror = host_fmount(mf); in host_fumount()
547 mntfs *mf = mp->am_mnt; in host_mount() local
549 return host_exec("mount", mf->mf_server->fs_host, mf->mf_mount, mf->mf_opts); in host_mount()
555 mntfs *mf = mp->am_mnt; in host_umount() local
[all …]
H A Damq_subr.c317 mntfs *mf; in xdr_amq_mount_info_list() local
320 for (mf = LAST(mntfs, qhead); mf != HEAD(mntfs, qhead); mf = PREV(mntfs, mf)) { in xdr_amq_mount_info_list()
321 if (!(mf->mf_ops->fs_flags & FS_AMQINFO)) in xdr_amq_mount_info_list()
330 for (mf = LAST(mntfs, qhead); mf != HEAD(mntfs, qhead); mf = PREV(mntfs, mf)) { in xdr_amq_mount_info_list()
332 if (!(mf->mf_ops->fs_flags & FS_AMQINFO)) in xdr_amq_mount_info_list()
335 if (!xdr_amq_string(xdrs, &mf->mf_ops->fs_type)) { in xdr_amq_mount_info_list()
338 if (!xdr_amq_string(xdrs, &mf->mf_mount)) { in xdr_amq_mount_info_list()
341 if (!xdr_amq_string(xdrs, &mf->mf_info)) { in xdr_amq_mount_info_list()
347 if (!xdr_int(xdrs, &mf->mf_error)) { in xdr_amq_mount_info_list()
350 if (!xdr_int(xdrs, &mf->mf_refc)) { in xdr_amq_mount_info_list()
[all …]
H A Dpfs_ops.c65 pfs_init(mntfs *mf) in pfs_init() argument
70 if (mf->mf_refc == 1) { in pfs_init()
71 mf->mf_private = strdup(mf->mf_fo->opt_unmount); in pfs_init()
72 mf->mf_prfree = free; in pfs_init()
135 pfs_fmount(mntfs *mf) in pfs_fmount() argument
137 return pfs_exec(mf->mf_fo->opt_mount); in pfs_fmount()
141 pfs_fumount(mntfs *mf) in pfs_fumount() argument
143 return pfs_exec((char *) mf->mf_private); in pfs_fumount()
H A Dnfs_ops.c424 nfs_init(mntfs *mf) in nfs_init() argument
426 if (!mf->mf_private) { in nfs_init()
435 &fhs, mf); in nfs_init()
438 mf->mf_prfree = free; in nfs_init()
449 mntfs *mf) in mount_nfs_fh() argument
477 if (mf->mf_remopts && *mf->mf_remopts && !islocalnet(fs->fs_ip->sin_addr.s_addr)) in mount_nfs_fh()
637 if (!mf->mf_private) { in mount_nfs()
642 return mount_nfs_fh((fhstatus *) mf->mf_private, dir, fs_name, opts, mf); in mount_nfs()
646 nfs_fmount(mntfs *mf) in nfs_fmount() argument
650 error = mount_nfs(mf->mf_mount, mf->mf_info, mf->mf_mopts, mf); in nfs_fmount()
[all …]
H A Drestart.c98 mntfs *mf; in restart() local
128 mf = find_mntfs(fs_ops, &mo, me->mnt_dir, in restart()
130 if (mf->mf_refc == 1) { in restart()
131 mf->mf_flags |= MFF_RESTART|MFF_MOUNTED; in restart()
132 mf->mf_error = 0; /* Already mounted correctly */ in restart()
133 mf->mf_fo = 0; in restart()
139 mf->mf_flags |= MFF_RSTKEEP; in restart()
146 (void) (*fs_ops->fs_init)(mf); in restart()
153 free_mntfs(mf); in restart()
H A Dufs_ops.c106 ufs_fmount(mntfs *mf) in ufs_fmount() argument
110 error = mount_ufs(mf->mf_mount, mf->mf_info, mf->mf_mopts); in ufs_fmount()
121 ufs_fumount(mntfs *mf) in ufs_fumount() argument
123 return umount_fs(mf->mf_mount); in ufs_fumount()
/openbsd/gnu/gcc/libmudflap/
H A DMakefile.am31 mf-runtime.c \
32 mf-heuristics.c \
33 mf-hooks1.c \
34 mf-hooks2.c
42 pth/mf-runtime.lo: mf-runtime.c mf-runtime.h mf-impl.h
44 pth/mf-heuristics.lo: mf-heuristics.c mf-runtime.h mf-impl.h
46 pth/mf-hooks1.lo: mf-hooks1.c mf-runtime.h mf-impl.h
48 pth/mf-hooks2.lo: mf-hooks2.c mf-runtime.h mf-impl.h
50 pth/mf-hooks3.lo: mf-hooks3.c mf-runtime.h mf-impl.h
58 pth/mf-hooks1.lo \
[all …]
H A DChangeLog238 * mf-impl.h: Likewise.
267 * mf-runtime.h: New file, replaces mf-runtime.h.in.
343 * mf-runtime.h.in:
632 * mf-hooks[123].c, mf-runtime.c, mf-heuristics.c:
787 * mf-hooks: Removed.
961 * mf-hooks: Ditto.
1158 * mf-runtime.c (*): Adapt to void*/size_t API in mf-runtime.h.
1247 * mf-runtime.h.in: Renamed from mf-runtime.h. Tweak uintptr_t decl.
1362 * mf-runtime.c, mf-hooks.c: Remove "{{{"/"}}}" folding marks.
1382 * mf-runtime.c, mf-hooks.c, mf-heuristics.c: Replace remaining %p
[all …]
H A DMakefile.in73 am_libmudflap_la_OBJECTS = mf-runtime.lo mf-heuristics.lo mf-hooks1.lo \
74 mf-hooks2.lo
237 mf-runtime.c \
239 mf-hooks1.c \
240 mf-hooks2.c
251 pth/mf-hooks3.lo
854 pth/mf-runtime.lo: mf-runtime.c mf-runtime.h mf-impl.h
856 pth/mf-heuristics.lo: mf-heuristics.c mf-runtime.h mf-impl.h
858 pth/mf-hooks1.lo: mf-hooks1.c mf-runtime.h mf-impl.h
860 pth/mf-hooks2.lo: mf-hooks2.c mf-runtime.h mf-impl.h
[all …]
/openbsd/gnu/usr.bin/perl/
H A Dmakedepend.SH89 mf=$firstmakefile
90 if test -f $mf; then
91 defrule=`<$mf sed -n \
127 $sed <$mf >$mf.new -e '1,/^# AUTOMATICALLY/!d'
132 >> $mf.new
139 .deptmp >>$mf.new
161 $rm -f $mf.old
162 $cp $mf $mf.old
163 $rm -f $mf
164 $cp $mf.new $mf
[all …]
/openbsd/games/sail/
H A Dpl_7.c108 mf->readyL = R_LOADING; in newturn()
110 mf->readyL = R_LOADED; in newturn()
116 mf->readyR = R_LOADED; in newturn()
136 if (mf->FS == 1) in newturn()
139 if (mf->struck) in newturn()
141 if (mf->captured != 0) in newturn()
340 loadname[mf->loadL], readyname(mf->readyL), in draw_stat()
341 loadname[mf->loadR], readyname(mf->readyR)); in draw_stat()
370 if (mf->RH) in draw_slot()
375 if (mf->RG) in draw_slot()
[all …]
H A Dpl_3.c58 if (mf->OBP[n].turnsent) in acceptcombat()
62 if (mf->DBP[n].turnsent) in acceptcombat()
72 ready = mf->readyR; in acceptcombat()
73 load = mf->loadR; in acceptcombat()
77 ready = mf->readyL; in acceptcombat()
78 load = mf->loadL; in acceptcombat()
158 if (mf->captured != 0) { in acceptcombat()
198 mf->loadL = L_EMPTY; in acceptcombat()
199 mf->readyL = R_EMPTY; in acceptcombat()
201 mf->loadR = L_EMPTY; in acceptcombat()
[all …]
H A Dpl_6.c57 repairs = &mf->RH; in repair()
60 repairs = &mf->RG; in repair()
63 repairs = &mf->RR; in repair()
154 loadL = mf->loadL; in loadplayer()
155 loadR = mf->loadR; in loadplayer()
189 mf->loadR = load; in loadplayer()
190 mf->readyR = ready|R_LOADING; in loadplayer()
192 mf->loadL = load; in loadplayer()
193 mf->readyL = ready|R_LOADING; in loadplayer()
H A Dpl_5.c61 ma = maxmove(ms, mf->dir, 0); in acceptmove()
65 dir = mf->dir; in acceptmove()
124 if (mf->FS == 1) { in acceptmove()
132 if (mf->FS == 1) { in acceptmove()
158 if (mf->OBP[n].turnsent) in acceptboard()
159 men += mf->OBP[n].mensent; in acceptboard()
162 if (mf->DBP[n].turnsent) in acceptboard()
163 men += mf->DBP[n].mensent; in acceptboard()
H A Dpl_2.c89 mf->loadL = L_EMPTY; in play()
90 mf->loadR = L_EMPTY; in play()
91 mf->readyL = R_EMPTY; in play()
92 mf->readyR = R_EMPTY; in play()
H A Dpl_main.c164 mf = ms->file; in initialize()
223 mf->loadR = load; in initialize()
224 mf->readyR = R_LOADED|R_INITIAL; in initialize()
226 mf->loadL = load; in initialize()
227 mf->readyL = R_LOADED|R_INITIAL; in initialize()
/openbsd/sbin/restore/
H A Ddirs.c102 static FILE *df, *mf; variable
187 if (mf != NULL) in extractdirs()
188 (void)fclose(mf); in extractdirs()
574 FILE *mf; in setdirmodes() local
588 mf = fopen(modefile, "r"); in setdirmodes()
589 if (mf == NULL) { in setdirmodes()
595 clearerr(mf); in setdirmodes()
598 if (feof(mf)) in setdirmodes()
627 if (ferror(mf)) in setdirmodes()
629 (void)fclose(mf); in setdirmodes()
[all …]
/openbsd/gnu/gcc/gcc/config/ia64/
H A Ditanium2.md313 (final_presence_set "2_0mm.f" "2_0m.mf")
315 (final_presence_set "2_1mm.f" "2_1m.mf")
517 "(2_0m.mf+2_0mm.f+2_0mmf.+2_uf0|2_1m.mf+2_1mm.f+2_1mmf.+2_uf1)\
615 "2_0m.ii, 2_0m.mi, 2_0m.mf, 2_0m.fi, 2_0m.bb,\
618 "2_1m.ii, 2_1m.mi, 2_1m.mf, 2_1m.fi, 2_1m.bb,\
868 "(2_0m.ii|2_0m.mi|2_0m.fi|2_0m.mf|2_0m.bb\
1132 (exclusion_set "2b_0m.mf"
1183 (exclusion_set "2b_1m.mf"
1240 (final_presence_set "2b_0mm.f" "2b_0m.mf")
1242 (final_presence_set "2b_1mm.f" "2b_1m.mf")
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dparse1.C9 void mf() { s='\"'; } in mf() function
15 x.mf(); in main()

1234567