Searched defs:bm_mounted (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/format/
H A Dcheckdev.c64 static int checkpartitions(int bm_mounted);
690 int bm_mounted = 0; local
718 bm_mounted |= (1 << part);
726 return (checkpartitions(bm_mounted));
735 checkpartitions(int bm_mounted) argument
756 if (bm_mounted & (1 << i)) {
790 if (bm_mounted & (1 << i)) {

Completed in 45 milliseconds