Lines Matching defs:di_states
260 } **di_states;
460 di_states = kmem_zalloc(
467 kmem_free(di_states,
495 kmem_free(di_states, di_max_opens * sizeof (struct di_state *));
510 * entry in the di_states[] table. Based on the original minor number, we
528 if (di_states[m] != NULL)
531 di_states[m] = kmem_zalloc(sizeof (struct di_state), KM_SLEEP);
567 st = di_states[m];
577 di_states[m] = NULL;
605 st = di_states[m];