| /OK3568_Linux_fs/buildroot/boot/syslinux/ |
| H A D | 0014-Fix-build-with-binutils-note-gnu-property-section.patch | 8 objcopy -O binary mbr.elf mbr.bin 9 perl /build/syslinux/src/syslinux/mbr/checksize.pl mbr.bin 10 mbr.bin: too big (452 > 440) 21 mbr/i386/mbr.ld | 1 + 22 mbr/x86_64/mbr.ld | 1 + 25 diff --git a/mbr/i386/mbr.ld b/mbr/i386/mbr.ld 27 --- a/mbr/i386/mbr.ld 28 +++ b/mbr/i386/mbr.ld 35 diff --git a/mbr/x86_64/mbr.ld b/mbr/x86_64/mbr.ld 37 --- a/mbr/x86_64/mbr.ld [all …]
|
| H A D | 0004-utils-Use-the-host-toolchain-to-build.patch | 32 @@ -35,7 +35,7 @@ ISOHDPFX = $(addprefix $(OBJ)/,../mbr/isohdpfx.bin ../mbr/isohdpfx_f.bin \ 39 mkdiskimage: mkdiskimage.in ../mbr/mbr.bin bin2hex.pl 40 $(PERL) $(SRC)/bin2hex.pl < $(OBJ)/../mbr/mbr.bin | cat $(SRC)/mkdiskimage.in - > $@
|
| H A D | Config.in | 37 bool "install mbr" 40 Install the legacy-BIOS 'mbr' image, to boot off a
|
| H A D | syslinux.mk | 95 SYSLINUX_IMAGES-$(BR2_TARGET_SYSLINUX_MBR) += bios/mbr/mbr.bin
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/envelope/ |
| H A D | range.hpp | 58 Box& mbr, in apply() 64 initialize<Box, 0, dimension<Box>::value>::apply(mbr); in apply() 70 dispatch::envelope<value_type>::apply(*it, mbr, strategy); in apply() 75 dispatch::expand<Box, value_type>::apply(mbr, *it, strategy); in apply() 81 static inline void apply(Range const& range, Box& mbr, Strategy const& strategy) in apply() 83 return apply(boost::begin(range), boost::end(range), mbr, strategy); in apply() 94 Box& mbr, in apply() 114 dispatch::expand<Box, Box>::apply(mbr, helper_mbr, strategy); in apply() 119 EnvelopePolicy::apply(*it, mbr, strategy); in apply() 128 initialize<Box, 0, dimension<Box>::value>::apply(mbr); in apply() [all …]
|
| H A D | point.hpp | 50 static inline void apply(Point const& point, Box& mbr) in apply() 52 detail::indexed_point_view<Box, Index> box_corner(mbr); in apply() 63 static inline void apply(Point const& point, Box& mbr, Strategy const&) in apply() 65 apply<min_corner>(point, mbr); in apply() 66 apply<max_corner>(point, mbr); in apply() 74 static inline void apply(Point const& point, Box& mbr, Strategy const& strategy) in apply() 83 geometry::set<min_corner, 0>(mbr, geometry::get<0>(box_point)); in apply() 84 geometry::set<min_corner, 1>(mbr, geometry::get<1>(box_point)); in apply() 86 geometry::set<max_corner, 0>(mbr, geometry::get<0>(box_point)); in apply() 87 geometry::set<max_corner, 1>(mbr, geometry::get<1>(box_point)); in apply() [all …]
|
| H A D | box.hpp | 53 static inline void apply(BoxIn const& box_in, BoxOut& mbr) in apply() 56 detail::indexed_point_view<BoxOut, Index> mbr_corner(mbr); in apply() 76 static inline void apply(BoxIn const& box_in, BoxOut& mbr) in apply() 82 detail::indexed_point_view<BoxOut, Index> mbr_corner(mbr); in apply() 103 BoxOut& mbr, in apply() 109 >::apply(box_in, mbr); in apply() 114 >::apply(box_in, mbr); in apply() 123 BoxOut& mbr, in apply() 131 >::apply(box_in_normalized, mbr); in apply() 136 >::apply(box_in_normalized, mbr); in apply()
|
| H A D | interface.hpp | 146 inline void envelope(Geometry const& geometry, Box& mbr, Strategy const& strategy) in envelope() argument 148 resolve_variant::envelope<Geometry>::apply(geometry, mbr, strategy); in envelope() 167 inline void envelope(Geometry const& geometry, Box& mbr) in envelope() argument 169 resolve_variant::envelope<Geometry>::apply(geometry, mbr, default_strategy()); in envelope() 194 Box mbr; in return_envelope() local 195 resolve_variant::envelope<Geometry>::apply(geometry, mbr, strategy); in return_envelope() 196 return mbr; in return_envelope() 217 Box mbr; in return_envelope() local 218 resolve_variant::envelope<Geometry>::apply(geometry, mbr, default_strategy()); in return_envelope() 219 return mbr; in return_envelope()
|
| H A D | segment.hpp | 260 Box& mbr) in create_box() argument 291 transform_units(radian_mbr, mbr); in create_box() 347 Box& mbr, in apply() argument 351 create_box<Units>(lon1, lat1, lon2, lat2, mbr); in apply() 365 Box& mbr, in apply() argument 370 create_box<Units>(lon1, lat1, lon2, lat2, mbr); in apply() 380 Box& mbr, in apply() 383 envelope_one_point<Dimension, DimensionCount>::apply(p1, mbr, strategy); in apply() 390 >::apply(mbr, p2, strategy); in apply() 401 Box& mbr, in apply() [all …]
|
| H A D | range_of_boxes.hpp | 155 Box& mbr, in apply() 166 detail::indexed_point_view<Box, min_corner> mbr_min(mbr); in apply() 167 detail::indexed_point_view<Box, max_corner> mbr_max(mbr); in apply() 202 >::apply(mbr, *it, strategy); in apply() 211 >::apply(mbr, *it, strategy); in apply() 233 Box& mbr, in apply() 308 detail::indexed_point_view<Box, min_corner> mbr_min(mbr); in apply() 309 detail::indexed_point_view<Box, max_corner> mbr_max(mbr); in apply() 321 >::apply(range_of_boxes, mbr, strategy); in apply()
|
| H A D | multipoint.hpp | 231 static inline void apply(MultiPoint const& multipoint, Box& mbr, Strategy const& strategy) in apply() argument 248 initialize<Box, 0, dimension<Box>::value>::apply(mbr); in apply() 252 initialize<Box, 0, 2>::apply(mbr); in apply() 259 >::apply(range::front(multipoint), mbr, strategy); in apply() 328 envelope_indexed_box_on_spheroid<min_corner, 2>::apply(helper_mbr, mbr); in apply() 329 envelope_indexed_box_on_spheroid<max_corner, 2>::apply(helper_mbr, mbr); in apply() 333 envelope_one_point<2, dimension<Box>::value>::apply(*it, mbr, strategy); in apply() 342 >::apply(mbr, *it, strategy); in apply()
|
| H A D | implementation.hpp | 50 static inline void apply(Polygon const& polygon, Box& mbr, Strategy const& strategy) in apply() 61 >::apply(interior_rings(polygon), mbr, strategy); in apply() 66 envelope_range::apply(ext_ring, mbr, strategy); in apply()
|
| H A D | linear.hpp | 42 Box& mbr, in apply() 47 mbr, in apply()
|
| /OK3568_Linux_fs/u-boot/disk/ |
| H A D | part_dos.c | 92 ALLOC_CACHE_ALIGN_BUFFER(legacy_mbr, mbr, dev_desc->blksz); in part_test_dos() 94 if (blk_dread(dev_desc, 0, 1, (ulong *)mbr) != 1) in part_test_dos() 97 if (test_block_type((unsigned char *)mbr) != DOS_MBR) in part_test_dos() 101 mbr->unique_mbr_signature != 0) { in part_test_dos() 103 dev_desc->mbr_sig = mbr->unique_mbr_signature; in part_test_dos()
|
| H A D | part_efi.c | 45 static int is_pmbr_valid(legacy_mbr * mbr); 1083 static int is_pmbr_valid(legacy_mbr * mbr) in is_pmbr_valid() argument 1099 if (!mbr || le16_to_cpu(mbr->signature) != MSDOS_MBR_SIGNATURE) in is_pmbr_valid() 1103 if (pmbr_part_valid(&mbr->partition_record[i])) { in is_pmbr_valid() 1133 ALLOC_CACHE_ALIGN_BUFFER(legacy_mbr, mbr, dev_desc->blksz); in is_gpt_valid() 1136 if (blk_dread(dev_desc, 0, 1, (ulong *)mbr) != 1) { in is_gpt_valid() 1156 } else if (mbr->unique_mbr_signature != 0) { in is_gpt_valid() 1158 dev_desc->mbr_sig = mbr->unique_mbr_signature; in is_gpt_valid()
|
| /OK3568_Linux_fs/kernel/block/partitions/ |
| H A D | efi.c | 174 static int is_pmbr_valid(legacy_mbr *mbr, sector_t total_sectors) in is_pmbr_valid() argument 179 if (!mbr || le16_to_cpu(mbr->signature) != MSDOS_MBR_SIGNATURE) in is_pmbr_valid() 183 ret = pmbr_part_valid(&mbr->partition_record[i]); in is_pmbr_valid() 199 if ((mbr->partition_record[i].os_type != in is_pmbr_valid() 201 (mbr->partition_record[i].os_type != 0x00)) in is_pmbr_valid() 217 sz = le32_to_cpu(mbr->partition_record[part].size_in_lba); in is_pmbr_valid()
|
| /OK3568_Linux_fs/u-boot/env/ |
| H A D | envf.c | 47 static int is_pmbr_valid(legacy_mbr * mbr) in is_pmbr_valid() argument 51 if (!mbr || le16_to_cpu(mbr->signature) != MSDOS_MBR_SIGNATURE) in is_pmbr_valid() 55 if (mbr->partition_record[i].sys_ind == 0xc) in is_pmbr_valid()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/syslinux/ |
| H A D | syslinux_6.04-pre2.bb | 107 PACKAGES += "${PN}-nomtools ${PN}-extlinux ${PN}-mbr ${PN}-chain ${PN}-pxelinux ${PN}-isolinux ${PN… 116 FILES:${PN}-mbr = "${datadir}/${BPN}/mbr.bin"
|
| /OK3568_Linux_fs/buildroot/package/python-visitor/ |
| H A D | Config.in | 6 http://github.com/mbr/visitor
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/ |
| H A D | python3-asciitree_0.3.3.bb | 2 HOMEPAGE = "http://github.com/mbr/asciitree"
|
| /OK3568_Linux_fs/buildroot/package/python-tinyrpc/ |
| H A D | Config.in | 10 http://github.com/mbr/tinyrpc
|
| /OK3568_Linux_fs/external/recovery/update_engine/ |
| H A D | flash_image.c | 528 legacy_mbr *mbr = (legacy_mbr *)gpt; in create_gpt_buffer() local 534 mbr->signature = MSDOS_MBR_SIGNATURE; in create_gpt_buffer() 535 mbr->partition_record[0].sys_ind = EFI_PMBR_OSTYPE_EFI_GPT; in create_gpt_buffer() 536 mbr->partition_record[0].start_sect = 1; in create_gpt_buffer() 537 mbr->partition_record[0].nr_sects = (u32) - 1; in create_gpt_buffer()
|
| /OK3568_Linux_fs/buildroot/board/technologic/ts5500/ |
| H A D | readme.txt | 35 # cat output/images/syslinux/mbr.bin > /dev/sdX
|
| /OK3568_Linux_fs/kernel/drivers/spi/ |
| H A D | spi-stm32.c | 1600 int mbr; in stm32_spi_transfer_one_setup() local 1610 mbr = stm32_spi_prepare_mbr(spi, transfer->speed_hz, in stm32_spi_transfer_one_setup() 1613 if (mbr < 0) { in stm32_spi_transfer_one_setup() 1614 ret = mbr; in stm32_spi_transfer_one_setup() 1619 stm32_spi_set_mbr(spi, mbr); in stm32_spi_transfer_one_setup()
|
| /OK3568_Linux_fs/kernel/net/tipc/ |
| H A D | group.c | 417 int len, struct tipc_member **mbr) in tipc_group_cong() argument 425 *mbr = NULL; in tipc_group_cong() 428 *mbr = m; in tipc_group_cong()
|