Searched defs:srcdev (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:pkgdev
331 if (devtype(device1, &srcdev)) {
336 srcdev.rdonly++;
340 if (srcdev.bdevice) {
341 if (n = _getvol(srcdev.bdevice, NULL, NULL,
342 pkg_gt("Insert %v into %p."), srcdev.norewind)) {
350 if (ds_readbuf(srcdev.cdevice))
351 ids_name = srcdev.cdevice;
354 if (srcdev.cdevice && !srcdev
[all...]

Completed in 46 milliseconds