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

/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_nameinfo.c264 char *drvnode; local
279 if (drvnode = strrchr(devicespath, '/'))
281 * drvnode now just "xxxx@vvvv"
283 drvnode++;
285 if (cp = strrchr(drvnode, '@'))
287 * Now drvnode is just the driver name "xxxx"
291 cp = Strdup(drvnode);
305 char *drvnode; local
310 if ((drvnode = getdrvnode(np, ep)) != NULL) {
321 drvnode);
[all...]

Completed in 58 milliseconds