Home
last modified time | relevance | path

Searched refs:FLUSHW (Results 1 – 6 of 6) sorted by relevance

/freebsd-14-stable/sbin/ipf/ipsend/
HDsnit.c153 if (ioctl(fd, I_FLUSH, FLUSHW) == -1)
HDsdlpi.c158 if (ioctl(fd, I_FLUSH, FLUSHW) == -1)
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
HDSparcISelLowering.h52 FLUSHW, // FLUSH register windows to stack. enumerator
HDSparcInstrInfo.td322 def flushw : SDNode<"SPISD::FLUSHW", SDTNone,
548 def FLUSHW : F3_1<0b10, 0b101011, (outs), (ins),
HDSparcISelLowering.cpp2032 case SPISD::FLUSHW: return "SPISD::FLUSHW"; in getTargetNodeName()
2837 SDValue Chain = DAG.getNode(SPISD::FLUSHW, in getFLUSHW()
/freebsd-14-stable/crypto/heimdal/appl/telnet/telnetd/
HDtelnetd.c1269 if (ibuf[1] & FLUSHW) in readstream()