Searched defs:pathname_buf (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dmodsubr.c1058 char *pathname, *pathname_buf; local
1062 pathname_buf = kmem_alloc(3 * MAXPATHLEN, KM_SLEEP);
1063 deviname_buf = pathname_buf + MAXPATHLEN;
1064 parname_buf = pathname_buf + (2 * MAXPATHLEN);
1076 ddi_pathname(dip, pathname_buf);
1137 kmem_free(pathname_buf, 3 * MAXPATHLEN);

Completed in 462 milliseconds