Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sysdef/
H A Dsysdef.c538 int curr_len, modpathlen; in modules() local
542 if ((modctl(MODGETPATHLEN, NULL, &modpathlen)) != 0) { in modules()
546 if ((modpath = malloc(modpathlen + 1)) == NULL) { in modules()