Home
last modified time | relevance | path

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

/netbsd-src/sbin/disklabel/
H A Dinteract.c63 static void cmd_printall(struct disklabel *, char *, int);
88 { "E", cmd_printall, "print disk label and current partition table"},
164 cmd_printall(struct disklabel *lp, char *s, int fd) in cmd_printall() function