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

/freebsd-9.3-release/sys/geom/vinum/
H A Dgeom_vinum_drive.c116 uint8_t *d_hdr; local
120 endian##32toh(*((uint32_t *)&d_hdr[off])); \
123 endian##64toh(*((uint64_t *)&d_hdr[off])); \
135 d_hdr = g_read_data(cp, GV_HDR_OFFSET, pp->sectorsize, NULL);
136 if (d_hdr == NULL)
140 magic_machdep = *((uint64_t *)&d_hdr[0]);
150 bcopy(d_hdr + off, m_hdr->label.sysname, GV_HOSTNAME_LEN);
152 bcopy(d_hdr + off, m_hdr->label.name, GV_MAXDRIVENAME);
162 g_free(d_hdr);
164 } else if (gv_legacy_header_type(d_hdr, b
230 uint8_t d_hdr[GV_HDR_LEN]; local
[all...]

Completed in 38 milliseconds