Searched refs:write_label (Results 1 – 5 of 5) sorted by relevance
| /freebsd-11-stable/usr.bin/dtc/ |
| HD | dtb.cc | 163 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()
|
| HD | dtb.hh | 131 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;
|
| HD | fdt.cc | 1661 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/ |
| HD | sunlabel.c | 112 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/ |
| HD | ctf.c | 148 write_label(void *arg1, void *arg2) in write_label() function 719 (void) list_iter(iiburst->iib_td->td_labels, write_label, in ctf_gen()
|