Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/modload/
H A Ddrvsubr.c1103 int name_to_major_len; in build_filenames() local
1127 name_to_major_len = len + sizeof (NAM_TO_MAJ); in build_filenames()
1137 name_to_major = malloc(name_to_major_len); in build_filenames()
1163 (void) snprintf(name_to_major, name_to_major_len, in build_filenames()