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

/freebsd-9.3-release/sys/geom/
H A Dgeom_sunlabel.c181 0, hp->label, SUN_SIZE);
204 label = gctl_get_paraml(req, "label", SUN_SIZE);
233 gsp->slices[i].offset + SUN_SIZE, label + SUN_SIZE,
234 SUN_BOOTSIZE - SUN_SIZE);
312 g_slice_conf_hot(gp, 0, 0, SUN_SIZE,
H A Dgeom_sunlabel_enc.c124 for (i = u = 0; i < SUN_SIZE; i += 2)
179 for (i = u = 0; i < SUN_SIZE; i += 2)
/freebsd-9.3-release/sys/sys/
H A Dsun_disklabel.h54 #define SUN_SIZE 512 macro
/freebsd-9.3-release/lib/libdisk/
H A Dwrite_sparc64_disk.c38 u_char buf[SUN_SIZE];
/freebsd-9.3-release/sbin/sunlabel/
H A Dsunlabel.c334 char buf[SUN_SIZE];
399 char buf[SUN_SIZE];
464 * Ignore first SUN_SIZE bytes of boot code to
467 if (lseek(fd, off + SUN_SIZE, SEEK_SET) < 0)
469 if (write(fd, boot + SUN_SIZE,
470 sizeof(boot) - SUN_SIZE) !=
471 sizeof(boot) - SUN_SIZE)

Completed in 172 milliseconds