Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/modload/
H A Ddrvsubr.c1102 int minor_perm_len; in build_filenames() local
1126 minor_perm_len = len + sizeof (MINOR_PERM); in build_filenames()
1136 minor_perm = malloc(minor_perm_len); in build_filenames()
1161 (void) snprintf(minor_perm, minor_perm_len, in build_filenames()