| /onnv/onnv-gate/usr/src/cmd/picl/plugins/sun4u/lw2plus/fcal_leds/ |
| fcal_leds.conf | 39 led-on: 0 51 # address values for specific LEDs: disk, LED-purpose, bit-sig value 52 led: 0, remok, 0x20 53 led: 0, fault, 0x40 54 led: 0, ready, 0x80 55 led: 1, remok, 4 56 led: 1, fault, 8 57 led: 1, ready, 0x10 65 # time for led-test 66 led-test-interval: 1 [all...] |
| fcal_leds.c | 93 * look up table for LED state 161 * read volatile property function for led State 174 int disk, led; local 177 * each led-unit node has a UnitAddress property set to the bit 178 * value associated with the led. Read that property 193 for (led = 0; led < FCAL_LED_CNT; led++) { 194 if (addr == dtls->led_addr[led][disk]) 197 if (led < FCAL_LED_CNT [all...] |
| fcal_leds_thread.c | 436 int err, led, disk, led_bit; local 445 for (led = 0; led < FCAL_LED_CNT; led++) { 447 mask |= dtls->led_addr[led][disk]; 461 * get bit setting for led to be changed 463 led = led_tok - LED_PROPS_START - 1; 464 led_bit = dtls->led_addr[led][diskNo]; 541 * if the poll thread has failed, can't do led test 547 * set test interval - doubles as flag for LED-test in progres [all...] |
| /onnv/onnv-gate/usr/src/uts/sun4u/opl/sys/scfd/ |
| opcioif.h | 51 /* for led field */ 58 unsigned char led; member in struct:scfiocgetdiskled
|
| /onnv/onnv-gate/usr/src/lib/cfgadm_plugins/scsi/SUNW,SPARC-Enterprise/common/ |
| opl_dev_led.c | 47 "led", 152 opl_print_locator(apid_t *apidp, struct cfga_msg *msgp, unsigned char led) 161 switch ((int)led) { 181 * Print the value of the hard disk fault LED in a human friendly form. 184 opl_print_led(apid_t *apidp, struct cfga_msg *msgp, unsigned char led) 193 switch ((int)led) { 223 scf_disk.led = SCF_DISK_LED_BLINK; 225 scf_disk.led = SCF_DISK_LED_OFF; 256 opl_print_led(apidp, msgp, scf_disk.led); 258 opl_print_locator(apidp, msgp, scf_disk.led); [all...] |
| /onnv/onnv-gate/usr/src/uts/common/io/chxge/com/ |
| mv88x201x.c | 40 /* Setup the LED registers so we can turn on/off. 50 u32 led = 0; local 53 (void) mdio_read(cphy, 0x1, 0x7, &led); 56 led |= LINK_ENABLE_BIT; 57 (void) mdio_write(cphy, 0x1, 0x7, led); 59 led &= ~LINK_ENABLE_BIT; 60 (void) mdio_write(cphy, 0x1, 0x7, led); 172 /* Turn on/off Link LED */ 237 /* Allows for Link,Ack LED turn on/off */
|
| /onnv/onnv-gate/usr/src/uts/sun4u/daktari/sys/ |
| hpc3130_dak.h | 93 #define HPC3130_ATTN_MASK(led) (3<<(HPC3130_ATTN_SHIFT(led))) /* 3 or c */ 94 #define HPC3130_ATTN_SHIFT(led) (led<<1) /* 0 or 2 */ 102 * These two macros map between the Hot Plug Services LED constants 224 * LED state indicators.
|
| /onnv/onnv-gate/usr/src/cmd/picl/plugins/sun4u/blade/bsc/ |
| picllom.info | 85 name:/platform/pci/isa/bscbus/bscv/active?_class=led 87 name:/platform/pci/isa/bscbus/bscv/svc_reqd?_class=led 89 name:/platform/pci/isa/bscbus/bscv/rdy_to_rmv?_class=led 97 PROP Class string r 0 "led" 98 REFPROP _led_ name:/platform/pci/isa/bscbus/bscv/active?_class=led 101 PROP Class string r 0 "led" 102 REFPROP _led_ name:/platform/pci/isa/bscbus/bscv/svc_reqd?_class=led 105 PROP Class string r 0 "led" 106 REFPROP _led_ name:/platform/pci/isa/bscbus/bscv/rdy_to_rmv?_class=led 173 name:/platform/pci/isa/bscbus/bscv/active?_class=led [all...] |
| /onnv/onnv-gate/usr/src/lib/libnwam/common/ |
| door.c | 237 libnwam_event_data_t *led = NULL; local 257 led = calloc(1, sizeof (*led) + strlen(nde->nde_interface) + 1 + 259 if (led != NULL) { 260 led->led_type = nde->nde_type; 261 if (led->led_type == deInterfaceUp) { 262 led->led_v4address = nde->nde_v4address; 263 led->led_prefixlen = nde->nde_prefixlen; 265 if (led->led_type == deInterfaceDown || 266 led->led_type == deLLPUnselected [all...] |
| /onnv/onnv-gate/usr/src/cmd/luxadm/ |
| luxadm.h | 70 extern void led(char **, int, int);
|
| /onnv/onnv-gate/usr/src/tools/ctf/common/ |
| list.c | 83 void *led; local 91 led = le->l_data; 93 return (led);
|
| /onnv/onnv-gate/usr/src/uts/sun4u/starcat/io/ |
| schpc.c | 605 /* Fault LED should already be illuminated */ 617 /* Fault LED should already be illuminated */ 706 setslot.slot_led_fault = PCIMSG_LED_FLASH; /* Flash Fault LED */ 1033 setslot.slot_led_fault = PCIMSG_LED_FLASH; /* Flash the Fault LED */ 1156 * Initialize LED to last know state. 1158 switch (schpc_p->schpc_slot[slot].led.led_power) { 1170 switch (schpc_p->schpc_slot[slot].led.led_service) { 1182 switch (schpc_p->schpc_slot[slot].led.led_fault) { [all...] |
| /onnv/onnv-gate/usr/src/uts/common/inet/ |
| nd.h | 34 #include <inet/led.h>
|
| Makefile | 34 led.h mi.h mib2.h nd.h optcom.h sadb.h sctp_itf.h snmpcom.h tcp.h \
|
| common.h | 79 #include <inet/led.h>
|
| /onnv/onnv-gate/usr/src/cmd/picl/plugins/sun4u/lw2plus/frutree/ |
| system-board.info | 313 * add led device nodes to relevant pcf8574 card 316 NODE disk-led led 321 NODE disk-led led 326 NODE disk-led led 331 NODE disk-led led 336 NODE disk-led le [all...] |
| /onnv/onnv-gate/usr/src/uts/sun4u/daktari/io/ |
| hpc3130_dak.c | 31 * and platform specific LED displays. Placed in 1067 hpc3130_set_led(hpc3130_unit_t *unitp, int slot, int led, uint8_t value) 1076 new = (old & ~HPC3130_ATTN_MASK(led)) | 1077 value << HPC3130_ATTN_SHIFT(led); 1079 D1CMN_ERR((CE_NOTE, "setting led %d to %x", led, value)); 1086 ((old & HPC3130_ATTN_MASK(led)) != 1087 (new & HPC3130_ATTN_MASK(led)))) { 1089 * We're turning a LED on or off (i.e., not blinking), and 1092 if (led == HPC3130_LED_OK2REM) 1920 int led; local 1951 int led; local [all...] |
| /onnv/onnv-gate/usr/src/lib/cfgadm_plugins/pci/common/ |
| cfga.c | 177 "\t-x led[=[fault|power|active|attn],mode=[on|off|blink]] ap_id [ap_id...]", 191 #define LED 4 217 /* n */ "led", 223 * LED strings 941 led_strs[power_led_info.led], cfga_strs[UNKNOWN]); 945 (void) snprintf(cp, len, "%s=%s,", led_strs[power_led_info.led], 951 DBG(1, ("%s:%d\n", led_strs[power_led_info.led], power_led_info.state)); 956 led_strs[fault_led_info.led], cfga_strs[UNKNOWN]); 961 led_strs[fault_led_info.led], 966 DBG(1, ("%s:%d\n", led_strs[fault_led_info.led], fault_led_info.state)) [all...] |
| /onnv/onnv-gate/usr/src/uts/sun4u/starcat/sys/ |
| schpc.h | 39 * Slot LED Descriptor 41 * Each hot pluggable PCI/cPCI slot has three leds. Each LED can 56 * LED Commands 82 slot_led_t led; /* Current LED state */ member in struct:__anon9136
|
| /onnv/onnv-gate/usr/src/cmd/picl/plugins/sun4u/boston/frudr/ |
| fru_SC_data.info | 60 * sensors and led's in the system, whose state is learned from 124 REFPROP _fru_parent name:/frutree/chassis/MB/system-board/FIOB/front-IO-board/FLEDB/front-led-board 126 REFPROP _fru_parent name:/frutree/chassis/MB/system-board/FIOB/front-IO-board/FLEDB/front-led-board 128 REFPROP _fru_parent name:/frutree/chassis/MB/system-board/FIOB/front-IO-board/FLEDB/front-led-board 133 REFPROP _fru_parent name:/frutree/chassis/MB/system-board/FIOB/front-IO-board/FLEDB/front-led-board 135 REFPROP _fru_parent name:/frutree/chassis/MB/system-board/FIOB/front-IO-board/FLEDB/front-led-board 137 REFPROP _fru_parent name:/frutree/chassis/MB/system-board/FIOB/front-IO-board/FLEDB/front-led-board 140 * parents for fan-fault led's
|
| /onnv/onnv-gate/usr/src/lib/cfgadm_plugins/shp/common/ |
| shp.c | 177 "\t-x led[=[fault|power|active|attn],mode=[on|off|blink]] ap_id [ap_id...]", 191 #define LED 4 219 /* n */ "led", 225 * LED strings 784 pciehpc_led_t led; local 834 led = states[i]; 837 if (hp_get_private(node, led_strs2[led], &result) != 0) { 839 led_strs[led], cfga_strs[UNKNOWN]); 842 DBG(1, ("%s:%s\n", led_strs[led], cfga_strs[UNKNOWN])); 857 led_strs[led], tmp) 883 char *led, *mode; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/picl/plugins/sun4u/chalupa/frudr/ |
| fru_SC_data.info | 79 PROP Class string r 0 "led" 83 PROP Class string r 0 "led" 87 PROP Class string r 0 "led" 102 PROP Class string r 0 "led" 106 PROP Class string r 0 "led" 110 PROP Class string r 0 "led" 125 PROP Class string r 0 "led" 129 PROP Class string r 0 "led" 133 PROP Class string r 0 "led" 148 PROP Class string r 0 "led" [all...] |
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
| snoop_rip6.c | 37 #include <inet/led.h>
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/x2p/ |
| s2p.PL | 962 my $led = $del; 963 $led =~ tr/{([</})]>/; 964 $led = '' if $led eq $del; 1063 } elsif( $nc eq $led ){ 1133 } elsif( $c eq $led ){ ## unescaped <closing bracketing-delimiter [all...] |
| /onnv/onnv-gate/usr/src/uts/common/inet/nca/ |
| ncaddi.c | 36 #include <inet/led.h>
|