Lines Matching defs:device

122 struct pkgdev	pkgdev;		/* holds info about the installation device */
129 static char *ids_name = NULL; /* name of data stream device */
299 char *device = NULL; /* dev pkg stored on */
345 /* initially no source "device" */
347 device = NULL;
467 * device. device can be a full path name to a directory
470 * It can also be a device alias - for example,
492 if ((device = malloc(PATH_MAX)) == NULL) {
496 (void) memset(device, '\0', PATH_MAX);
498 device = flex_device(optarg, 1);
1066 /* if no device and no url, get and validate default device */
1068 if ((device == NULL) && (uri == NULL)) {
1069 device = devattr("spool", "pathname");
1070 if (device == NULL) {
1212 * reset device to point to newly-downloaded file; note
1214 * device gets preloaded with a pointer to PATH_MAX bytes
1218 len = snprintf(device, PATH_MAX, "%s/%s", dwnld_dir, bname);
1256 * validate the package source device - return pkgdev info that
1257 * describes the package source device.
1260 if (devtype(device, &pkgdev)) {
1261 progerr(ERR_BAD_DEVICE, device);
1278 b = open_package_datastream(argc, argv, spoolDir, device,
1285 progerr(ERR_CANNOT_OPEN_PKG_STREAM, PSTR(device));
1289 n = pkgtrans(device, spoolDir, &argv[optind],
1324 b = open_package_datastream(argc, argv, spoolDir, device,
1331 echoDebug(ERR_CANNOT_OPEN_PKG_STREAM, PSTR(device));
1388 altBinDir, device, noZones);
1437 * device (input data stream) containing the package to
1746 * device (input data stream) containing the package to
2081 * device (input data stream) containing the package to
2099 * then it must be the path to a device containing a package
2324 * - add: -d device -m mount [-f type]
3041 * - device containing packages (pkgadd -d diskette1 [pkgs])
3047 * - for device
3261 * device (input data stream) containing the package to
3345 * device (input data stream) containing the package to
3412 * device (input data stream) containing the package to
3508 * device (input data stream) containing the package to
3581 * device (input data stream) containing the package to
3633 * device (input data stream) containing the package to
4079 * device if appropriate
4151 * - device containing packages (pkgadd -d diskette1 [pkgs])
4158 * - for device
4259 * device if appropriate
4412 * device if appropriate