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

/openbsd-current/sys/arch/i386/stand/libsa/
H A Ddev_i386.c109 int part_type = FS_UNUSED; local
119 part_type = dip->disklabel.d_partitions[0].p_fstype;
135 if (sr_boot_vol != -1 && part_type != FS_BSDFFS) {
/openbsd-current/sys/arch/amd64/stand/efiboot/
H A Ddev_i386.c117 int part_type = FS_UNUSED; local
136 part_type = dip->disklabel.d_partitions[0].p_fstype;
152 if (sr_boot_vol != -1 && part_type != FS_BSDFFS) {
/openbsd-current/sys/arch/amd64/stand/libsa/
H A Ddev_i386.c109 int part_type = FS_UNUSED; local
119 part_type = dip->disklabel.d_partitions[0].p_fstype;
135 if (sr_boot_vol != -1 && part_type != FS_BSDFFS) {
/openbsd-current/usr.sbin/makefs/cd9660/
H A Dcd9660_eltorito.c519 const char *part_name, const char *part_type)
547 fwrite(part_type, strlen(part_type) + 1, 1, fd);
548 fseek(fd, 32 - strlen(part_type) - 1, SEEK_CUR);
517 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
/openbsd-current/sys/arch/arm64/stand/efiboot/
H A Defiboot.c830 int part_type = FS_UNUSED; local
856 part_type = bootdev_dip->disklabel.d_partitions[0].p_fstype;
870 if (sr_boot_vol != -1 && part_type != FS_BSDFFS) {
/openbsd-current/sys/arch/riscv64/stand/efiboot/
H A Defiboot.c733 int part_type = FS_UNUSED; local
751 part_type = bootdev_dip->disklabel.d_partitions[0].p_fstype;
765 if (sr_boot_vol != -1 && part_type != FS_BSDFFS) {
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dfunction.c1456 tree part_type = (*lang_hooks.types.type_for_mode) (part_mode, 0);
1461 put_reg_into_stack (function, hipart, part_type, part_mode,
1463 put_reg_into_stack (function, lopart, part_type, part_mode,
1466 put_reg_into_stack (function, lopart, part_type, part_mode,
1468 put_reg_into_stack (function, hipart, part_type, part_mode,
1494 schedule_fixup_var_refs (function, lopart, part_type, part_mode, 0);
1495 schedule_fixup_var_refs (function, hipart, part_type, part_mode, 0);
1447 tree part_type = (*lang_hooks.types.type_for_mode) (part_mode, 0); local

Completed in 219 milliseconds