gpt_cmd
const struct gpt_cmd c_add = {
const struct gpt_cmd c_backup = {
const struct gpt_cmd c_biosboot = {
const struct gpt_cmd c_create = {
const struct gpt_cmd c_destroy = {
gpt_usage(const char *prefix, const struct gpt_cmd *cmd)
int gpt_usage(const char *, const struct gpt_cmd *);
extern const struct gpt_cmd
const struct gpt_cmd c_header = {
const struct gpt_cmd c_label = {
static const struct gpt_cmd c_null = { 0 };
static const struct gpt_cmd *cmdsw[] = {
const struct gpt_cmd c_migrate = {
const struct gpt_cmd c_recover = {
const struct gpt_cmd c_remove = {
const struct gpt_cmd c_resize = {
const struct gpt_cmd c_resizedisk = {
const struct gpt_cmd c_restore = {
const struct gpt_cmd c_set = {
const struct gpt_cmd c_show = {
const struct gpt_cmd c_type = {
const struct gpt_cmd c_unset = {
const struct gpt_cmd c_uuid = {