Home
last modified time | relevance | path

Searched refs:CSG (Results 1 – 4 of 4) sorted by relevance

/freebsd-9-stable/sbin/iscontrol/
Dlogin.c229 debug(4, "Tbit=%d csg=%d nsg=%d status=%x", lp->T, lp->CSG, lp->NSG, status); in handleLoginResp()
295 lp->CSG = SN_PHASE; // Security Negotiation in handleChap()
335 lp->CSG = SN_PHASE; // Security Negotiation in authenticate()
382 if((lp->CSG = sess->csg) == LON_PHASE) in loginPhase()
/freebsd-9-stable/sys/dev/iscsi/initiator/
Discsi.h297 u_char CSG:2; member
321 u_char CSG:2; member
/freebsd-9-stable/contrib/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp2421 unsigned CSOpcode = BitSize <= 32 ? SystemZ::CS : SystemZ::CSG; in emitAtomicLoadBinary()
2543 unsigned CSOpcode = BitSize <= 32 ? SystemZ::CS : SystemZ::CSG; in emitAtomicLoadMinMax()
DSystemZInstrInfo.td1306 def CSG : CmpSwapRSY<"csg", 0xEB30, atomic_cmp_swap_64, GR64>;