Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libpkg/common/
H A Dpkgtrans.c96 static struct pkgdev srcdev, dstdev; variable
391 if (devtype(device2, &dstdev)) { in _pkgtrans()
397 if ((srcdev.cdevice && dstdev.cdevice) && in _pkgtrans()
398 strcmp(srcdev.cdevice, dstdev.cdevice) == 0) { in _pkgtrans()
405 if (dstdev.cdevice && !dstdev.bdevice || dstdev.pathname) in _pkgtrans()
409 if (!((ods_name = dstdev.cdevice) != NULL || in _pkgtrans()
410 (ods_name = dstdev.pathname) != NULL)) { in _pkgtrans()
433 if ((srcdev.dirname && dstdev.dirname) && in _pkgtrans()
434 strcmp(srcdev.dirname, dstdev.dirname) == 0) { in _pkgtrans()
440 if ((srcdev.pathname && dstdev.pathname) && in _pkgtrans()
[all …]