Home | History | Annotate | Download | only in edlabel

Lines Matching refs:modify

94 edit_head_field(void *v, struct field *f, int modify /* also modify */)
126 if (modify == 0) {
169 edit_head_all(struct disklabel *d, int modify)
175 edit_head_field(d, f, modify);
261 edit_partition(struct disklabel *d, int idx, int modify)
296 if (modify == 0)
419 char modify_cmds[] = "modify subcommands:\n\
420 @ : modify disk parameters\n\
421 a-%c : modify partition\n%s\
437 printf("edlabel/modify> ");
483 { label_modify, "modify", "prompt for changes to the label" },