Home
last modified time | relevance | path

Searched refs:part_type (Results 1 – 8 of 8) sorted by relevance

/openbsd/sys/arch/amd64/stand/efiboot/
H A Ddev_i386.c117 int part_type = FS_UNUSED; in devboot() local
136 part_type = dip->disklabel.d_partitions[0].p_fstype; in devboot()
152 if (sr_boot_vol != -1 && part_type != FS_BSDFFS) { in devboot()
/openbsd/sys/arch/amd64/stand/libsa/
H A Ddev_i386.c109 int part_type = FS_UNUSED; in devboot() local
119 part_type = dip->disklabel.d_partitions[0].p_fstype; in devboot()
135 if (sr_boot_vol != -1 && part_type != FS_BSDFFS) { in devboot()
/openbsd/sys/arch/i386/stand/libsa/
H A Ddev_i386.c109 int part_type = FS_UNUSED; in devboot() local
119 part_type = dip->disklabel.d_partitions[0].p_fstype; in devboot()
135 if (sr_boot_vol != -1 && part_type != FS_BSDFFS) { in devboot()
/openbsd/usr.sbin/makefs/cd9660/
H A Dcd9660_eltorito.c519 const char *part_name, const char *part_type) in cd9660_write_apm_partition_entry() argument
547 fwrite(part_type, strlen(part_type) + 1, 1, fd); in cd9660_write_apm_partition_entry()
548 fseek(fd, 32 - strlen(part_type) - 1, SEEK_CUR); in cd9660_write_apm_partition_entry()
/openbsd/sys/arch/riscv64/stand/efiboot/
H A Defiboot.c733 int part_type = FS_UNUSED; in devboot() local
751 part_type = bootdev_dip->disklabel.d_partitions[0].p_fstype; in devboot()
765 if (sr_boot_vol != -1 && part_type != FS_BSDFFS) { in devboot()
/openbsd/sys/arch/arm64/stand/efiboot/
H A Defiboot.c831 int part_type = FS_UNUSED; in devboot() local
857 part_type = bootdev_dip->disklabel.d_partitions[0].p_fstype; in devboot()
871 if (sr_boot_vol != -1 && part_type != FS_BSDFFS) { in devboot()
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dfunction.c1447 tree part_type = (*lang_hooks.types.type_for_mode) (part_mode, 0); local
1452 put_reg_into_stack (function, hipart, part_type, part_mode,
1454 put_reg_into_stack (function, lopart, part_type, part_mode,
1457 put_reg_into_stack (function, lopart, part_type, part_mode,
1459 put_reg_into_stack (function, hipart, part_type, part_mode,
1485 schedule_fixup_var_refs (function, lopart, part_type, part_mode, 0);
1486 schedule_fixup_var_refs (function, hipart, part_type, part_mode, 0);
H A DChangeLog.310916 part_type. Use MEM_SET_IN_STRUCT_P.