Home
last modified time | relevance | path

Searched refs:n_to_m_cache (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/cmd/modload/
H A Ddrvsubr.c593 struct n_to_m_cache { in get_cached_n_to_m_file() struct
597 struct n_to_m_cache *next; in get_cached_n_to_m_file() argument
599 static struct n_to_m_cache *head = NULL; in get_cached_n_to_m_file()
600 struct n_to_m_cache *ptr; in get_cached_n_to_m_file()
650 ptr = (struct n_to_m_cache *)calloc(1, in get_cached_n_to_m_file()
651 sizeof (struct n_to_m_cache)); in get_cached_n_to_m_file()
728 char **n_to_m_cache = NULL; in get_max_major() local
730 return (get_cached_n_to_m_file(file_name, &n_to_m_cache)); in get_max_major()
747 char **n_to_m_cache = NULL; in get_name_to_major_entry() local
756 size = get_cached_n_to_m_file(file_name, &n_to_m_cache); in get_name_to_major_entry()
[all …]