Home
last modified time | relevance | path

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

/busybox-1.35.0/util-linux/volume_id/
Dunused_highpoint.c48 struct hpt37x_meta *hpt; in volume_id_probe_highpoint_37x_raid() local
53 hpt = volume_id_get_buffer(id, off + HPT37X_CONFIG_OFF, 0x200); in volume_id_probe_highpoint_37x_raid()
54 if (hpt == NULL) in volume_id_probe_highpoint_37x_raid()
57 magic = hpt->magic; in volume_id_probe_highpoint_37x_raid()
69 struct hpt45x_meta *hpt; in volume_id_probe_highpoint_45x_raid() local
80 hpt = volume_id_get_buffer(id, off + meta_off, 0x200); in volume_id_probe_highpoint_45x_raid()
81 if (hpt == NULL) in volume_id_probe_highpoint_45x_raid()
84 magic = hpt->magic; in volume_id_probe_highpoint_45x_raid()