Searched refs:showpartition (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/sbin/disklabel/ |
H A D | extern.h | 31 void showpartition(FILE *, struct disklabel *, int, int);
|
H A D | printlabel.c | 108 showpartition(FILE *f, struct disklabel *lp, int i, int ctsformat) in showpartition() function 209 showpartition(f, lp, i, ctsformat); in showpartitions()
|
H A D | interact.c | 566 showpartition(stdout, lp, part, Cflag); in cmd_part() 574 showpartition(stdout, lp, i, Cflag); in cmd_part()
|