Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/format/
H A Dcheckdev.c62 static int checkpartitions(int bm_mounted);
672 int bm_mounted = 0; in check_label_with_mount() local
700 bm_mounted |= (1 << part); in check_label_with_mount()
708 return (checkpartitions(bm_mounted)); in check_label_with_mount()
717 checkpartitions(int bm_mounted) in checkpartitions() argument
738 if (bm_mounted & (1 << i)) { in checkpartitions()
772 if (bm_mounted & (1 << i)) { in checkpartitions()