Home
last modified time | relevance | path

Searched refs:write_label (Results 1 – 5 of 5) sorted by relevance

/freebsd-11-stable/usr.bin/dtc/
HDdtb.cc163 asm_writer::write_label(const string &name) in write_label() function in dtc::dtb::asm_writer
261 out.write_label("dt_blob_start"); in write()
262 out.write_label("dt_header"); in write()
332 writer.write_label("dt_strings_start"); in write()
337 writer.write_label("dt_strings_end"); in write()
HDdtb.hh131 virtual void write_label(const std::string &name) = 0;
196 void write_label(const std::string &) override {} in write_label() function in dtc::dtb::binary_writer
253 void write_label(const std::string &name) override;
HDfdt.cc1661 reservation_writer.write_label(string("dt_reserve_map")); in write()
1678 struct_writer.write_label(string("dt_struct_start")); in write()
1681 struct_writer.write_label(string("dt_struct_end")); in write()
1714 strings_writer.write_label(string("dt_blob_end")); in write()
/freebsd-11-stable/sbin/sunlabel/
HDsunlabel.c112 static void write_label(struct sun_disklabel *sl, const char *disk,
226 write_label(&sl, disk, bootpath); in main()
241 write_label(&sl, disk, bootpath); in main()
246 write_label(&sl, disk, bootpath); in main()
395 write_label(struct sun_disklabel *sl, const char *disk, const char *bootpath) in write_label() function
514 write_label(sl, disk, bootpath); in edit_label()
/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
HDctf.c148 write_label(void *arg1, void *arg2) in write_label() function
719 (void) list_iter(iiburst->iib_td->td_labels, write_label, in ctf_gen()