Searched defs:devicespath (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/stat/common/
H A Ddsr.c131 char *devicespath; local
268 devicespath = di_dim_path_devices(di_dim,
270 if (devicespath) {
272 node = di_lookup_node(di_root, devicespath);
273 free(devicespath);
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_nameinfo.c263 char *devicespath; local
267 if ((devicespath = metagetdevicesname(np, ep)) == NULL)
271 * At this point devicespath should be like the following
279 if (drvnode = strrchr(devicespath, '/'))
292 Free(devicespath);

Completed in 68 milliseconds