Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/modload/
H A Ddrvsubr.c1091 int name_to_major_len; in build_filenames() local
1115 name_to_major_len = len + sizeof (NAM_TO_MAJ); in build_filenames()
1125 name_to_major = malloc(name_to_major_len); in build_filenames()
1151 (void) snprintf(name_to_major, name_to_major_len, in build_filenames()