Home
last modified time | relevance | path

Searched refs:lim3 (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/format/
H A Dauto_sense.c232 uint_t *dim3, uint_t lim3);
2161 uint_t *dim3, uint_t lim3) argument
2193 if (((*dim1) > lim1) || ((*dim2) > lim2) || ((*dim3) > lim3)) {
2228 if (*dim3 > lim3) *dim3 = lim3;