Home
last modified time | relevance | path

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

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