Searched refs:part_name (Results 1 – 3 of 3) sorted by relevance
/openbsd/usr.sbin/makefs/cd9660/ |
H A D | cd9660_eltorito.c | 519 const char *part_name, const char *part_type) in cd9660_write_apm_partition_entry() argument 545 fwrite(part_name, strlen(part_name) + 1, 1, fd); in cd9660_write_apm_partition_entry() 546 fseek(fd, 32 - strlen(part_name) - 1, SEEK_CUR); in cd9660_write_apm_partition_entry()
|
/openbsd/sys/arch/arm/arm/ |
H A D | cpu.c | 168 const char *part_name = NULL; in cpu_identify() local 188 part_name = coreselecter[i].name; in cpu_identify() 193 if (impl_name && part_name) { in cpu_identify() 194 printf(" %s %s r%up%u", impl_name, part_name, CPU_VAR(midr), in cpu_identify() 199 "%s %s r%up%u", impl_name, part_name, in cpu_identify()
|
/openbsd/sys/arch/arm64/arm64/ |
H A D | cpu.c | 502 const char *part_name = NULL; in cpu_identify() local 524 part_name = coreselecter[i].name; in cpu_identify() 529 if (impl_name && part_name) { in cpu_identify() 530 printf(" %s %s r%llup%llu", impl_name, part_name, CPU_VAR(midr), in cpu_identify() 535 "%s %s r%llup%llu", impl_name, part_name, in cpu_identify() 2474 const char *impl_name = NULL, *part_name = NULL; in cpu_kstat_attach() local 2507 part_name = coreselecter[i].name; in cpu_kstat_attach() 2512 if (part_name) { in cpu_kstat_attach() 2514 strlcpy(kstat_kv_istr(&ck->ck_part), part_name, in cpu_kstat_attach()
|