Home
last modified time | relevance | path

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

/netbsd/src/sbin/gpt/
Dgpt.h68 struct gpt_cmd { struct
106 int gpt_usage(const char *, const struct gpt_cmd *);
142 extern const struct gpt_cmd
Dmain.c53 static const struct gpt_cmd c_null = { 0 };
55 static const struct gpt_cmd *cmdsw[] = {
Dremove.c59 const struct gpt_cmd c_remove = {
Dtype.c60 const struct gpt_cmd c_type = {
Dheader.c58 const struct gpt_cmd c_header = {
Dunset.c60 const struct gpt_cmd c_unset = {
Dset.c60 const struct gpt_cmd c_set = {
Ddestroy.c58 const struct gpt_cmd c_destroy = {
Dcreate.c61 const struct gpt_cmd c_create = {
Duuid.c59 const struct gpt_cmd c_uuid = {
Dlabel.c61 const struct gpt_cmd c_label = {
Dresize.c59 const struct gpt_cmd c_resize = {
Dadd.c61 const struct gpt_cmd c_add = {
Drecover.c58 const struct gpt_cmd c_recover = {
Dresizedisk.c61 const struct gpt_cmd c_resizedisk = {
Dbiosboot.c82 const struct gpt_cmd c_biosboot = {
Dbackup.c62 const struct gpt_cmd c_backup = {
Dmigrate.c87 const struct gpt_cmd c_migrate = {
Dshow.c66 const struct gpt_cmd c_show = {
Drestore.c61 const struct gpt_cmd c_restore = {
Dgpt.c793 gpt_usage(const char *prefix, const struct gpt_cmd *cmd) in gpt_usage()