Home
last modified time | relevance | path

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

/openbsd/src/sbin/disklabel/
Deditor.c520 editor_allocspace(struct disklabel *lp_org) in editor_allocspace() argument
528 find_bounds(lp_org); in editor_allocspace()
534 pp = &lp_org->d_partitions[i]; in editor_allocspace()
545 memcpy(&label, lp_org, sizeof(label)); in editor_allocspace()
547 memcpy(lp_org, &label, sizeof(struct disklabel)); in editor_allocspace()