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

/freebsd-10.0-release/usr.sbin/bsdinstall/partedit/
H A Dpartedit_x86.c39 is_scheme_bootable(const char *part_type) { argument
40 if (strcmp(part_type, "BSD") == 0)
42 if (strcmp(part_type, "GPT") == 0)
44 if (strcmp(part_type, "MBR") == 0)
51 bootpart_size(const char *part_type) { argument
52 if (strcmp(part_type, "GPT") == 0)
60 bootcode_path(const char *part_type) { argument
61 if (strcmp(part_type, "GPT") == 0)
63 if (strcmp(part_type, "MBR") == 0)
65 if (strcmp(part_type, "BS
72 partcode_path(const char *part_type) argument
[all...]
H A Dpartedit_sparc64.c39 is_scheme_bootable(const char *part_type) { argument
40 if (strcmp(part_type, "VTOC8") == 0)
46 bootpart_size(const char *part_type) { argument
53 bootcode_path(const char *part_type) { argument
58 partcode_path(const char *part_type) { argument
59 if (strcmp(part_type, "VTOC8") == 0)
H A Dpartedit_generic.c44 is_scheme_bootable(const char *part_type) { argument
56 bootpart_size(const char *part_type) { argument
61 bootcode_path(const char *part_type) { argument
66 partcode_path(const char *part_type) { argument
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 bootpart_size(const char *part_type) { argument
55 bootcode_path(const char *part_type) { argument
56 if (strcmp(part_type, "PC98") == 0)
58 if (strcmp(part_type, "BSD") == 0)
65 partcode_path(const char *part_type) { argument
H A Dpartedit_powerpc.c53 is_scheme_bootable(const char *part_type) { argument
58 if (strcmp(platform, "powermac") == 0 && strcmp(part_type, "APM") == 0)
60 if (strcmp(platform, "ps3") == 0 && strcmp(part_type, "GPT") == 0)
63 (strcmp(part_type, "MBR") == 0 || strcmp(part_type, "BSD") == 0))
70 bootpart_size(const char *part_type) { argument
71 if (strcmp(part_type, "APM") == 0 || strcmp(part_type, "MBR") == 0)
77 bootcode_path(const char *part_type) { argument
82 partcode_path(const char *part_type) { argument
[all...]
H A Dpartedit.h77 int is_scheme_bootable(const char *part_type);
78 size_t bootpart_size(const char *part_type);
79 const char *bootcode_path(const char *part_type);
80 const char *partcode_path(const char *part_type);
/freebsd-10.0-release/sys/dev/cxgb/common/
H A Dcxgb_mc5.c372 switch (mc5->part_type) {
380 CH_ERR(adap, "Unsupported TCAM type %d\n", mc5->part_type);
405 if (mc5->part_type == IDT75P52100)
407 else if (mc5->part_type == IDT75N43102)
494 mc5->part_type = (unsigned char) G_TMTYPE(cfg);
496 mc5->part_type |= 4;
H A Dcxgb_common.h449 unsigned char part_type; member in struct:mc5
/freebsd-10.0-release/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-10.0-release/usr.sbin/makefs/cd9660/
H A Dcd9660_eltorito.c539 const char *part_name, const char *part_type)
574 fwrite(part_type, strlen(part_type) + 1, 1, fd);
575 fseek(fd, 32 - strlen(part_type) - 1, SEEK_CUR);
537 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-10.0-release/sbin/fdisk_pc98/
H A Dfdisk.c113 static struct part_type struct
858 int numentries = (sizeof(part_types)/sizeof(struct part_type));
860 struct part_type *ptr = part_types;
/freebsd-10.0-release/sys/geom/part/
H A Dg_part_ldm.c196 uint8_t part_type; /* partition type */ member in struct:ldm_volume
958 blk->u.vol.part_type = p[offset + 4];
1450 entry->type = vol->part_type;
1458 vol->part_type);

Completed in 368 milliseconds