Searched defs:mf (Results 26 - 50 of 104) sorted by relevance

12345

/freebsd-11-stable/contrib/amd/amd/
H A Dops_ext.c182 ext_mount(am_node *am, mntfs *mf, char *mount_type, argument
200 ext2_mount(am_node *am, mntfs *mf) argument
206 ext3_mount(am_node *am, mntfs *mf) argument
212 ext4_mount(am_node *am, mntfs *mf) argument
218 ext_umount(am_node *am, mntfs *mf) argument
[all...]
H A Dops_lustre.c155 lustre_mount(am_node *am, mntfs *mf) argument
197 lustre_umount(am_node *am, mntfs *mf) argument
[all...]
H A Dops_udf.c249 udf_mount(am_node *am, mntfs *mf) argument
266 udf_umount(am_node *am, mntfs *mf) argument
[all...]
H A Dmntfs.c62 dup_mntfs(mntfs *mf) argument
76 init_mntfs(mntfs *mf, am_ops *ops, am_opts *mo, char *mp, char *info, char *auto_opts, char *mopts, char *remopts) argument
107 mntfs *mf = ALLOC(struct mntfs); local
121 mntfs *mf; local
203 mntfs *mf = locate_mntfs(ops, mo, mp, info, auto_opts, mopts, remopts); local
229 uninit_mntfs(mntfs *mf) argument
263 mntfs *mf = v; local
290 mntfs *mf; local
322 mntfs *mf = (mntfs *) arg; local
383 realloc_mntfs(mntfs *mf, am_ops *ops, am_opts *mo, char *mp, char *info, char *auto_opts, char *mopts, char *remopts) argument
[all...]
H A Dsched.c206 get_mntfs_wchan(mntfs *mf) argument
H A Dautil.c159 mntfs *mf = mp->am_al->al_mnt; local
192 mf_mounted(mntfs *mf, bool_t call_free_opts) argument
242 mntfs *mf = mp->am_al->al_mnt; local
387 amfs_mkcacheref(mntfs *mf) argument
410 mntfs *mf; local
445 amfs_mount(am_node *mp, mntfs *mf, char *opts) argument
656 mntfs *mf = mp->am_al->al_mnt; local
[all...]
H A Damq_subr.c472 mntfs *mf; local
[all...]
H A Damfs_host.c133 amfs_host_init(mntfs *mf) argument
172 do_mount(am_nfs_handle_t *fhp, char *mntdir, char *fs_name, mntfs *mf) argument
301 amfs_host_mount(am_node *am, mntfs *mf) argument
536 amfs_host_umount(am_node *am, mntfs *mf) argument
632 amfs_host_umounted(mntfs *mf) argument
[all...]
H A Damfs_nfsx.c174 amfs_nfsx_init(mntfs *mf) argument
301 mntfs *mf = (mntfs *) arg; local
352 mntfs *mf = (mntfs *) mv; local
364 amfs_nfsx_remount(am_node *am, mntfs *mf, int fg) argument
425 amfs_nfsx_mount(am_node *am, mntfs *mf) argument
437 amfs_nfsx_umount(am_node *am, mntfs *mf) argument
[all...]
H A Dreaddir.c102 mntfs *mf; local
527 mntfs *mf; local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterClassInfo.cpp43 void RegisterClassInfo::runOnMachineFunction(const MachineFunction &mf) { argument
H A DReachingDefAnalysis.cpp135 bool ReachingDefAnalysis::runOnMachineFunction(MachineFunction &mf) { argument
H A DInterferenceCache.cpp54 void InterferenceCache::init(MachineFunction *mf, argument
H A DRegAllocBasic.cpp305 bool RABasic::runOnMachineFunction(MachineFunction &mf) { argument
H A DSwiftErrorValueTracking.cpp79 void SwiftErrorValueTracking::setFunction(MachineFunction &mf) { argument
H A DBreakFalseDeps.cpp263 bool BreakFalseDeps::runOnMachineFunction(MachineFunction &mf) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGVLIW.cpp70 ScheduleDAGVLIW(MachineFunction &mf, AAResults *aa, argument
/freebsd-11-stable/usr.sbin/bluetooth/btpand/
H A Dbnep.c492 mfilter_t *mf; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBitTracker.cpp40 HexagonEvaluator(const HexagonRegisterInfo &tri, MachineRegisterInfo &mri, const HexagonInstrInfo &tii, MachineFunction &mf) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430BranchSelector.cpp224 bool MSP430BSel::runOnMachineFunction(MachineFunction &mf) { argument
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmip.h169 uint32_t mf : 1; member in struct:__anon8418
/freebsd-11-stable/contrib/xz/src/liblzma/lzma/
H A Dlzma2_encoder.c136 lzma2_encode(void *coder_ptr, lzma_mf *restrict mf, argument
[all...]
/freebsd-11-stable/contrib/xz/src/liblzma/lz/
H A Dlz_encoder.c31 lzma_mf mf; member in struct:__anon4457
46 move_window(lzma_mf *mf) argument
193 lz_encoder_prepare(lzma_mf *mf, const lzma_allocator *allocator, const lzma_lz_options *lz_options) argument
371 lz_encoder_init(lzma_mf *mf, const lzma_allocator *allocator, const lzma_lz_options *lz_options) argument
467 lzma_mf mf = { local
[all...]
H A Dlz_encoder.h221 mf_ptr(const lzma_mf *mf) argument
229 mf_avail(const lzma_mf *mf) argument
238 mf_unencoded(const lzma_mf *mf) argument
252 mf_position(const lzma_mf *mf) argument
267 mf_skip(lzma_mf *mf, uint32_t amount) argument
279 mf_read(lzma_mf *mf, uint8_t *out, size_t *out_pos, size_t out_size, size_t *left) argument
[all...]
/freebsd-11-stable/usr.sbin/pmcstat/
H A Dpmcpl_callgraph.c667 pmcpl_cg_shutdown(FILE *mf) argument

Completed in 245 milliseconds

12345