Searched refs:omountpoints (Results 1 – 2 of 2) sorted by relevance
| /openbsd/src/sbin/disklabel/ |
| D | editor.c | 198 char **omountpoints = NULL; in editor() local 203 if (!(omountpoints = calloc(MAXPARTITIONS, sizeof(char *))) || in editor() 261 mpcopy(tmpmountpoints, omountpoints); in editor() 262 mpcopy(omountpoints, mountpoints); in editor() 452 mpcopy(omountpoints, tmpmountpoints); in editor() 462 mpcopy(mountpoints, omountpoints); in editor() 463 mpcopy(omountpoints, tmpmountpoints); in editor() 503 (mpequal(mountpoints, omountpoints))) { in editor() 505 mpcopy(omountpoints, tmpmountpoints); in editor() 509 mpfree(omountpoints, DISCARD); in editor()
|
| D | disklabel.c | 806 char **omountpoints = NULL; in getasciilabel() local 814 if (!(omountpoints = calloc(MAXPARTITIONS, sizeof(char *)))) in getasciilabel() 817 mpcopy(omountpoints, mountpoints); in getasciilabel() 1005 mpcopy(mountpoints, omountpoints); in getasciilabel() 1006 mpfree(omountpoints, DISCARD); in getasciilabel()
|