Searched refs:DISABLED (Results 1 – 13 of 13) sorted by relevance
/illumos-gate/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()
|
/illumos-gate/usr/src/cmd/saf/ |
H A D | misc.c | 147 case DISABLED: in sigpoll() 191 case DISABLED: in sigpoll() 254 case DISABLED: in sigpoll() 309 sp->sc_sstate = DISABLED; in sigpoll() 310 sp->sc_lstate = DISABLED; in sigpoll() 317 case DISABLED: in sigpoll() 433 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 | 433 sp->sc_sstate = (sp->sc_flags & D_FLAG) ? DISABLED : ENABLED; in startpm() 621 (sp->sc_lstate == DISABLED) ? "disabled" : "enabled"); in startit() 798 case DISABLED: in pollpms() 1020 pp->pm_state == DISABLED) in readpipe()
|
H A D | util.c | 294 case DISABLED: in pstate()
|
H A D | readtab.c | 274 case DISABLED: in purge()
|
/illumos-gate/usr/src/uts/common/sys/usb/hcd/openhci/ |
H A D | ohci_hub.h | 94 #define DISABLED 0x03 /* Dev connected, no downstream data */ macro
|
/illumos-gate/usr/src/uts/common/sys/usb/hcd/ehci/ |
H A D | ehci_hub.h | 94 #define DISABLED 0x03 /* Dev connected, no data */ macro
|
/illumos-gate/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()
|
/illumos-gate/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()
|
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/ |
H A D | ecore.tex | 791 …\item DISABLED - After firmware is successfully loaded on the device, ecore updates the driver sta… 797 …\item DISABLED - Set when device is not operational (e.g., fastpath queues are released or not con…
|
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/ |
H A D | release.txt | 2097 2. Request: Send driver state as DISABLED to MFW as part of ecore_hw_init(), 2100 DISABLED depending on whether the driver is operational or not.
|