Lines Matching defs:special
23 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
108 const char *special, *chg[2];
232 special = argv[0];
235 fi = open(special, openflags);
237 fi = openpartition(special, openflags, device, sizeof(device));
238 special = device;
241 err(1, "%s", special);
243 getsb(&sblock, special);
257 warnx("tuning %s", special);
416 printf("%s: current settings of %s\n", getprogname(), special);
455 bwrite(sblockloc, buf.data, SBLOCKSIZE, special);
475 buf.data, SBLOCKSIZE, special);
642 fprintf(stderr, "usage: tunefs [-AFN] tuneup-options special-device\n");
731 const char *special, *raw;
736 special = fs ? fs->fs_spec : name;
738 raw = getfsspecname(specname, sizeof(specname), special);
741 special = getdiskrawname(rawname, sizeof(rawname), raw);
742 if (special == NULL)
743 special = raw;
745 fd = opendisk(special, flags, device, devicelen, 0);
748 strlcpy(device, special, devicelen);