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

/freebsd-9.3-release/usr.bin/ctlstat/
H A Dctlstat.c600 int set_lun; local
644 bit_ffs(ctx.lun_mask, CTL_STAT_LUN_BITS, &set_lun);
645 if (set_lun == -1)
670 bit_ffs(ctx.lun_mask, CTL_STAT_LUN_BITS, &set_lun);
673 && (set_lun != -1)) {
676 } else if (set_lun == -1) {

Completed in 45 milliseconds