Lines Matching defs:density

350 /* default density offsets in the table above */
1138 * For default devices set the density to the
1139 * preferred default density for this device.
1886 * all the density codes are the same..
1972 -1, 0, UINT8_MAX, "density code",
1973 -1, 0, 3, "default density",
2053 "%s density[%d] value too low: value ="
2058 "%s density[%d] value too high: value ="
2063 "%s density[%d] value = 0x%X\n",
2456 * entries by available density support length. If multiple
2465 "st_get_conf_from_tape_drive(): fail to report density.\n");
2481 "fail to report density.\n");
2510 * supports only the four highest densities. Since density code
2512 * last entry of density support data block descriptor.
3309 * Make sure the density can be selected correctly.
3320 "st_tape_init: EIO can't determine density\n");
3327 * density so that a later read at BOT comes along
3328 * does the right density determination.
3337 * will get/set the right density, etc..
4239 * determine/set the correct density. We also may have
4532 * density device has been opened
4634 * density device has been opened
4734 * it determines whether we know the density and if not will
4759 * If we don't yet know the density of the tape we have inserted,
4766 * the tape density yet, we have to do so now...
4772 "density\n");
5837 "determine density");
5875 "density/wfm failed");
5893 "density/wfm failed");
6014 "st_do_mtioctop : EIO:MTEOM check density/wfm "
7066 switch (un->un_mspl->density) {
7070 * default density, cannot determine any other
7229 * If we're past BOT, density is determined already.
7239 * XXX: change density past BOT.
7253 * If we're going to be writing, we set the density
7265 * If density is known already,
7281 * Try to determine density. We do this by attempting to read the
7282 * first record off the tape, cycling through the available density
7302 * only one density and there is no point in attempting
7305 * Since most modern drives auto detect the density
7335 * Start at the specified density
7343 * If we've done this density before,
7351 "trying density 0x%x\n", dens);
7387 "st_set_density(un = 0x%p): density = 0x%x\n", (void*)un,
7392 un->un_mspl->density = un->un_dp->densities[un->un_curdens];
7396 * If auto density override is not set, Use mode select
7397 * to set density and compression.
7404 * If auto density and mode select compression are set,
7405 * This is a drive with one density code but compression
7407 * Set compression but no need to set density.
7417 /* If sucessful set density and/or compression, mark density known */
7914 * special density codes. Return ENOTTY so caller
7926 * If this the compression density or
8053 * already set since need to set density code
8200 "st_modeselect(dev = 0x%lx): density = 0x%x\n",
8201 un->un_dev, un->un_mspl->density);
8226 * If configured to use a specific density code for a media type.
8241 * to exceed the density selected by the open.
8253 "found media 0x%X using density 0x%X\n",
8256 un->un_mspl->density = un->un_dp->densities[best];
8258 /* Otherwise set density based on minor node opened */
8259 un->un_mspl->density =
8263 un->un_mspl->density = un->un_dp->densities[un->un_curdens];
8286 /* need to set the density code */
11407 * the density codes set in the modesense
12368 const char density[] = { 'l', 'm', 'h', 'c' };
12381 name[nprt] = density[(minor & MT_DENSITY_MASK) >> 3];
13940 switch (un->un_mspl->density) {
13960 un->un_mspl->density);
15310 "st_mtfsf_ioctl: EIO : MTFSF density/wfm failed");
16015 "st_ioctl : EIO : MTBSR : can't set density or wfm");