Home
last modified time | relevance | path

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

12345678

/freebsd/lib/libkvm/
H A Dkvm.c114 _kvm_open(kvm_t *kd, const char *uf, const char *mf, int flag, char *errout) in _kvm_open() argument
137 if (mf == NULL) in _kvm_open()
138 mf = _PATH_MEM; in _kvm_open()
140 if ((kd->pmfd = open(mf, flag | O_CLOEXEC, 0)) < 0) { in _kvm_open()
141 _kvm_syserr(kd, kd->program, "%s", mf); in _kvm_open()
145 _kvm_syserr(kd, kd->program, "%s", mf); in _kvm_open()
160 if (strcmp(mf, _PATH_DEVNULL) == 0) { in _kvm_open()
163 } else if (strcmp(mf, _PATH_MEM) == 0) { in _kvm_open()
184 if (strncmp(mf, _PATH_FWMEM, strlen(_PATH_FWMEM)) == 0 || in _kvm_open()
185 strncmp(mf, _PATH_DEVVMM, strlen(_PATH_DEVVMM)) == 0) { in _kvm_open()
[all …]
/freebsd/usr.sbin/bluetooth/btpand/
H A Dbnep.c491 mfilter_t *mf; in bnep_recv_filter_multi_addr_set() local
510 mf = malloc(nf * sizeof(mfilter_t)); in bnep_recv_filter_multi_addr_set()
511 if (mf == NULL) { in bnep_recv_filter_multi_addr_set()
519 memcpy(mf[i].start, ptr, ETHER_ADDR_LEN); in bnep_recv_filter_multi_addr_set()
522 memcpy(mf[i].end, ptr, ETHER_ADDR_LEN); in bnep_recv_filter_multi_addr_set()
525 if (memcmp(mf[i].start, mf[i].end, ETHER_ADDR_LEN) > 0) { in bnep_recv_filter_multi_addr_set()
526 free(mf); in bnep_recv_filter_multi_addr_set()
534 mf[i].start[0], mf[i].start[1], mf[i].start[2], in bnep_recv_filter_multi_addr_set()
535 mf[i].start[3], mf[i].start[4], mf[i].start[5], in bnep_recv_filter_multi_addr_set()
536 mf[i].end[0], mf[i].end[1], mf[i].end[2], in bnep_recv_filter_multi_addr_set()
[all …]
/freebsd/tools/tools/netmap/
H A Dlb.c519 struct morefrag *mf = (struct morefrag *)ring->sem; in forward_packet() local
527 if (mf->shadow_head != ring->tail && (q == NULL || oq_empty(q))) { in forward_packet()
528 struct netmap_slot *ts = &ring->slot[mf->shadow_head]; in forward_packet()
535 mf->shadow_head = nm_ring_next(ring, mf->shadow_head); in forward_packet()
537 ring->head = mf->shadow_head; in forward_packet()
540 curmf, ts->flags, mf->shadow_head, ring->head, ring->tail); in forward_packet()
555 for (scan = ring->head; scan != mf->shadow_head; in forward_packet()
561 mf->shadow_head = ring->head; in forward_packet()
825 struct morefrag *mf; in main() local
831 mf = (struct morefrag *)p->ring->sem; in main()
[all …]
/freebsd/contrib/ntp/ntpdate/
H A DMakefile.am35 include $(top_srcdir)/bincheck.mf
36 include $(top_srcdir)/check-libntp.mf
37 include $(top_srcdir)/check-scm-rev.mf
38 include $(top_srcdir)/depsver.mf
39 include $(top_srcdir)/includes.mf
/freebsd/sbin/restore/
H A Ddirs.c102 static FILE *df, *mf; variable
158 if (fd == -1 || (mf = fdopen(fd, "w")) == NULL) { in extractdirs()
186 if (mf != NULL && fclose(mf) != 0) in extractdirs()
419 if (mf != NULL && fwrite(buf, size, 1, mf) != 1) in putdirattrs()
554 FILE *mf; in setdirmodes() local
573 mf = fopen(modefile, "r"); in setdirmodes()
574 if (mf == NULL) { in setdirmodes()
580 clearerr(mf); in setdirmodes()
584 (void) fread((char *)&node, 1, sizeof(struct modeinfo), mf); in setdirmodes()
585 if (ferror(mf)) { in setdirmodes()
[all …]
/freebsd/contrib/ntp/adjtimed/
H A DMakefile.am22 include $(top_srcdir)/bincheck.mf
23 include $(top_srcdir)/check-libntp.mf
24 include $(top_srcdir)/depsver.mf
25 include $(top_srcdir)/includes.mf
/freebsd/sys/net/
H A Dif_fwsubr.c356 struct mbuf *mf, *mprev; in firewire_input_fragment() local
392 for (mf = r->fr_frags; mf; mf = mf->m_nextpkt) { in firewire_input_fragment()
393 enc = mtod(mf, union fw_encap *); in firewire_input_fragment()
405 end = start + mf->m_pkthdr.len - 2*sizeof(uint32_t); in firewire_input_fragment()
419 for (mf = r->fr_frags, mprev = NULL; mf; in firewire_input_fragment()
420 mprev = mf, mf = mf->m_nextpkt) { in firewire_input_fragment()
421 enc = mtod(mf, union fw_encap *); in firewire_input_fragment()
471 mf = m->m_nextpkt; in firewire_input_fragment()
473 m = mf; in firewire_input_fragment()
506 mf = r->fr_frags; in firewire_input_fragment()
[all …]
/freebsd/contrib/ntp/clockstuff/
H A DMakefile.am19 include $(top_srcdir)/check-libntp.mf
20 include $(top_srcdir)/depsver.mf
21 include $(top_srcdir)/includes.mf
/freebsd/lib/libpmcstat/
H A Dlibpmcstat_logging.c603 FILE *mf; in pmcstat_shutdown_logging() local
607 mf = NULL; in pmcstat_shutdown_logging()
609 mf = (strcmp(args->pa_mapfilename, "-") == 0) ? in pmcstat_shutdown_logging()
612 if (mf == NULL && args->pa_flags & FLAG_DO_GPROF && in pmcstat_shutdown_logging()
614 mf = args->pa_printfile; in pmcstat_shutdown_logging()
616 if (mf) in pmcstat_shutdown_logging()
617 (void) fprintf(mf, "MAP:\n"); in pmcstat_shutdown_logging()
624 plugins[args->pa_plugin].pl_shutdown(mf); in pmcstat_shutdown_logging()
626 plugins[args->pa_pplugin].pl_shutdown(mf); in pmcstat_shutdown_logging()
679 if (mf) in pmcstat_shutdown_logging()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DBreakFalseDeps.cpp281 bool BreakFalseDeps::runOnMachineFunction(MachineFunction &mf) { in runOnMachineFunction() argument
282 if (skipFunction(mf.getFunction())) in runOnMachineFunction()
284 MF = &mf; in runOnMachineFunction()
289 RegClassInfo.runOnMachineFunction(mf); in runOnMachineFunction()
296 for (MachineBasicBlock *MBB : depth_first_ext(&mf, Reachable)) in runOnMachineFunction()
300 for (MachineBasicBlock &MBB : mf) in runOnMachineFunction()
H A DSlotIndexes.cpp78 mf = &fn; in analyze()
90 MBBRanges.resize(mf->getNumBlockIDs()); in analyze()
91 idx2MBBMap.reserve(mf->size()); in analyze()
96 for (MachineBasicBlock &MBB : *mf) { in analyze()
124 LLVM_DEBUG(mf->print(dbgs(), this)); in analyze()
/freebsd/contrib/ntp/ntpq/
H A DMakefile.am131 include $(top_srcdir)/bincheck.mf
132 include $(top_srcdir)/check-libopts.mf
133 include $(top_srcdir)/check-libntp.mf
134 include $(top_srcdir)/check-scm-rev.mf
135 include $(top_srcdir)/depsver.mf
136 include $(top_srcdir)/includes.mf
/freebsd/lib/libc/include/
H A Dnscache.h150 #define NS_COMMON_CACHE_INFO_INITIALIZER(name, mdata, if, mf, uf) \ argument
151 {#name, mdata, if, mf, uf, NULL, NULL, NULL, NULL}
152 #define NS_MP_CACHE_INFO_INITIALIZER(name, mdata, mf, uf) \ argument
153 {#name, mdata, NULL, mf, uf, name##_set_mp_ws, name##_get_mp_ws,\
/freebsd/contrib/ntp/ntpdc/
H A DMakefile.am157 include $(top_srcdir)/bincheck.mf
158 include $(top_srcdir)/check-libopts.mf
159 include $(top_srcdir)/check-libntp.mf
160 include $(top_srcdir)/check-scm-rev.mf
161 include $(top_srcdir)/depsver.mf
162 include $(top_srcdir)/includes.mf
/freebsd/contrib/ntp/util/
H A DMakefile.am130 include $(top_srcdir)/bincheck.mf
131 include $(top_srcdir)/check-libntp.mf
132 include $(top_srcdir)/check-libopts.mf
133 include $(top_srcdir)/check-scm-rev.mf
134 include $(top_srcdir)/depsver.mf
135 include $(top_srcdir)/includes.mf
/freebsd/contrib/ntp/ntpsnmpd/
H A DMakefile.am116 include $(top_srcdir)/bincheck.mf
117 include $(top_srcdir)/check-libntp.mf
118 include $(top_srcdir)/check-libopts.mf
119 include $(top_srcdir)/depsver.mf
120 include $(top_srcdir)/includes.mf
/freebsd/usr.sbin/pmcstat/
H A Dpmcpl_gprof.c530 pmcpl_gmon_shutdown(FILE *mf) in pmcpl_gmon_shutdown() argument
541 if (mf) in pmcpl_gmon_shutdown()
542 (void) fprintf(mf, " \"%s\" => \"%s\"", in pmcpl_gmon_shutdown()
550 if (mf) in pmcpl_gmon_shutdown()
551 (void) fprintf(mf, " %s/%d", in pmcpl_gmon_shutdown()
562 if (mf) in pmcpl_gmon_shutdown()
563 (void) fprintf(mf, "\n"); in pmcpl_gmon_shutdown()
/freebsd/contrib/ntp/sntp/tests/
H A DMakefile.am252 include $(top_srcdir)/check-libntp.mf
253 include $(top_srcdir)/check-libsntp.mf
254 include $(top_srcdir)/check-libunity.mf
255 include $(top_srcdir)/depsver.mf
256 include $(top_srcdir)/includes.mf
/freebsd/contrib/ntp/parseutil/
H A DMakefile.am27 include $(top_srcdir)/depsver.mf
28 include $(top_srcdir)/includes.mf
/freebsd/contrib/ntp/sntp/unity/
H A DMakefile.am32 include $(top_srcdir)/depsver.mf
33 include $(top_srcdir)/includes.mf
/freebsd/contrib/ntp/
H A Dcheck-libntp.mf1 ## check-libntp.mf - automake fragment
3 ## sntp/check-libntp.mf
H A Dcheck-libunity.mf1 ## check-libunity.mf - automake fragment
3 ## sntp/check-libunity.mf
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AdvSIMDScalarPass.cpp390 bool AArch64AdvSIMDScalar::runOnMachineFunction(MachineFunction &mf) { in runOnMachineFunction() argument
394 if (skipFunction(mf.getFunction())) in runOnMachineFunction()
397 MRI = &mf.getRegInfo(); in runOnMachineFunction()
398 TII = mf.getSubtarget().getInstrInfo(); in runOnMachineFunction()
401 for (MachineBasicBlock &MBB : mf) in runOnMachineFunction()
/freebsd/contrib/ntp/sntp/
H A Dcheck-libntp.mf1 ## check-libntp.mf - automake fragment
3 ## ../check-libntp.mf
H A Dcheck-libunity.mf1 ## check-libunity.mf - automake fragment
3 ## ../check-libunity.mf

12345678