Searched refs:mountpoints (Results 1 – 3 of 3) sorted by relevance
| /openbsd/src/sbin/disklabel/ |
| D | editor.c | 237 mpcopy(origmountpoints, mountpoints); in editor() 262 mpcopy(omountpoints, mountpoints); in editor() 301 free(mountpoints[i]); in editor() 302 mountpoints[i] = NULL; in editor() 446 !mpequal(mountpoints, origmountpoints)) { in editor() 450 mpcopy(tmpmountpoints, mountpoints); in editor() 451 mpcopy(mountpoints, origmountpoints); in editor() 461 mpcopy(tmpmountpoints, mountpoints); in editor() 462 mpcopy(mountpoints, omountpoints); in editor() 503 (mpequal(mountpoints, omountpoints))) { in editor() [all …]
|
| D | disklabel.c | 76 char *mountpoints[MAXPARTITIONS]; variable 385 mountpoints[i] = strdup(fsent->fs_file); in parsefstab() 520 if (mountpoints[i] != NULL) in display_partition() 521 fprintf(f, "# %s", mountpoints[i]); in display_partition() 817 mpcopy(omountpoints, mountpoints); in getasciilabel() 819 free(mountpoints[part]); in getasciilabel() 820 mountpoints[part] = NULL; in getasciilabel() 996 mountpoints[part] = strdup(mp); in getasciilabel() 1005 mpcopy(mountpoints, omountpoints); in getasciilabel()
|
| D | extern.h | 42 extern char *mountpoints[MAXPARTITIONS];
|