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

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

Completed in 53 milliseconds