Home
last modified time | relevance | path

Searched refs:gpt_open (Results 1 – 13 of 13) sorted by relevance

/dragonfly/sbin/gpt/
H A Dcreate.c267 fd = gpt_open(argv[optind++]); in cmd_create()
332 fd = gpt_open(path); in cmd_init()
341 fd = gpt_open(path); in cmd_init()
351 fd = gpt_open(path); in cmd_init()
H A Ddestroy.c104 fd = gpt_open(argv[optind++]); in cmd_destroy()
H A Dgpt.h72 int gpt_open(const char *);
H A Drecover.c166 fd = gpt_open(argv[optind++]); in cmd_recover()
H A Dshow.c206 fd = gpt_open(argv[optind++]); in cmd_show()
H A Dremove.c196 fd = gpt_open(argv[optind++]); in cmd_remove()
H A Dboot.c197 fd = gpt_open(argv[optind++]); in cmd_boot()
H A Dexpand.c51 fd = gpt_open(argv[optind++]); in cmd_expand()
H A Dadd.c229 fd = gpt_open(argv[optind++]); in cmd_add()
H A Dlabel.c235 fd = gpt_open(argv[optind++]); in cmd_label()
H A Dmigrate.c358 fd = gpt_open(argv[optind++]); in cmd_migrate()
H A Dgpt.c554 gpt_open(const char *dev) in gpt_open() function
/dragonfly/lib/libefivar/
H A Defivar-dp-xlate.c89 fd = gpt_open(dev_path); in find_slice_by_efimedia()
461 fd = gpt_open(disk_path); in find_slice_efimedia()