Lines Matching defs:this
39 computeAutoPCost (STATE_MACH_T *this)
42 register PORT_T* port = this->owner.port;
74 updPortPathCost (STATE_MACH_T *this)
79 STP_pcost_enter_state (STATE_MACH_T *this)
81 register PORT_T* port = this->owner.port;
83 switch (this->State) {
94 port->operPCost = computeAutoPCost (this);
101 updPortPathCost (this);
107 STP_pcost_check_conditions (STATE_MACH_T* this)
109 register PORT_T* port = this->owner.port;
111 switch (this->State) {
113 return STP_hop_2_state (this, AUTO);
115 return STP_hop_2_state (this, STABLE);
117 return STP_hop_2_state (this, STABLE);
121 return STP_hop_2_state (this, AUTO);
126 return STP_hop_2_state (this, FORSE);