Lines Matching refs:mode

205 	uint32_t mode;
245 * Set the LED mode
248 &mode)) != 0) {
257 if (mode != TOPO_LED_STATE_OFF &&
258 mode != TOPO_LED_STATE_ON) {
260 mode);
280 if (mode == TOPO_LED_STATE_ON)
288 topo_mod_dprintf(mod, "Failed to set LED mode for %s "
296 * Get the LED mode
310 mode = TOPO_LED_STATE_ON;
312 mode = TOPO_LED_STATE_OFF;
321 nvlist_add_uint32(nvl, TOPO_PROP_VAL_VAL, mode) != 0) {
561 * Set the LED mode
581 topo_mod_dprintf(mod, "%s: Failed to set LED mode for "
590 * Get the LED mode
593 topo_mod_dprintf(mod, "%s: Failed to get LED mode for "
682 * Set the LED mode
705 topo_mod_dprintf(mod, "Failed to set LED mode for %s "
713 * Get the LED mode
716 topo_mod_dprintf(mod, "Failed to get LED mode for %s "
746 * This is a method for the "mode" property that is specific for the ok2rm and
756 * For both ILOM 2 and ILOM 3, the current LED mode can be obtained by a
828 * Set the LED mode
839 topo_mod_dprintf(mod, "%s: Setting LED mode to %s\n", __func__,
863 "Failed to set LED mode for %s (%s)\n",
912 * Get the LED mode
931 topo_mod_dprintf(mod, "%s: Failed to get LED mode for "
1012 * Set the LED mode
1023 topo_mod_dprintf(mod, "%s: Setting LED mode to %s\n", __func__,
1033 topo_mod_dprintf(mod, "%s: Invalid LED mode: "
1040 topo_mod_dprintf(mod, "Setting LED mode (mask=0x%x)\n",
1052 * Get the LED mode
1056 topo_mod_dprintf(mod, "Getting LED mode\n");
1149 * Set the LED mode
1161 * Determine which IPMI mechanism to use to set the LED mode
1172 topo_mod_dprintf(mod, "%s: Setting LED mode to %s\n", __func__,
1186 topo_mod_dprintf(mod, "Failed to set LED mode "
1220 * Get the LED mode
1223 topo_mod_dprintf(mod, "%s: Failed to get LED mode for "