Searched refs:sec0 (Results 1 - 3 of 3) sorted by last modified time

/freebsd-11-stable/sys/geom/
H A Dgeom_sunlabel.c71 g_sunlabel_modify(struct g_geom *gp, struct g_sunlabel_softc *ms, u_char *sec0) argument
78 error = sunlabel_dec(sec0, &sl);
113 MD5Update(&md5sum, sec0, ms->sectorsize);
H A Dgeom_mbr.c91 u_char sec0[512]; member in struct:g_mbr_softc
100 g_mbr_modify(struct g_geom *gp, struct g_mbr_softc *ms, u_char *sec0, int len __unused) argument
109 if (sec0[0x1fe] != 0x55 && sec0[0x1ff] != 0xaa)
115 sec0 + DOSPARTOFF + i * sizeof(struct dos_partition),
163 bcopy(sec0, ms->sec0, 512);
170 MD5Update(&md5sum, ms->sec0, sizeof(ms->sec0));
298 bcopy(buf, ms->sec0, 51
[all...]
/freebsd-11-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 73 milliseconds