Searched refs:lit_count (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/psvc/psvcobj/
H A Dpsvc_objects_class.h111 int16_t lit_count; member in struct:__anon1176
H A Dpsvcobj.c1182 * For Locator LEDs we ignore lit_count. RSC may have
1189 ((ELed_t *)objp)->lit_count++;
1191 if (--((ELed_t *)objp)->lit_count > 0) {
1193 } else if (((ELed_t *)objp)->lit_count < 0)
1194 ((ELed_t *)objp)->lit_count = 0;
1195 /* Fall through case is when lit_count is 0 */
1282 ((ELed_t *)objp)->lit_count++;
1284 if (--((ELed_t *)objp)->lit_count > 0) {
1286 } else if (((ELed_t *)objp)->lit_count < 0)
1287 ((ELed_t *)objp)->lit_count
[all...]

Completed in 66 milliseconds