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

/freebsd-10.2-release/sys/dev/mpr/
H A Dmpr_sas.c3074 int found_lun; local
3079 found_lun = 0;
3114 found_lun = 1;
3119 if (found_lun == 0) {
3203 uint8_t found_lun; local
3248 found_lun = FALSE;
3251 found_lun = TRUE;
3255 if (!found_lun) {
/freebsd-10.2-release/sys/dev/mps/
H A Dmps_sas.c3230 int found_lun; local
3235 found_lun = 0;
3258 found_lun = 1;
3263 if (found_lun == 0) {
3334 uint8_t found_lun; local
3385 found_lun = FALSE;
3388 found_lun = TRUE;
3392 if (!found_lun) {

Completed in 104 milliseconds