Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/stat/common/
H A Ddsr.c116 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()
/illumos-gate/usr/src/cmd/th_tools/
H A Dth_define.c1754 char *devpathp = "NULL"; in test_driver() local
1771 devpathp = devpath; in test_driver()
1783 "th_manage /devices%s offline", devpathp); in test_driver()
1786 "th_manage /devices%s online", devpathp); in test_driver()
1789 "th_manage /devices%s getstate >/dev/null", devpathp); in test_driver()
1811 devpathp, drv_inst); in test_driver()
1823 devpathp, devpathp, devpathp); in test_driver()
1867 thr_collect(cdp, devpathp); in test_driver()
1965 devpathp, drv_inst); in test_driver()
/illumos-gate/usr/src/uts/common/io/
H A Dstrplumb.c609 char **devpathp = (char **)arg; in matchmac() local
645 *devpathp = kmem_alloc(MAXPATHLEN, KM_SLEEP); in matchmac()
646 (void) ddi_pathname(dip, *devpathp); in matchmac()