Lines Matching refs:bsd
0 /* bsd.cc -- Functions for loading and manipulating legacy BSD disklabel
24 #include "bsd.h"
131 state = bsd;
137 if (state == bsd) {
188 if (state == bsd) {
215 case bsd:
229 return (state == bsd);
236 if ((i < numParts) && (i >= 0) && (state == bsd) && (partitions != 0))
246 if ((i < numParts) && (i >= 0) && (state == bsd) && (partitions != 0))
256 if ((i < numParts) && (i >= 0) && (state == bsd) && (partitions != 0))