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

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

Completed in 175 milliseconds