Home
last modified time | relevance | path

Searched refs:GPT_SYNC (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/sbin/gpt/
H A Dremove.c63 GPT_SYNC,
H A Dtype.c64 GPT_SYNC | GPT_OPTDEV,
H A Duuid.c63 GPT_SYNC,
H A Ddestroy.c62 GPT_OPTGPT | GPT_SYNC,
H A Dlabel.c65 GPT_SYNC,
H A Dgpt.h86 #define GPT_SYNC 0x40 macro
H A Dresize.c63 GPT_SYNC,
H A Dadd.c65 GPT_SYNC,
H A Drecover.c62 GPT_SYNC,
H A Dmigrate.c91 GPT_SYNC,
H A Drestore.c65 GPT_SYNC,
H A Dgpt.c620 if (!(gpt->flags & GPT_MODIFIED) || !(gpt->flags & GPT_SYNC)) in gpt_close()