HomeSort by: relevance | last modified time | path
    Searched refs:part_type (Results 1 - 11 of 11) sorted by relevancy

  /src/usr.sbin/sysinst/
partitions.h 97 enum part_type { enum
116 enum part_type generic_ptype; /* what this maps to in generic terms */
258 const struct part_type_desc * (*get_generic_part_type)(enum part_type);
264 enum part_type, unsigned, unsigned);
disklabel.c 600 enum part_type pt;
713 disklabel_get_fs_part_type(enum part_type pt, unsigned fstype, unsigned subtype)
725 disklabel_get_generic_type(enum part_type pt)
gpt.c 94 enum part_type ptype;
849 gpt_get_generic_type(enum part_type gent)
921 gpt_get_fs_part_type(enum part_type pt, unsigned fstype, unsigned fs_sub_type)
925 /* Try with complete match (including part_type) first */
931 /* If that did not work, ignore part_type */
defs.h 298 enum part_type type; /* PT_root/PT_swap/PT_EFI_SYSTEM */
label.c 595 enum part_type pt;
731 enum part_type pt;
mbr.c 1111 static enum part_type
1167 mbr_get_fs_part_type(enum part_type pt, unsigned fs_type, unsigned sub_type)
1286 mbr_get_generic_part_type(enum part_type pt)
  /src/sys/dev/pci/cxgb/
cxgb_mc5.c 370 switch (mc5->part_type) {
378 CH_ERR(adap, "Unsupported TCAM type %d\n", mc5->part_type);
403 if (mc5->part_type == IDT75P52100)
405 else if (mc5->part_type == IDT75N43102)
480 mc5->part_type = (unsigned char) G_TMTYPE(cfg);
482 mc5->part_type |= 4;
cxgb_common.h 438 unsigned char part_type; member in struct:mc5
  /src/usr.sbin/makefs/cd9660/
cd9660_eltorito.c 579 const char *part_name, const char *part_type)
615 fwrite(part_type, strlen(part_type) + 1, 1, fd);
616 fseek(fd, 32 - strlen(part_type) - 1, SEEK_CUR);
  /src/lib/libukfs/
ukfs.c 161 int part_type; member in struct:ukfs_part
170 .part_type = UKFS_PART_NONE,
234 part->part_type = UKFS_PART_NONE;
281 part->part_type = UKFS_PART_DISKLABEL;
350 part->part_type = UKFS_PART_OFFSET;
384 switch (part->part_type) {
  /src/sbin/fdisk/
fdisk.c 967 print_pbr(daddr_t sector, int indent, uint8_t part_type __unused)

Completed in 207 milliseconds