Symbol: part_type
sys/cam/mmc/mmc_da.c
1499
part_type(type),
sys/dev/cxgb/common/cxgb_common.h
448
unsigned char part_type;
sys/dev/cxgb/common/cxgb_mc5.c
364
switch (mc5->part_type) {
sys/dev/cxgb/common/cxgb_mc5.c
372
CH_ERR(adap, "Unsupported TCAM type %d\n", mc5->part_type);
sys/dev/cxgb/common/cxgb_mc5.c
397
if (mc5->part_type == IDT75P52100)
sys/dev/cxgb/common/cxgb_mc5.c
399
else if (mc5->part_type == IDT75N43102)
sys/dev/cxgb/common/cxgb_mc5.c
486
mc5->part_type = (unsigned char) G_TMTYPE(cfg);
sys/dev/cxgb/common/cxgb_mc5.c
488
mc5->part_type |= 4;
sys/geom/part/g_part_ldm.c
1447
entry->type = vol->part_type;
sys/geom/part/g_part_ldm.c
1455
vol->part_type);
sys/geom/part/g_part_ldm.c
194
uint8_t part_type; /* partition type */
sys/geom/part/g_part_ldm.c
957
blk->u.vol.part_type = p[offset + 4];
usr.sbin/bsdinstall/partedit/partedit_efi.c
100
partcode_path(const char *part_type, const char *fs_type)
usr.sbin/bsdinstall/partedit/partedit_efi.c
53
is_scheme_bootable(const char *part_type)
usr.sbin/bsdinstall/partedit/partedit_efi.c
56
if (strcmp(part_type, "GPT") == 0)
usr.sbin/bsdinstall/partedit/partedit_efi.c
63
is_fs_bootable(const char *part_type, const char *fs)
usr.sbin/bsdinstall/partedit/partedit_efi.c
93
bootcode_path(const char *part_type)
usr.sbin/bsdinstall/partedit/partedit_generic.c
44
is_scheme_bootable(const char *part_type) {
usr.sbin/bsdinstall/partedit/partedit_generic.c
54
is_fs_bootable(const char *part_type, const char *fs) {
usr.sbin/bsdinstall/partedit/partedit_generic.c
61
bootpart_size(const char *part_type) {
usr.sbin/bsdinstall/partedit/partedit_generic.c
71
bootcode_path(const char *part_type) {
usr.sbin/bsdinstall/partedit/partedit_generic.c
76
partcode_path(const char *part_type, const char *fs_type) {
usr.sbin/bsdinstall/partedit/partedit_powerpc.c
129
bootcode_path(const char *part_type) {
usr.sbin/bsdinstall/partedit/partedit_powerpc.c
134
partcode_path(const char *part_type, const char *fs_type) {
usr.sbin/bsdinstall/partedit/partedit_powerpc.c
139
if (strcmp(part_type, "APM") == 0)
usr.sbin/bsdinstall/partedit/partedit_powerpc.c
54
is_scheme_bootable(const char *part_type) {
usr.sbin/bsdinstall/partedit/partedit_powerpc.c
59
if (strcmp(platform, "powermac") == 0 && strcmp(part_type, "APM") == 0)
usr.sbin/bsdinstall/partedit/partedit_powerpc.c
61
if (strcmp(platform, "powernv") == 0 && strcmp(part_type, "GPT") == 0)
usr.sbin/bsdinstall/partedit/partedit_powerpc.c
64
(strcmp(part_type, "MBR") == 0 || strcmp(part_type, "BSD") == 0 ||
usr.sbin/bsdinstall/partedit/partedit_powerpc.c
65
strcmp(part_type, "GPT") == 0))
usr.sbin/bsdinstall/partedit/partedit_powerpc.c
67
if (strcmp(platform, "mpc85xx") == 0 && strcmp(part_type, "MBR") == 0)
usr.sbin/bsdinstall/partedit/partedit_powerpc.c
74
is_fs_bootable(const char *part_type, const char *fs)
usr.sbin/bsdinstall/partedit/partedit_powerpc.c
83
bootpart_size(const char *part_type)
usr.sbin/bsdinstall/partedit/partedit_powerpc.c
89
if (strcmp(part_type, "APM") == 0)
usr.sbin/bsdinstall/partedit/partedit_powerpc.c
91
if (strcmp(part_type, "BSD") == 0) /* Nothing for nested */
usr.sbin/bsdinstall/partedit/partedit_x86.c
123
bootcode_path(const char *part_type)
usr.sbin/bsdinstall/partedit/partedit_x86.c
129
if (strcmp(part_type, "GPT") == 0)
usr.sbin/bsdinstall/partedit/partedit_x86.c
131
if (strcmp(part_type, "MBR") == 0)
usr.sbin/bsdinstall/partedit/partedit_x86.c
133
if (strcmp(part_type, "BSD") == 0)
usr.sbin/bsdinstall/partedit/partedit_x86.c
140
partcode_path(const char *part_type, const char *fs_type)
usr.sbin/bsdinstall/partedit/partedit_x86.c
143
if (strcmp(part_type, "GPT") == 0 && strcmp(x86_bootmethod(), "UEFI") != 0) {
usr.sbin/bsdinstall/partedit/partedit_x86.c
64
is_scheme_bootable(const char *part_type)
usr.sbin/bsdinstall/partedit/partedit_x86.c
67
if (strcmp(part_type, "GPT") == 0)
usr.sbin/bsdinstall/partedit/partedit_x86.c
70
if (strcmp(part_type, "BSD") == 0)
usr.sbin/bsdinstall/partedit/partedit_x86.c
72
if (strcmp(part_type, "MBR") == 0)
usr.sbin/bsdinstall/partedit/partedit_x86.c
80
is_fs_bootable(const char *part_type, const char *fs)
usr.sbin/bsdinstall/partedit/partedit_x86.c
87
strcmp(part_type, "GPT") == 0 &&
usr.sbin/bsnmpd/modules/snmp_hostres/hostres_partition_tbl.c
369
long part_type;
usr.sbin/bsnmpd/modules/snmp_hostres/hostres_partition_tbl.c
392
part_type = strtol(conf->lg_val, NULL, 10);
usr.sbin/bsnmpd/modules/snmp_hostres/hostres_partition_tbl.c
393
if (part_type == HR_FREEBSD_PART_TYPE)
usr.sbin/makefs/cd9660/cd9660_eltorito.c
586
const char *part_name, const char *part_type)
usr.sbin/makefs/cd9660/cd9660_eltorito.c
614
fwrite(part_type, strlen(part_type) + 1, 1, fd);
usr.sbin/makefs/cd9660/cd9660_eltorito.c
615
fseek(fd, 32 - strlen(part_type) - 1, SEEK_CUR);