Searched refs:next_bit (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/tsol/lslabels/
H A Dlslabels.c75 bitfinder(m_label_t label, int next_bit) { argument
80 while (next_bit < COMP_BITS) {
81 if (COMP_ISMEMBER(comps, next_bit)) {
82 bitfinder(label, next_bit + 1);
83 COMP_DELSET(comps, next_bit);
104 bitfinder(label, next_bit + 1);
107 next_bit++;
/illumos-gate/usr/src/uts/common/io/lvm/mirror/
H A Dmirror_resync.c162 unsigned int i, next_bit, data_bytes, start_bit; local
199 next_bit = MIN(start_bit + data_bytes * NBBY, un->un_rrd_num);
201 for (i = start_bit; i < next_bit; i++) {
254 un->un_rr_clean_start_bit = next_bit;

Completed in 63 milliseconds