Home
last modified time | relevance | path

Searched refs:gpt_create_pmbr_part (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/sbin/gpt/
Dcreate.c103 gpt_create_pmbr_part(mbr->mbr_part, last, active); in create()
Dgpt.h102 void gpt_create_pmbr_part(struct mbr_part *, off_t, int);
Drecover.c219 gpt_create_pmbr_part(mbr->mbr_part, last, 0); in recover()
Dmigrate.c334 gpt_create_pmbr_part(mbr->mbr_part, last, active); in migrate()
Dgpt.c753 gpt_create_pmbr_part(struct mbr_part *part, off_t last, int active) in gpt_create_pmbr_part() function