Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/modload/
H A Ddrvsubr.c1106 int devfs_root_len; in build_filenames() local
1130 devfs_root_len = len + sizeof (DEVFS_ROOT); in build_filenames()
1140 devfs_root = malloc(devfs_root_len); in build_filenames()
1169 (void) snprintf(devfs_root, devfs_root_len, in build_filenames()