Searched refs:devpathp (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/cmd/stat/common/ |
H A D | dsr.c | 116 char **devpathp, char **adevpathp, char **devidp) in drvinstpart2dev() argument 125 if (devpathp != NULL) in drvinstpart2dev() 126 *devpathp = NULL; in drvinstpart2dev() 156 if (devpathp != NULL) /* devpath */ in drvinstpart2dev() 157 *devpathp = safe_strdup(devpath); in drvinstpart2dev()
|
/titanic_44/usr/src/uts/common/io/ |
H A D | strplumb.c | 597 char **devpathp = (char **)arg; in matchmac() local 633 *devpathp = kmem_alloc(MAXPATHLEN, KM_SLEEP); in matchmac() 634 (void) ddi_pathname(dip, *devpathp); in matchmac()
|
/titanic_44/usr/src/cmd/th_tools/ |
H A D | th_define.c | 1762 char *devpathp = "NULL"; in test_driver() local 1779 devpathp = devpath; in test_driver() 1791 "th_manage /devices%s offline", devpathp); in test_driver() 1794 "th_manage /devices%s online", devpathp); in test_driver() 1797 "th_manage /devices%s getstate >/dev/null", devpathp); in test_driver() 1819 devpathp, drv_inst); in test_driver() 1831 devpathp, devpathp, devpathp); in test_driver() 1875 thr_collect(cdp, devpathp); in test_driver() 1973 devpathp, drv_inst); in test_driver()
|