Symbol: part_type
lib/libukfs/ukfs.c
162
int part_type;
lib/libukfs/ukfs.c
171
.part_type = UKFS_PART_NONE,
lib/libukfs/ukfs.c
235
part->part_type = UKFS_PART_NONE;
lib/libukfs/ukfs.c
282
part->part_type = UKFS_PART_DISKLABEL;
lib/libukfs/ukfs.c
351
part->part_type = UKFS_PART_OFFSET;
lib/libukfs/ukfs.c
385
switch (part->part_type) {
sbin/fdisk/fdisk.c
970
print_pbr(daddr_t sector, int indent, uint8_t part_type __unused)
sys/dev/pci/cxgb/cxgb_common.h
438
unsigned char part_type;
sys/dev/pci/cxgb/cxgb_mc5.c
370
switch (mc5->part_type) {
sys/dev/pci/cxgb/cxgb_mc5.c
378
CH_ERR(adap, "Unsupported TCAM type %d\n", mc5->part_type);
sys/dev/pci/cxgb/cxgb_mc5.c
403
if (mc5->part_type == IDT75P52100)
sys/dev/pci/cxgb/cxgb_mc5.c
405
else if (mc5->part_type == IDT75N43102)
sys/dev/pci/cxgb/cxgb_mc5.c
480
mc5->part_type = (unsigned char) G_TMTYPE(cfg);
sys/dev/pci/cxgb/cxgb_mc5.c
482
mc5->part_type |= 4;
usr.sbin/makefs/cd9660/cd9660_eltorito.c
579
const char *part_name, const char *part_type)
usr.sbin/makefs/cd9660/cd9660_eltorito.c
615
fwrite(part_type, strlen(part_type) + 1, 1, fd);
usr.sbin/makefs/cd9660/cd9660_eltorito.c
616
fseek(fd, 32 - strlen(part_type) - 1, SEEK_CUR);
usr.sbin/sysinst/defs.h
298
enum part_type type; /* PT_root/PT_swap/PT_EFI_SYSTEM */
usr.sbin/sysinst/disklabel.c
600
enum part_type pt;
usr.sbin/sysinst/disklabel.c
713
disklabel_get_fs_part_type(enum part_type pt, unsigned fstype, unsigned subtype)
usr.sbin/sysinst/disklabel.c
725
disklabel_get_generic_type(enum part_type pt)
usr.sbin/sysinst/gpt.c
877
gpt_get_generic_type(enum part_type gent)
usr.sbin/sysinst/gpt.c
94
enum part_type ptype;
usr.sbin/sysinst/gpt.c
949
gpt_get_fs_part_type(enum part_type pt, unsigned fstype, unsigned fs_sub_type)
usr.sbin/sysinst/label.c
595
enum part_type pt;
usr.sbin/sysinst/label.c
731
enum part_type pt;
usr.sbin/sysinst/mbr.c
1111
static enum part_type
usr.sbin/sysinst/mbr.c
1167
mbr_get_fs_part_type(enum part_type pt, unsigned fs_type, unsigned sub_type)
usr.sbin/sysinst/mbr.c
1286
mbr_get_generic_part_type(enum part_type pt)
usr.sbin/sysinst/partitions.h
116
enum part_type generic_ptype; /* what this maps to in generic terms */
usr.sbin/sysinst/partitions.h
258
const struct part_type_desc * (*get_generic_part_type)(enum part_type);
usr.sbin/sysinst/partitions.h
264
enum part_type, unsigned, unsigned);