Home
last modified time | relevance | path

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

/freebsd-13.1/sbin/iscontrol/
H A Dlogin.c231 debug(4, "Tbit=%d csg=%d nsg=%d status=%x", lp->T, lp->CSG, lp->NSG, status); in handleLoginResp()
297 lp->CSG = SN_PHASE; // Security Negotiation in handleChap()
337 lp->CSG = SN_PHASE; // Security Negotiation in authenticate()
384 if((lp->CSG = sess->csg) == LON_PHASE) in loginPhase()
/freebsd-13.1/sys/dev/iscsi_initiator/
H A Discsi.h299 u_char CSG:2; member
323 u_char CSG:2; member
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp7403 unsigned CSOpcode = BitSize <= 32 ? SystemZ::CS : SystemZ::CSG; in emitAtomicLoadBinary()
7521 unsigned CSOpcode = BitSize <= 32 ? SystemZ::CS : SystemZ::CSG; in emitAtomicLoadMinMax()
H A DSystemZInstrInfo.td1840 def CSG : CmpSwapRSY<"csg", 0xEB30, z_atomic_cmp_swap, GR64>;