Searched refs:mtl (Results 1 – 9 of 9) sorted by relevance
| /freebsd-11-stable/sys/mips/beri/ |
| HD | files.beri | 15 dev/terasic/mtl/terasic_mtl.c optional terasic_mtl 16 dev/terasic/mtl/terasic_mtl_fdt.c optional terasic_mtl fdt 17 dev/terasic/mtl/terasic_mtl_nexus.c optional terasic_mtl 18 dev/terasic/mtl/terasic_mtl_pixel.c optional terasic_mtl 19 dev/terasic/mtl/terasic_mtl_reg.c optional terasic_mtl 20 dev/terasic/mtl/terasic_mtl_syscons.c optional terasic_mtl sc 21 dev/terasic/mtl/terasic_mtl_text.c optional terasic_mtl 22 dev/terasic/mtl/terasic_mtl_vt.c optional terasic_mtl vt
|
| /freebsd-11-stable/contrib/nvi/ex/ |
| HD | ex_move.c | 91 recno_t cnt, diff, fl, tl, mfl, mtl; in ex_move() local 141 mtl = tl; in ex_move() 159 mtl = tl + diff; in ex_move() 186 lmp->lno >= mfl && lmp->lno <= mtl) in ex_move()
|
| /freebsd-11-stable/usr.bin/mt/ |
| HD | mt.c | 664 struct mtlocate mtl; in mt_locate() local 673 bzero(&mtl, sizeof(mtl)); in mt_locate() 735 mtl.dest_type = dest_type; in mt_locate() 740 mtl.logical_id = logical_id; in mt_locate() 747 mtl.flags |= MT_LOCATE_FLAG_IMMED; in mt_locate() 750 mtl.flags |= MT_LOCATE_FLAG_CHANGE_PART; in mt_locate() 751 mtl.partition = partition; in mt_locate() 755 mtl.block_address_mode = MT_LOCATE_BAM_EXPLICIT; in mt_locate() 757 mtl.block_address_mode = MT_LOCATE_BAM_IMPLICIT; in mt_locate() 759 if (ioctl(mtfd, MTIOCEXTLOCATE, &mtl) == -1) in mt_locate()
|
| /freebsd-11-stable/contrib/binutils/bfd/ |
| HD | cofflink.c | 1678 struct coff_debug_merge_type *mtl; in _bfd_coff_link_input_bfd() local 1680 for (mtl = mh->types; mtl != NULL; mtl = mtl->next) in _bfd_coff_link_input_bfd() 1684 if (mtl->class != mt->class) in _bfd_coff_link_input_bfd() 1687 for (me = mt->elements, mel = mtl->elements; in _bfd_coff_link_input_bfd() 1701 if (mtl == NULL || (bfd_size_type) mtl->indx >= syment_base) in _bfd_coff_link_input_bfd() 1712 *indexp = mtl->indx; in _bfd_coff_link_input_bfd()
|
| /freebsd-11-stable/sys/dev/terasic/mtl/ |
| HD | terasic_mtl_fdt.c | 214 DRIVER_MODULE(mtl, simplebus, terasic_mtl_fdt_driver, terasic_mtl_devclass, 0,
|
| HD | terasic_mtl_nexus.c | 205 DRIVER_MODULE(mtl, nexus, terasic_mtl_nexus_driver, terasic_mtl_devclass, 0,
|
| /freebsd-11-stable/sys/boot/fdt/dts/mips/ |
| HD | beripad-de4.dts | 218 compatible = "sri-cambridge,mtl";
|
| /freebsd-11-stable/sys/netinet6/ |
| HD | mld6.c | 2950 struct mbuf *mtl; /* last mbuf of packet mt */ in mld_v2_merge_state_changes() local 2955 mtl = m_last(mt); in mld_v2_merge_state_changes() 2961 mtl->m_next = m0; in mld_v2_merge_state_changes()
|
| /freebsd-11-stable/sys/netinet/ |
| HD | igmp.c | 3293 struct mbuf *mtl; /* last mbuf of packet mt */ in igmp_v3_merge_state_changes() local 3298 mtl = m_last(mt); in igmp_v3_merge_state_changes() 3304 mtl->m_next = m0; in igmp_v3_merge_state_changes()
|