Searched refs:mtl (Results 1 - 13 of 13) sorted by relevance

/freebsd-12-stable/contrib/nvi/ex/
H A Dex_move.c91 recno_t cnt, diff, fl, tl, mfl, mtl; local
141 mtl = tl;
159 mtl = tl + diff;
186 lmp->lno >= mfl && lmp->lno <= mtl)
/freebsd-12-stable/sys/dev/terasic/mtl/
H A Dterasic_mtl.c56 #include <dev/terasic/mtl/terasic_mtl.h>
H A Dterasic_mtl_vt.c45 #include <dev/terasic/mtl/terasic_mtl.h>
H A Dterasic_mtl_fdt.c58 #include <dev/terasic/mtl/terasic_mtl.h>
69 if (ofw_bus_is_compatible(dev, "sri-cambridge,mtl")) {
216 DRIVER_MODULE(mtl, simplebus, terasic_mtl_fdt_driver, terasic_mtl_devclass, 0,
H A Dterasic_mtl_nexus.c53 #include <dev/terasic/mtl/terasic_mtl.h>
207 DRIVER_MODULE(mtl, nexus, terasic_mtl_nexus_driver, terasic_mtl_devclass, 0,
H A Dterasic_mtl_pixel.c50 #include <dev/terasic/mtl/terasic_mtl.h>
H A Dterasic_mtl_text.c52 #include <dev/terasic/mtl/terasic_mtl.h>
67 * All I/O to/from the mtl device must be 16-bit, and aligned to 16-bit.
H A Dterasic_mtl_reg.c52 #include <dev/terasic/mtl/terasic_mtl.h>
H A Dterasic_mtl_syscons.c61 #include <dev/terasic/mtl/terasic_mtl.h>
/freebsd-12-stable/usr.bin/mt/
H A Dmt.c665 struct mtlocate mtl; local
674 bzero(&mtl, sizeof(mtl));
736 mtl.dest_type = dest_type;
741 mtl.logical_id = logical_id;
748 mtl.flags |= MT_LOCATE_FLAG_IMMED;
751 mtl.flags |= MT_LOCATE_FLAG_CHANGE_PART;
752 mtl.partition = partition;
756 mtl.block_address_mode = MT_LOCATE_BAM_EXPLICIT;
758 mtl
[all...]
/freebsd-12-stable/contrib/binutils/bfd/
H A Dcofflink.c1679 struct coff_debug_merge_type *mtl;
1681 for (mtl = mh->types; mtl != NULL; mtl = mtl->next)
1685 if (mtl->class != mt->class)
1688 for (me = mt->elements, mel = mtl->elements;
1702 if (mtl == NULL || (bfd_size_type) mtl->indx >= syment_base)
1713 *indexp = mtl
1678 struct coff_debug_merge_type *mtl; local
[all...]
/freebsd-12-stable/sys/netinet/
H A Digmp.c3278 struct mbuf *mtl; /* last mbuf of packet mt */ local
3283 mtl = m_last(mt);
3289 mtl->m_next = m0;
/freebsd-12-stable/sys/netinet6/
H A Dmld6.c2983 struct mbuf *mtl; /* last mbuf of packet mt */ local
2988 mtl = m_last(mt);
2994 mtl->m_next = m0;

Completed in 85 milliseconds