Home
last modified time | relevance | path

Searched refs:tcode (Results 1 – 23 of 23) sorted by relevance

/freebsd-12.1/sys/dev/firewire/
H A Dfirewire.h146 COMMON_HDR(, , tcode, );
149 COMMON_HDR(len, chtag, tcode, sy);
153 COMMON_HDR(dst, tlrt, tcode, pri);
157 COMMON_HDR(dst, tlrt, tcode, pri);
162 COMMON_HDR(dst, tlrt, tcode, pri);
167 COMMON_HDR(dst, tlrt, tcode, pri);
173 COMMON_HDR(dst, tlrt, tcode, pri);
179 COMMON_HDR(dst, tlrt, tcode, pri);
185 COMMON_HDR(dst, tlrt, tcode, pri);
191 COMMON_HDR(dst, tlrt, tcode, pri);
[all …]
H A Dfirewire.c192 int tcode; in fw_asyreq() local
203 tcode = fp->mode.common.tcode & 0xf; in fw_asyreq()
204 info = &fc->tcode[tcode]; in fw_asyreq()
237 len, xfer->send.pay_len, tcode_str[tcode], tcode); in fw_asyreq()
1072 if (xfer->fc->tcode[req].valid_res != tcode) { in fw_tl2xfer()
1858 tinfo = &rb->fc->tcode[pkt->mode.hdr.tcode]; in fw_rcv_copy()
1909 int tcode; in fw_rcv() local
1925 tcode = fp->mode.common.tcode; in fw_rcv()
1926 switch (tcode) { in fw_rcv()
1937 tcode_str[tcode], tcode, in fw_rcv()
[all …]
H A Dfwohcireg.h355 tcode:4,
359 tcode:4,
371 tcode:4,
375 tcode:4,
389 tcode:4,
393 tcode:4,
H A Dfwdev.c295 tinfo = &xfer->fc->tcode[fp->mode.hdr.tcode]; in fw_read_async()
403 tinfo = &d->fc->tcode[pkt.mode.hdr.tcode]; in fw_write_async()
648 tinfo = &fc->tcode[fp->mode.hdr.tcode]; in fw_ioctl()
698 tinfo = &fc->tcode[xfer->recv.hdr.mode.hdr.tcode]; in fw_ioctl()
699 if (xfer->recv.hdr.mode.hdr.tcode == FWTCODE_RRESB || in fw_ioctl()
700 xfer->recv.hdr.mode.hdr.tcode == FWTCODE_LRES) { in fw_ioctl()
H A Dfwmem.c137 fp->mode.rreqq.tcode = FWTCODE_RREQQ; in fwmem_read_quad()
173 fp->mode.wreqq.tcode = FWTCODE_WREQQ; in fwmem_write_quad()
210 fp->mode.rreqb.tcode = FWTCODE_RREQB; in fwmem_read_block()
248 fp->mode.wreqb.tcode = FWTCODE_WREQB; in fwmem_write_block()
H A Dfwohci.c675 sc->fc.tcode = tinfo;
862 int tcode, hdr_len, pl_off; local
903 tcode = fp->mode.common.tcode;
906 info = &tinfo[tcode];
915 if (tcode == FWTCODE_STREAM) {
918 } else if (tcode == FWTCODE_PHY) {
940 if (tcode == FWTCODE_WREQQ || tcode == FWTCODE_RRESQ)
2517 ohcifp->mode.stream.tcode = 0xa;
2657 switch (fp0->mode.common.tcode) {
2703 fp->mode.common.tcode);
[all …]
H A Dif_fwip.c615 fp->mode.stream.tcode = FWTCODE_STREAM; in fwip_async_output()
649 fwip->last_hdr.mode.wreqb.tcode = FWTCODE_WREQB; in fwip_async_output()
857 if (fp->mode.wreqb.tcode != FWTCODE_WREQB) { in fwip_unicast_input()
H A Dfirewirereg.h159 struct tcode_info *tcode; member
H A Dsbp.c1299 sbp_write_cmd(struct sbp_dev *sdev, int tcode, int offset) in sbp_write_cmd() argument
1334 if (tcode == FWTCODE_WREQB) in sbp_write_cmd()
1344 fp->mode.wreqq.tcode = tcode; in sbp_write_cmd()
1640 if (rfp->mode.wreqb.tcode != FWTCODE_WREQB) { in sbp_recv1()
1641 printf("sbp_recv: tcode = %d\n", rfp->mode.wreqb.tcode); in sbp_recv1()
1880 sfp->mode.wres.tcode = FWTCODE_WRES; in sbp_recv1()
H A Dsbp_targ.c1889 if (fp->mode.wreqb.tcode != FWTCODE_WREQB) { in sbp_targ_mgm()
1890 printf("%s: tcode = %d\n", __func__, fp->mode.wreqb.tcode); in sbp_targ_mgm()
1939 sfp->mode.wres.tcode = FWTCODE_WRES; in sbp_targ_recv()
H A Dif_fwe.c162 fwe->pkt_hdr.mode.stream.tcode = FWTCODE_STREAM; in fwe_attach()
/freebsd-12.1/contrib/gcc/
H A Dexplow.c1521 enum tree_code tcode; in rtx_to_tree_code() local
1526 tcode = PLUS_EXPR; in rtx_to_tree_code()
1529 tcode = MINUS_EXPR; in rtx_to_tree_code()
1532 tcode = MULT_EXPR; in rtx_to_tree_code()
1535 tcode = RDIV_EXPR; in rtx_to_tree_code()
1538 tcode = MIN_EXPR; in rtx_to_tree_code()
1541 tcode = MAX_EXPR; in rtx_to_tree_code()
1544 tcode = LAST_AND_UNUSED_TREE_CODE; in rtx_to_tree_code()
1547 return ((int) tcode); in rtx_to_tree_code()
H A Dfold-const.c5587 enum tree_code tcode = TREE_CODE (t); in extract_muldiv_1() local
5592 int same_p = tcode == code; in extract_muldiv_1()
5600 if (TREE_CODE_CLASS (tcode) == tcc_unary) in extract_muldiv_1()
5603 if (TREE_CODE_CLASS (tcode) == tcc_binary) in extract_muldiv_1()
5608 switch (tcode) in extract_muldiv_1()
5694 tcode = (tcode == MIN_EXPR ? MAX_EXPR : MIN_EXPR); in extract_muldiv_1()
5749 if (tcode == MINUS_EXPR) in extract_muldiv_1()
5750 tcode = PLUS_EXPR, op1 = negate_expr (op1); in extract_muldiv_1()
5801 return fold_build2 (tcode, ctype, in extract_muldiv_1()
5840 if (tcode == code in extract_muldiv_1()
[all …]
H A Doptabs.c5573 rtx op2 ATTRIBUTE_UNUSED, rtx tcode ATTRIBUTE_UNUSED) in gen_cond_trap()
5601 insn = gen_conditional_trap (trap_rtx, tcode); in gen_cond_trap()
5616 get_rtx_code (enum tree_code tcode, bool unsignedp) in get_rtx_code() argument
5619 switch (tcode) in get_rtx_code()
H A DChangeLog-19984378 `tcode' with ATTRIBUTE_UNUSED.
/freebsd-12.1/contrib/ntp/libparse/
H A Dclk_rawdcf.c111 time_t tcode; /* last converted time code */ member
557 if ((newtime - t->tcode) <= 600) /* require a successful telegram within last 10 minutes */ in cvt_rawdcf()
567 t->tcode = newtime; in cvt_rawdcf()
/freebsd-12.1/usr.sbin/fwcontrol/
H A Dfwcontrol.c224 asyreq->pkt.mode.rreqq.tcode = FWTCODE_RREQQ; in read_write_quad()
226 asyreq->pkt.mode.rreqq.tcode = FWTCODE_WREQQ; in read_write_quad()
273 asyreq->pkt.mode.common.tcode = FWTCODE_PHY; in send_phy_config()
298 asyreq->pkt.mode.common.tcode = FWTCODE_PHY; in link_on()
319 asyreq->pkt.mode.wreqq.tcode = FWTCODE_WREQQ; in reset_start()
H A Dfwdv.c299 pkt->mode.stream.tcode = FWTCODE_STREAM; in dvsend()
/freebsd-12.1/contrib/gcc/cp/
H A Dcall.c591 enum tree_code fcode, tcode; in standard_conversion() local
614 tcode = TREE_CODE (to); in standard_conversion()
639 if (tcode == COMPLEX_TYPE && fcode == COMPLEX_TYPE) in standard_conversion()
662 if ((tcode == POINTER_TYPE || tcode == BLOCK_POINTER_TYPE || TYPE_PTR_TO_MEMBER_P (to)) in standard_conversion()
666 || (tcode == POINTER_TYPE && fcode == INTEGER_TYPE)) in standard_conversion()
686 if (tcode == POINTER_TYPE in standard_conversion()
751 if (tcode == POINTER_TYPE) in standard_conversion()
806 else if (tcode == BOOLEAN_TYPE) in standard_conversion()
832 else if (tcode == INTEGER_TYPE || tcode == BOOLEAN_TYPE in standard_conversion()
833 || tcode == REAL_TYPE) in standard_conversion()
[all …]
/freebsd-12.1/contrib/sendmail/src/
H A Dmilter.c1420 int tcode; local
1448 tcode = -1;
1454 tcode = SMFTO_CONNECT;
1458 tcode = SMFTO_WRITE;
1462 tcode = SMFTO_READ;
1466 tcode = SMFTO_EOM;
1477 if (tcode >= 0)
1479 m->mf_timeout[tcode] = convtime(p, 's');
1483 (u_long) m->mf_timeout[tcode]);
/freebsd-12.1/crypto/openssh/
H A Dchannels.c3012 u_int32_t tcode; local
3031 if ((r = sshpkt_get_u32(ssh, &tcode)) != 0) {
3037 tcode != SSH2_EXTENDED_DATA_STDERR) {
/freebsd-12.1/contrib/binutils/bfd/po/
H A Dbfd.pot3481 msgid "\tcode-base %08lx toc (loadable/actual) %08lx/%08lx\n"
/freebsd-12.1/contrib/binutils/gas/po/
H A Dgas.pot11345 "-v\"VERSION\"\t\tcode being assembled was produced by compiler \"VERSION\"\n"