Home
last modified time | relevance | path

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

/openbsd-src/sbin/fdisk/
H A Dmbr.h30 void MBR_print(const struct mbr *, const char *);
H A Duser.c161 MBR_print(&mbr, "s"); in USER_print_disk()
H A Dcmd.c74 MBR_print(mbr, "s"); in Xreinit()
412 MBR_print(mbr, args); in Xprint()
H A Dmbr.c152 MBR_print(const struct mbr *mbr, const char *units) in MBR_print() function