Add helper functions find_mbr_desc() and find_gpt_desc() to allow
authorkrw <krw@openbsd.org>
Fri, 7 Apr 2023 14:42:51 +0000 (14:42 +0000)
committerkrw <krw@openbsd.org>
Fri, 7 Apr 2023 14:42:51 +0000 (14:42 +0000)
commit78d83ce96c5555714e2fdc34b066fa59224aca07
tree9f4c4ee24a2b6ccf3bf8a282b5c5d3a6693cdfb7
parent5bb860535d9d79cdd7a6cc3abe4fe232c8dac051
Add helper functions find_mbr_desc() and find_gpt_desc() to allow
checking mbr_type[N].mt_desc and gpt_type[N].gt_desc before using
name on menu when printing out partition tables.

Tweak logic in find_mbr_type() and find_gpt_type() to be a bit
more paranoid.

Tweak function/variable names to be more in line to usage.

No functional change as all mt_desc and gt_desc are currently
NULL.
sbin/fdisk/part.c
sbin/fdisk/part.h