Symbol: disklabel
lib/libc/gen/disklabel.c
57
struct disklabel *
lib/libc/gen/disklabel.c
60
static struct disklabel disk;
lib/libc/gen/disklabel.c
61
struct disklabel *dp = &disk;
sbin/bsdlabel/bsdlabel.c
1081
checklabel(struct disklabel *lp)
sbin/bsdlabel/bsdlabel.c
1136
struct disklabel *vl;
sbin/bsdlabel/bsdlabel.c
1436
static struct disklabel *
sbin/bsdlabel/bsdlabel.c
1439
static struct disklabel loclab;
sbin/bsdlabel/bsdlabel.c
290
fixlabel(struct disklabel *lp)
sbin/bsdlabel/bsdlabel.c
311
makelabel(const char *type, struct disklabel *lp)
sbin/bsdlabel/bsdlabel.c
313
struct disklabel *dp;
sbin/bsdlabel/bsdlabel.c
373
struct disklabel *lp = &lab;
sbin/bsdlabel/bsdlabel.c
508
display(FILE *f, const struct disklabel *lp)
sbin/bsdlabel/bsdlabel.c
609
struct disklabel label;
sbin/bsdlabel/bsdlabel.c
69
static void makelabel(const char *, struct disklabel *);
sbin/bsdlabel/bsdlabel.c
723
getasciilabel(FILE *f, struct disklabel *lp)
sbin/bsdlabel/bsdlabel.c
73
static void display(FILE *, const struct disklabel *);
sbin/bsdlabel/bsdlabel.c
76
static void fixlabel(struct disklabel *);
sbin/bsdlabel/bsdlabel.c
79
static int getasciilabel(FILE *, struct disklabel *);
sbin/bsdlabel/bsdlabel.c
80
static int getasciipartspec(char *, struct disklabel *, int, int);
sbin/bsdlabel/bsdlabel.c
81
static int checklabel(struct disklabel *);
sbin/bsdlabel/bsdlabel.c
83
static struct disklabel *getvirginlabel(void);
sbin/bsdlabel/bsdlabel.c
92
static struct disklabel lab;
sbin/bsdlabel/bsdlabel.c
999
getasciipartspec(char *tp, struct disklabel *lp, int part, int lineno)
sbin/newfs/newfs.c
111
static struct disklabel *getdisklabel(void);
sbin/newfs/newfs.c
121
struct disklabel *lp;
sbin/newfs/newfs.c
430
struct disklabel *
sbin/newfs/newfs.c
433
static struct disklabel lab;
sbin/newfs/newfs.c
434
struct disklabel *lp;
sbin/newfs_msdos/mkfs_msdos.c
905
compute_geometry_from_file(int fd, const char *fname, struct disklabel *lp)
sbin/newfs_msdos/mkfs_msdos.c
928
struct disklabel *lp, dlp;
stand/common/part.c
458
struct disklabel *dl;
stand/common/part.c
465
if (table->sectorsize < sizeof(struct disklabel)) {
stand/common/part.c
478
dl = (struct disklabel *)buf;
stand/efi/boot1/ufs_module.c
115
dl = (struct disklabel *)&ufs_buffer[bs];
stand/efi/boot1/ufs_module.c
117
dl = (struct disklabel *)&ufs_buffer[BSD_LABEL_OFFSET];
stand/efi/boot1/ufs_module.c
80
struct disklabel *dl;
stand/i386/boot2/boot2.c
470
struct disklabel *d;
sys/geom/geom_bsd_enc.c
146
bsd_disklabel_le_enc(u_char *ptr, struct disklabel *d)
sys/geom/geom_bsd_enc.c
67
bsd_disklabel_le_dec(u_char *ptr, struct disklabel *d, int maxpart)
sys/geom/label/g_label_ufs.c
105
if (pp->sectorsize < sizeof(struct disklabel) ||
sys/geom/part/g_part_bsd.c
205
if (pp->sectorsize < sizeof(struct disklabel))
sys/geom/part/g_part_bsd.c
364
if (pp->sectorsize < sizeof(struct disklabel) ||
sys/sys/disk/bsd.h
129
CTASSERT(sizeof(struct disklabel) == 148 + BSD_NPARTS_MIN * 16);
sys/sys/disklabel.h
158
int bsd_disklabel_le_dec(u_char *ptr, struct disklabel *d, int maxpart);
sys/sys/disklabel.h
160
void bsd_disklabel_le_enc(u_char *ptr, struct disklabel *d);
sys/sys/disklabel.h
164
struct disklabel *getdiskbyname(const char *);
sys/sys/disklabel.h
73
static __inline u_int16_t dkcksum(struct disklabel *lp);
sys/sys/disklabel.h
75
dkcksum(struct disklabel *lp)
usr.bin/mkimg/bsd.c
68
struct disklabel *d;
usr.bin/mkimg/bsd.c
79
memset(buf + secsz, 0, sizeof(struct disklabel));