Home
last modified time | relevance | path

Searched refs:sec0 (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/sys/geom/
Dgeom_mbr.c93 u_char sec0[512]; member
102 g_mbr_modify(struct g_geom *gp, struct g_mbr_softc *ms, u_char *sec0, int len __unused) in g_mbr_modify() argument
111 if (sec0[0x1fe] != 0x55 && sec0[0x1ff] != 0xaa) in g_mbr_modify()
117 sec0 + DOSPARTOFF + i * sizeof(struct dos_partition), in g_mbr_modify()
165 bcopy(sec0, ms->sec0, 512); in g_mbr_modify()
172 MD5Update(&md5sum, ms->sec0, sizeof(ms->sec0)); in g_mbr_modify()
300 bcopy(buf, ms->sec0, 512); in g_mbr_taste()
302 MD5Update(&md5sum, ms->sec0, sizeof(ms->sec0)); in g_mbr_taste()
Dgeom_sunlabel.c73 g_sunlabel_modify(struct g_geom *gp, struct g_sunlabel_softc *ms, u_char *sec0) in g_sunlabel_modify() argument
80 error = sunlabel_dec(sec0, &sl); in g_sunlabel_modify()
115 MD5Update(&md5sum, sec0, ms->sectorsize); in g_sunlabel_modify()
/freebsd-12-stable/contrib/binutils/ld/
Dldlang.c452 struct wildcard_list *sec0 = ptr->handler_data[0]; in walk_wild_section_specs1_wild0() local
453 asection *s0 = find_section (file, sec0, &multiple_sections_found); in walk_wild_section_specs1_wild0()
458 walk_wild_consider_section (ptr, file, s0, sec0, callback, data); in walk_wild_section_specs1_wild0()
487 struct wildcard_list *sec0 = ptr->handler_data[0]; in walk_wild_section_specs2_wild1() local
490 asection *s0 = find_section (file, sec0, &multiple_sections_found); in walk_wild_section_specs2_wild1()
506 walk_wild_consider_section (ptr, file, s, sec0, callback, data); in walk_wild_section_specs2_wild1()
526 struct wildcard_list *sec0 = ptr->handler_data[0]; in walk_wild_section_specs3_wild2() local
530 asection *s0 = find_section (file, sec0, &multiple_sections_found); in walk_wild_section_specs3_wild2()
541 walk_wild_consider_section (ptr, file, s, sec0, callback, data); in walk_wild_section_specs3_wild2()
567 struct wildcard_list *sec0 = ptr->handler_data[0]; in walk_wild_section_specs4_wild2() local
[all …]