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

/freebsd-9.3-release/sys/geom/
H A Dgeom_mbr.c89 u_char sec0[512]; member in struct:g_mbr_softc
98 g_mbr_modify(struct g_geom *gp, struct g_mbr_softc *ms, u_char *sec0, int len __unused) argument
107 if (sec0[0x1fe] != 0x55 && sec0[0x1ff] != 0xaa)
113 sec0 + DOSPARTOFF + i * sizeof(struct dos_partition),
161 bcopy(sec0, ms->sec0, 512);
168 MD5Update(&md5sum, ms->sec0, sizeof(ms->sec0));
298 bcopy(buf, ms->sec0, 51
[all...]
H A Dgeom_sunlabel.c69 g_sunlabel_modify(struct g_geom *gp, struct g_sunlabel_softc *ms, u_char *sec0) argument
76 error = sunlabel_dec(sec0, &sl);
111 MD5Update(&md5sum, sec0, ms->sectorsize);
/freebsd-9.3-release/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 105 milliseconds