Home
last modified time | relevance | path

Searched refs:DISABLED (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/lib/librstp/common/
H A Dedge.c31 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 Dportinfo.c30 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 Dmisc.c147 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 Dstructs.h85 #define DISABLED 3 /* PM disabled, must be same as PM_DISABLED */ macro
H A Dsac.c433 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 Dutil.c294 case DISABLED: in pstate()
H A Dreadtab.c274 case DISABLED: in purge()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohci_hub.h94 #define DISABLED 0x03 /* Dev connected, no downstream data */ macro
/illumos-gate/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehci_hub.h94 #define DISABLED 0x03 /* Dev connected, no data */ macro
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci_hub.c1635 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 Dehci_hub.c1944 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 Decore.tex791 …\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 Drelease.txt2097 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.