Home
last modified time | relevance | path

Searched refs:cdip_state (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4/io/efcode/
H A Dfc_ops.c494 switch (rp->cdip_state) { in fco_new_device()
633 rp->cdip_state = FC_CDIP_STARTED; in fco_new_device()
652 if (rp->cdip_state != FC_CDIP_STARTED) in fco_finish_device()
679 rp->cdip_state = FC_CDIP_DONE; in fco_finish_device()
771 rp->cdip_state = FC_CDIP_CONFIG; in fco_validate()
803 int configured = (rp->cdip_state == FC_CDIP_CONFIG); in fco_invalidate()
/illumos-gate/usr/src/uts/sun4/sys/
H A Dfcode.h454 int cdip_state; /* node creation state - see below */ member