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

/freebsd-11-stable/usr.sbin/bsdinstall/partedit/
H A Dpartedit_pc98.c39 is_scheme_bootable(const char *part_type) { argument
40 if (strcmp(part_type, "BSD") == 0)
42 if (strcmp(part_type, "PC98") == 0)
49 is_fs_bootable(const char *part_type, const char *fs) argument
58 bootpart_size(const char *part_type) { argument
69 bootcode_path(const char *part_type) { argument
70 if (strcmp(part_type, "PC98") == 0)
72 if (strcmp(part_type, "BSD") == 0)
79 partcode_path(const char *part_type, const char *fs_type) { argument
H A Dpartedit_generic.c46 is_scheme_bootable(const char *part_type) { argument
56 is_fs_bootable(const char *part_type, const char *fs) { argument
63 bootpart_size(const char *part_type) { argument
73 bootcode_path(const char *part_type) { argument
78 partcode_path(const char *part_type, const char *fs_type) { argument
H A Dpartedit_sparc64.c41 is_scheme_bootable(const char *part_type) { argument
42 if (strcmp(part_type, "VTOC8") == 0)
48 is_fs_bootable(const char *part_type, const char *fs) argument
57 bootpart_size(const char *part_type) { argument
69 bootcode_path(const char *part_type) { argument
74 partcode_path(const char *part_type, const char *fs_type) { argument
75 if (strcmp(part_type, "VTOC8") == 0) {
H A Dpartedit_arm64.c49 is_scheme_bootable(const char *part_type) argument
52 if (strcmp(part_type, "GPT") == 0)
59 is_fs_bootable(const char *part_type, const char *fs) argument
88 bootcode_path(const char *part_type) argument
95 partcode_path(const char *part_type, const char *fs_type) argument
98 if (strcmp(part_type, "GPT") == 0)
H A Dpartedit_powerpc.c55 is_scheme_bootable(const char *part_type) { argument
60 if (strcmp(platform, "powermac") == 0 && strcmp(part_type, "APM") == 0)
62 if (strcmp(platform, "ps3") == 0 && strcmp(part_type, "GPT") == 0)
65 (strcmp(part_type, "MBR") == 0 || strcmp(part_type, "BSD") == 0 ||
66 strcmp(part_type, "GPT") == 0))
73 is_fs_bootable(const char *part_type, const char *fs) argument
82 bootpart_size(const char *part_type) { argument
87 if (strcmp(part_type, "APM") == 0 || strcmp(part_type, "MB
109 bootcode_path(const char *part_type) argument
114 partcode_path(const char *part_type, const char *fs_type) argument
[all...]
H A Dpartedit_x86.c67 is_scheme_bootable(const char *part_type) argument
70 if (strcmp(part_type, "GPT") == 0)
73 if (strcmp(part_type, "BSD") == 0)
75 if (strcmp(part_type, "MBR") == 0)
83 is_fs_bootable(const char *part_type, const char *fs) argument
90 strcmp(part_type, "GPT") == 0 &&
124 bootcode_path(const char *part_type) argument
130 if (strcmp(part_type, "GPT") == 0)
132 if (strcmp(part_type, "MBR") == 0)
134 if (strcmp(part_type, "BS
141 partcode_path(const char *part_type, const char *fs_type) argument
[all...]
/freebsd-11-stable/sys/dev/cxgb/common/
H A Dcxgb_mc5.c365 switch (mc5->part_type) {
373 CH_ERR(adap, "Unsupported TCAM type %d\n", mc5->part_type);
398 if (mc5->part_type == IDT75P52100)
400 else if (mc5->part_type == IDT75N43102)
487 mc5->part_type = (unsigned char) G_TMTYPE(cfg);
489 mc5->part_type |= 4;
H A Dcxgb_common.h449 unsigned char part_type; member in struct:mc5
/freebsd-11-stable/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_partition_tbl.c375 long part_type; local
398 part_type = strtol(conf->lg_val, NULL, 10);
399 if (part_type == HR_FREEBSD_PART_TYPE)
/freebsd-11-stable/usr.sbin/makefs/cd9660/
H A Dcd9660_eltorito.c570 const char *part_name, const char *part_type)
605 fwrite(part_type, strlen(part_type) + 1, 1, fd);
606 fseek(fd, 32 - strlen(part_type) - 1, SEEK_CUR);
568 cd9660_write_apm_partition_entry(FILE *fd, int idx, int total_partitions, off_t sector_start, off_t nsectors, off_t sector_size, const char *part_name, const char *part_type) argument
/freebsd-11-stable/sys/geom/part/
H A Dg_part_ldm.c194 uint8_t part_type; /* partition type */ member in struct:ldm_volume
957 blk->u.vol.part_type = p[offset + 4];
1448 entry->type = vol->part_type;
1456 vol->part_type);
/freebsd-11-stable/sbin/fdisk_pc98/
H A Dfdisk.c111 static struct part_type struct

Completed in 244 milliseconds