Searched refs:dptype (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/sbin/pdisk/
H A Dpartition_map.c296 add_partition_to_map(const char *name, const char *dptype, uint32_t base, argument
363 cur = create_entry(map, old_address, name, dptype, base, length);
384 const char *dptype, uint32_t base, uint32_t length)
397 strlcpy(entry->dpme_type, dptype, sizeof(entry->dpme_type));
398 if (strncasecmp(dptype, kFreeType, DPISTRLEN)) {
383 create_entry(struct partition_map *map, long ix, const char *name, const char *dptype, uint32_t base, uint32_t length) argument
/openbsd-current/sys/arch/amd64/stand/efiboot/
H A Defiboot.c245 efi_device_path_depth(EFI_DEVICE_PATH *dp, int dptype) argument
250 if (DevicePathType(dp) == dptype)
/openbsd-current/sys/arch/arm64/stand/efiboot/
H A Defiboot.c357 efi_device_path_depth(EFI_DEVICE_PATH *dp, int dptype) argument
362 if (DevicePathType(dp) == dptype)
/openbsd-current/sys/arch/armv7/stand/efiboot/
H A Defiboot.c341 efi_device_path_depth(EFI_DEVICE_PATH *dp, int dptype) argument
346 if (DevicePathType(dp) == dptype)
/openbsd-current/sys/arch/riscv64/stand/efiboot/
H A Defiboot.c320 efi_device_path_depth(EFI_DEVICE_PATH *dp, int dptype) argument
325 if (DevicePathType(dp) == dptype)

Completed in 132 milliseconds