Searched refs:lunmp (Results 1 – 2 of 2) sorted by relevance
398 struct sym_lcb **lunmp; /* Other LCBs [1..MAX_LUN] */ member571 (!lun) ? (tp)->lun0p : (tp)->lunmp ? (tp)->lunmp[((u8)lun)] : NULL
1885 if (tp->lunmp) {1889 if (tp->lunmp[ln])1890 tp->lunmp[ln]->to_clear = 0;3295 if (!tp->lunmp)3298 if (tp->lunmp[k] && tp->lunmp[k]->to_clear) {3432 else if (tp->lunmp) {3434 if (tp->lunmp[k] && tp->lunmp[k]->to_clear) {4992 if (ln && !tp->lunmp) {4993 tp->lunmp = kcalloc(SYM_CONF_MAX_LUN, sizeof(struct sym_lcb *),4995 if (!tp->lunmp)[all …]