Searched refs:temp_pathname (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dsunmdi.c986 char *temp_pathname; local
1001 temp_pathname = kmem_zalloc(MAXPATHLEN, KM_SLEEP);
1007 *temp_pathname = '\0';
1008 (void) ddi_pathname(pdip, temp_pathname);
1009 if (strcmp(temp_pathname, pathname) == 0) {
1018 kmem_free(temp_pathname, MAXPATHLEN);
1621 char *temp_pathname; local
1627 temp_pathname = kmem_zalloc(MAXPATHLEN, KM_SLEEP);
1637 *temp_pathname = '\0';
1638 (void) ddi_pathname(cdip, temp_pathname);
[all...]

Completed in 66 milliseconds