Searched refs:density (Results 1 - 14 of 14) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/ufs/newfs/
H A Dnewfs.c128 static int density = 0; /* number of bytes per inode */ variable
301 density = number("nbpi", optarg, NR_NONE, 2048);
302 if (density < DEV_BSIZE)
501 * than a terabyte, set the inode density (nbpi) to MIN_MTB_DENSITY
508 if (density < MIN_MTB_DENSITY)
509 density = MIN_MTB_DENSITY;
554 if (density <= 0) {
556 density = MINDENSITY;
558 density = (int)((((longlong_t)fssize + (GBSEC - 1)) /
560 if (density <
[all...]
/illumos-gate/usr/src/lib/libsmedia/library/common/
H A Dl_generic.c191 uint32_t density)
198 ft.flag = density;
190 smedia_format_track(smedia_handle_t handle, uint32_t trackno, uint32_t head, uint32_t density) argument
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumpmain.c48 int density = 0; /* density in bytes/0.1" */ variable
251 case 'd': /* density, in bits per inch */
255 density = atoi(*argv) / 10;
256 if (density <= 0) {
263 msg(gettext("Missing density\n"));
519 if (density && diskette) {
521 msg(gettext("Cannot select density of diskette\n"));
533 * Determine how to default tape size and density
535 * density tap
[all...]
H A Ddump.h134 int density; /* density in 0.1" units */ variable
H A Ddumptape.c2152 asize += (siz/density + tenthsperirg);
/illumos-gate/usr/src/uts/common/io/chxge/com/
H A Dmc3.c332 unsigned int density = G_DENSITY(cfg); local
335 ((256 << density) * banks) / (org << G_MC3_WIDTH(cfg)) :
336 ((128 << density) * (16 / org) * banks) / 8;
/illumos-gate/usr/src/lib/libsmedia/library/inc/
H A Dsmedia.h126 #define SM_FORMAT_HD (FORMAT|0x0011) /* Format high density (1.44MB) */
127 #define SM_FORMAT_DD (FORMAT|0x0012) /* Format Double density (720KB) */
128 #define SM_FORMAT_ED (FORMAT|0x0013) /* Format Extended density (2.88MB) */
129 #define SM_FORMAT_MD (FORMAT|0x0014) /* Format Medium density (1.2MB) */
155 uint_t density);
/illumos-gate/usr/src/uts/common/io/
H A Dfd.c266 char density[8]; local
309 len = sizeof (density);
311 DDI_PROP_DONTPASS, "density", (caddr_t)&density, &len) !=
315 "fd_probe failed density: dip %p unit %d",
349 char density[8]; local
386 len = sizeof (density);
388 PROP_LEN_AND_VAL_BUF, DDI_PROP_DONTPASS, "density",
389 (caddr_t)&density, &len) != DDI_PROP_SUCCESS)
390 density[
[all...]
/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_ht.c1596 int rxmax, density; local
1616 density = MS(in->in_htparam, IEEE80211_HTCAP_MPDUDENSITY);
1624 density = ic->ic_ampdu_density;
1636 | SM(density, IEEE80211_HTCAP_MPDUDENSITY);
/illumos-gate/usr/src/uts/common/sys/scsi/targets/
H A Dstdef.h141 /* tape density automatically, */
199 /* instead of density codes for */
238 /* density code. */
381 uchar_t densities[NDENSITIES]; /* density codes, low->hi */
382 uchar_t default_density; /* default density for this drive */
383 uchar_t mediatype[NDENSITIES]; /* was speed. mediatype for density. */
546 uchar_t density; /* density code */ member in struct:seq_mode
548 uchar_t mid_nb; /* that are to be formatted with the density */
567 uchar_t density; /* densit
[all...]
/illumos-gate/usr/src/uts/common/io/iwh/
H A Diwh_hw.h1351 uint8_t density; member in struct:iwh_ampdu_param
H A Diwh.c6108 sc->sc_ht_conf.ampdu_p.density = HT_MPDU_DENSITY;
6173 ic->ic_ampdu_density = sc->sc_ht_conf.ampdu_p.density;
/illumos-gate/usr/src/uts/common/io/iwp/
H A Diwp_hw.h1351 uint8_t density; member in struct:iwp_ampdu_param
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dst.c350 /* 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 suppor
12368 const char density[] = { 'l', 'm', 'h', 'c' }; local
[all...]

Completed in 137 milliseconds