Searched refs:gpt_cmd (Results 1 – 21 of 21) sorted by relevance
68 struct gpt_cmd { struct106 int gpt_usage(const char *, const struct gpt_cmd *);142 extern const struct gpt_cmd
53 static const struct gpt_cmd c_null = { 0 };55 static const struct gpt_cmd *cmdsw[] = {
59 const struct gpt_cmd c_remove = {
60 const struct gpt_cmd c_type = {
58 const struct gpt_cmd c_header = {
60 const struct gpt_cmd c_unset = {
60 const struct gpt_cmd c_set = {
58 const struct gpt_cmd c_destroy = {
61 const struct gpt_cmd c_create = {
59 const struct gpt_cmd c_uuid = {
61 const struct gpt_cmd c_label = {
59 const struct gpt_cmd c_resize = {
61 const struct gpt_cmd c_add = {
58 const struct gpt_cmd c_recover = {
61 const struct gpt_cmd c_resizedisk = {
82 const struct gpt_cmd c_biosboot = {
62 const struct gpt_cmd c_backup = {
87 const struct gpt_cmd c_migrate = {
66 const struct gpt_cmd c_show = {
61 const struct gpt_cmd c_restore = {
793 gpt_usage(const char *prefix, const struct gpt_cmd *cmd) in gpt_usage()