Searched refs:lunmp (Results 1 – 2 of 2) sorted by relevance
411 struct sym_lcb **lunmp; /* Other LCBs [1..MAX_LUN] */ member584 (!lun) ? (tp)->lun0p : (tp)->lunmp ? (tp)->lunmp[((u8)lun)] : NULL
1898 if (tp->lunmp) {1902 if (tp->lunmp[ln])1903 tp->lunmp[ln]->to_clear = 0;3307 if (!tp->lunmp)3310 if (tp->lunmp[k] && tp->lunmp[k]->to_clear) {3444 else if (tp->lunmp) {3446 if (tp->lunmp[k] && tp->lunmp[k]->to_clear) {4997 if (ln && !tp->lunmp) {4998 tp->lunmp = kcalloc(SYM_CONF_MAX_LUN, sizeof(struct sym_lcb *),5000 if (!tp->lunmp)[all …]