Searched refs:nlev (Results 1 - 4 of 4) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/i86pc/io/acpi_drv/
H A Dacpi_video.c451 int i, j, k, l, m, nlev, tmp; local
461 * op->nlev will be needed to free op->levels.
463 vidbp->nlevel = nlev = objp->Package.Count;
464 vidbp->levels = kmem_zalloc(nlev * sizeof (uint32_t), KM_SLEEP);
469 for (i = 0; i < nlev; i++) {
475 "brlev=%d i=%d nlev=%d\n", lev, i, nlev);
486 for (j = 0; j < nlev; j++) {
487 for (k = 0; k < nlev - 1; k++) {
500 for (l = 0; l < nlev
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dacpi_drv.h221 int nlev; /* number of brightness levels */ member in struct:acpi_drv_output_info
/opensolaris-onvv-gate/usr/src/cmd/hal/utils/
H A Dacpi.c53 (inf.nlev == 0)) {
68 inf.nlev);
/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Dcyclic.c1303 uint32_t lev, nlev; local
1309 nlev = lev + 1;
1310 } while (cas32(&cpu->cyp_modify_levels, lev, nlev) != lev);
1317 if (nlev == CY_SOFT_LEVELS) {
1321 ASSERT(nlev < CY_SOFT_LEVELS);

Completed in 186 milliseconds