Lines Matching refs:dumpdev
1064 if (dumpdev != (char *)NULL) { in nextdevice()
1066 free(dumpdev); in nextdevice()
1069 dumpdev = xmalloc((size_t)((sizeof (spcl.c_host) + strlen(tape) + 2))); in nextdevice()
1071 (void) sprintf(dumpdev, "%.*s:%s", (int)sizeof (spcl.c_host), cp, tape); in nextdevice()
1073 sdumpdev = strchr(dumpdev, ':') + 1; in nextdevice()
1075 sdumpdev = dumpdev; in nextdevice()
1295 "Mounting volume %s on %s\n"), volname, dumpdev); in changevol()
1348 "Change Volumes: Mount volume `%s' on `%s'\n"), volname, dumpdev); in changevol()
1353 volname, dumpdev, gettext("(\"yes\" or \"no\") ")); in changevol()
1530 dumpdev); in otape()
2429 msg(info, dumpdev, filenum); in positiontape()
2441 msg(info, dumpdev, filenum); in positiontape()