Searched refs:ebr_set_chs (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/geom/part/ |
H A D | g_part_ebr.c | 148 static void ebr_set_chs(struct g_part_table *, uint32_t, u_char *, u_char *, 172 ebr_set_chs(table, start, &buf[3] /* dp_scyl */, &buf[1] /* dp_shd */, in ebr_entry_link() 175 ebr_set_chs(table, end, &buf[7] /* dp_ecyl */, &buf[5] /* dp_ehd */, in ebr_entry_link() 207 ebr_set_chs(struct g_part_table *table, uint32_t lba, u_char *cylp, u_char *hdp, in ebr_set_chs() function 275 ebr_set_chs(basetable, entry->ent.dp_start, &entry->ent.dp_scyl, in g_part_ebr_add() 277 ebr_set_chs(basetable, baseentry->gpe_end, &entry->ent.dp_ecyl, in g_part_ebr_add()
|