Searched refs:DISABLED (Results 1 – 12 of 12) sorted by relevance
/titanic_50/usr/src/lib/librstp/common/ |
H A D | edge.c | 31 CHOOSE(DISABLED), \ 50 case DISABLED: in STP_edge_enter_state() 78 if (s->State == DISABLED) in STP_edge_check_conditions() 81 return STP_hop_2_state (s, DISABLED); in STP_edge_check_conditions() 86 return STP_hop_2_state (s, DISABLED); in STP_edge_check_conditions() 87 case DISABLED: in STP_edge_check_conditions()
|
H A D | portinfo.c | 30 CHOOSE(DISABLED), \ 353 case DISABLED: in STP_info_enter_state() 444 return STP_hop_2_state (this, DISABLED); in STP_info_check_conditions() 448 case DISABLED: in STP_info_check_conditions() 450 return STP_hop_2_state (this, DISABLED); in STP_info_check_conditions() 456 return STP_hop_2_state (this, DISABLED); in STP_info_check_conditions()
|
/titanic_50/usr/src/cmd/saf/ |
H A D | misc.c | 150 case DISABLED: in sigpoll() 194 case DISABLED: in sigpoll() 257 case DISABLED: in sigpoll() 312 sp->sc_sstate = DISABLED; in sigpoll() 313 sp->sc_lstate = DISABLED; in sigpoll() 320 case DISABLED: in sigpoll() 436 case DISABLED: in sigpoll()
|
H A D | structs.h | 85 #define DISABLED 3 /* PM disabled, must be same as PM_DISABLED */ macro
|
H A D | sac.c | 436 sp->sc_sstate = (sp->sc_flags & D_FLAG) ? DISABLED : ENABLED; in startpm() 625 (sp->sc_lstate == DISABLED) ? "disabled" : "enabled"); in startit() 800 case DISABLED: in pollpms() 1024 pp->pm_state == DISABLED) in readpipe()
|
H A D | util.c | 297 case DISABLED: in pstate()
|
H A D | readtab.c | 276 case DISABLED: in purge()
|
/titanic_50/usr/src/uts/common/sys/usb/hcd/openhci/ |
H A D | ohci_hub.h | 94 #define DISABLED 0x03 /* Dev connected, no downstream data */ macro
|
/titanic_50/usr/src/uts/common/sys/usb/hcd/ehci/ |
H A D | ehci_hub.h | 94 #define DISABLED 0x03 /* Dev connected, no data */ macro
|
/titanic_50/usr/src/lib/libunistat/common/sv/ |
H A D | sv.err | 33 DISABLED = Device not enabled
|
/titanic_50/usr/src/uts/common/io/usb/hcd/openhci/ |
H A D | ohci_hub.c | 1635 rh_port_state[i] = DISABLED; in ohci_handle_root_hub_status_change() 1665 rh_port_state[i] = DISABLED; in ohci_handle_root_hub_status_change()
|
/titanic_50/usr/src/uts/common/io/usb/hcd/ehci/ |
H A D | ehci_hub.c | 1944 rh_port_state[i] = DISABLED; in ehci_handle_root_hub_status_change() 1974 rh_port_state[i] = DISABLED; in ehci_handle_root_hub_status_change()
|