Searched refs:dead (Results 26 - 34 of 34) sorted by relevance

12

/freebsd-10-stable/contrib/gcc/config/ia64/
H A Dia64.c1159 ia64_split_tmode (rtx out[2], rtx in, bool reversed, bool dead)
1216 (in, DImode, dead ? 0 : gen_rtx_POST_DEC (Pmode, base), 8);
1230 gcc_assert (!reversed && !dead);
1238 gcc_assert (!reversed && !dead);
1251 gcc_assert (!reversed && !dead);
1318 bool dead = false;
1335 dead = true;
1344 fixup[0] = ia64_split_tmode (in, operands[1], reversed, dead);
1345 fixup[1] = ia64_split_tmode (out, operands[0], reversed, dead);
2030 whether ADDR is dead afte
1154 ia64_split_tmode(rtx out[2], rtx in, bool reversed, bool dead) argument
1313 bool dead = false; local
[all...]
/freebsd-10-stable/sys/netgraph/
H A Dng_ppp.c1734 /* Scan for "dead" fragments and remove them */
1736 int dead = 0; local
1751 dead = 1;
1755 if (!dead)
1848 /* Delete dead fragments and try again */
/freebsd-10-stable/sys/dev/isp/
H A Disp_freebsd.h116 dead : 1, member in struct:atio_private_data
H A Disp_freebsd.c1130 * Is this command a dead duck?
1132 if (atp->dead) {
1133 isp_prt(isp, ISP_LOGERR, "%s: [0x%x] not sending a CTIO for a dead command", __func__, cso->tag_id);
2456 * Now mark other ones dead as well.
2463 atp->dead = 1;
2537 * Try and make sure the command is really dead before
2563 * After this point, the command is really dead.
2622 * for devices that are marked dead but still have a virtual target assigned.
2730 isp_prt(isp, ISP_LOG_SANCFG|ISP_LOGDEBUG0, "Chan %d Loop is dead", chan);
2897 if (!atp->dead
[all...]
/freebsd-10-stable/crypto/openssh/contrib/redhat/
H A Dopenssh.spec570 - make initscript stop() function wait until sshd really dead to avoid
/freebsd-10-stable/crypto/openssl/ssl/
H A Dssl_ciph.c224 int dead; member in struct:cipher_order_st
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExpr.cpp2658 const Expr *live = expr->getTrueExpr(), *dead = expr->getFalseExpr(); local
2659 if (!CondExprBool) std::swap(live, dead);
2661 if (!ContainsLabel(dead))
H A DCGExprScalar.cpp3050 // the condition and the dead arm.
3053 Expr *live = lhsExpr, *dead = rhsExpr; local
3054 if (!CondExprBool) std::swap(live, dead);
3056 // If the dead side doesn't have labels we need, just emit the Live part.
3057 if (!CGF.ContainsLabel(dead)) {
/freebsd-10-stable/sys/dev/firewire/
H A Dsbp.c1730 && sbp_status->dead == 0);
1737 "%s:%s ORB status src:%x resp:%x dead:%x"
1744 sbp_status->src, sbp_status->resp, sbp_status->dead,
1774 /* we have to reset the fetch agent if it's dead */
1775 if (sbp_status->dead) {

Completed in 125 milliseconds

12