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

/illumos-gate/usr/src/uts/common/os/
H A Dsunmdi.c4818 char *ct_path; local
4859 ct_path = kmem_alloc(MAXPATHLEN, KM_SLEEP);
4882 ddi_pathname(cdip, ct_path), ddi_driver_name(cdip),
4890 ddi_pathname(cdip, ct_path), ddi_driver_name(cdip),
4896 kmem_free(ct_path, MAXPATHLEN);

Completed in 74 milliseconds