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

/osnet-11/usr/src/lib/libpkg/common/
H A Dpkgtrans.c95 static struct pkgdev srcdev, dstdev; variable in typeref:struct:
390 if (devtype(device2, &dstdev)) {
396 if ((srcdev.cdevice && dstdev.cdevice) &&
397 strcmp(srcdev.cdevice, dstdev.cdevice) == 0) {
404 if (dstdev.cdevice && !dstdev.bdevice || dstdev.pathname)
408 if (!((ods_name = dstdev.cdevice) != NULL ||
409 (ods_name = dstdev.pathname) != NULL)) {
432 if ((srcdev.dirname && dstdev
[all...]

Completed in 21 milliseconds