| /freebsd-10-stable/sys/dev/firewire/ |
| D | firewire.h | 144 COMMON_HDR(, , tcode, ); 147 COMMON_HDR(len, chtag, tcode, sy); 151 COMMON_HDR(dst, tlrt, tcode, pri); 155 COMMON_HDR(dst, tlrt, tcode, pri); 160 COMMON_HDR(dst, tlrt, tcode, pri); 165 COMMON_HDR(dst, tlrt, tcode, pri); 171 COMMON_HDR(dst, tlrt, tcode, pri); 177 COMMON_HDR(dst, tlrt, tcode, pri); 183 COMMON_HDR(dst, tlrt, tcode, pri); 189 COMMON_HDR(dst, tlrt, tcode, pri); [all …]
|
| D | firewire.c | 207 int tcode; in fw_asyreq() local 217 tcode = fp->mode.common.tcode & 0xf; in fw_asyreq() 218 info = &fc->tcode[tcode]; in fw_asyreq() 220 printf("invalid tcode=%x\n", tcode); in fw_asyreq() 226 ((tcode != FWTCODE_RREQQ) || (fp->mode.rreqq.dest_hi != 0xffff) || in fw_asyreq() 251 len, xfer->send.pay_len, tcode_str[tcode], tcode); in fw_asyreq() 1036 fp->mode.hdr.tcode, fp->mode.hdr.pri, in fw_dump_hdr() 1083 fw_tl2xfer(struct firewire_comm *fc, int node, int tlabel, int tcode) in fw_tl2xfer() argument 1097 req = xfer->send.hdr.mode.hdr.tcode; in fw_tl2xfer() 1098 if (xfer->fc->tcode[req].valid_res != tcode) { in fw_tl2xfer() [all …]
|
| D | fwohcireg.h | 351 tcode:4, 355 tcode:4, 367 tcode:4, 371 tcode:4, 385 tcode:4, 389 tcode:4,
|
| D | fwdev.c | 324 tinfo = &xfer->fc->tcode[fp->mode.hdr.tcode]; in fw_read_async() 432 tinfo = &d->fc->tcode[pkt.mode.hdr.tcode]; in fw_write_async() 677 tinfo = &fc->tcode[fp->mode.hdr.tcode]; in fw_ioctl() 727 tinfo = &fc->tcode[xfer->recv.hdr.mode.hdr.tcode]; in fw_ioctl() 728 if (xfer->recv.hdr.mode.hdr.tcode == FWTCODE_RRESB || in fw_ioctl() 729 xfer->recv.hdr.mode.hdr.tcode == FWTCODE_LRES) { in fw_ioctl()
|
| D | fwmem.c | 145 fp->mode.rreqq.tcode = FWTCODE_RREQQ; in fwmem_read_quad() 181 fp->mode.wreqq.tcode = FWTCODE_WREQQ; in fwmem_write_quad() 218 fp->mode.rreqb.tcode = FWTCODE_RREQB; in fwmem_read_block() 256 fp->mode.wreqb.tcode = FWTCODE_WREQB; in fwmem_write_block()
|
| D | fwohci.c | 687 sc->fc.tcode = tinfo; 875 int tcode, hdr_len, pl_off; local 916 tcode = fp->mode.common.tcode; 919 info = &tinfo[tcode]; 928 if (tcode == FWTCODE_STREAM ){ 931 } else if (tcode == FWTCODE_PHY) { 936 ohcifp->mode.common.tcode = FWOHCITCODE_PHY; 953 if (tcode == FWTCODE_WREQQ || tcode == FWTCODE_RRESQ) 2545 ohcifp->mode.stream.tcode = 0xa; 2685 switch (fp0->mode.common.tcode) { [all …]
|
| D | if_fwip.c | 664 fp->mode.stream.tcode = FWTCODE_STREAM; in fwip_async_output() 698 fwip->last_hdr.mode.wreqb.tcode = FWTCODE_WREQB; in fwip_async_output() 906 if (fp->mode.wreqb.tcode != FWTCODE_WREQB) { in fwip_unicast_input()
|
| D | firewirereg.h | 167 struct tcode_info *tcode; member
|
| D | sbp.c | 1327 sbp_write_cmd(struct sbp_dev *sdev, int tcode, int offset) in sbp_write_cmd() argument 1362 if (tcode == FWTCODE_WREQB) in sbp_write_cmd() 1372 fp->mode.wreqq.tcode = tcode; in sbp_write_cmd() 1667 if(rfp->mode.wreqb.tcode != FWTCODE_WREQB){ in sbp_recv1() 1668 printf("sbp_recv: tcode = %d\n", rfp->mode.wreqb.tcode); in sbp_recv1() 1915 sfp->mode.wres.tcode = FWTCODE_WRES; in sbp_recv1()
|
| D | sbp_targ.c | 1902 if (fp->mode.wreqb.tcode != FWTCODE_WREQB){ in sbp_targ_mgm() 1903 printf("%s: tcode = %d\n", __func__, fp->mode.wreqb.tcode); in sbp_targ_mgm() 1952 sfp->mode.wres.tcode = FWTCODE_WRES; in sbp_targ_recv()
|
| D | if_fwe.c | 174 fwe->pkt_hdr.mode.stream.tcode = FWTCODE_STREAM; in fwe_attach()
|
| /freebsd-10-stable/contrib/gcc/ |
| D | explow.c | 1521 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()
|
| D | fold-const.c | 5587 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() 5665 t1 = fold_build1 (tcode, cstype, fold_convert (cstype, t1)); in extract_muldiv_1() 5677 return fold_build1 (tcode, ctype, fold_convert (ctype, t1)); in extract_muldiv_1() 5694 tcode = (tcode == MIN_EXPR ? MAX_EXPR : MIN_EXPR); in extract_muldiv_1() 5697 return fold_build2 (tcode, ctype, fold_convert (ctype, t1), in extract_muldiv_1() 5710 && (tcode == RSHIFT_EXPR || TYPE_UNSIGNED (TREE_TYPE (op0))) in extract_muldiv_1() [all …]
|
| D | optabs.c | 5573 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()
|
| D | ChangeLog-1998 | 4378 `tcode' with ATTRIBUTE_UNUSED.
|
| /freebsd-10-stable/contrib/ntp/libparse/ |
| D | clk_rawdcf.c | 111 time_t tcode; /* last converted time code */ member 502 if ((newtime - t->tcode) <= 600) /* require a successful telegram within last 10 minutes */ in cvt_rawdcf() 512 t->tcode = newtime; in cvt_rawdcf()
|
| /freebsd-10-stable/usr.sbin/fwcontrol/ |
| D | fwcontrol.c | 222 asyreq->pkt.mode.rreqq.tcode = FWTCODE_RREQQ; in read_write_quad() 224 asyreq->pkt.mode.rreqq.tcode = FWTCODE_WREQQ; in read_write_quad() 271 asyreq->pkt.mode.common.tcode = FWTCODE_PHY; in send_phy_config() 296 asyreq->pkt.mode.common.tcode = FWTCODE_PHY; in link_on() 317 asyreq->pkt.mode.wreqq.tcode = FWTCODE_WREQQ; in reset_start()
|
| D | fwdv.c | 297 pkt->mode.stream.tcode = FWTCODE_STREAM; in dvsend()
|
| /freebsd-10-stable/contrib/gcc/cp/ |
| D | call.c | 591 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() 665 else if ((tcode == INTEGER_TYPE && fcode == POINTER_TYPE) in standard_conversion() 666 || (tcode == POINTER_TYPE && fcode == INTEGER_TYPE)) in standard_conversion() 673 else if (tcode == ENUMERAL_TYPE && fcode == INTEGER_TYPE) in standard_conversion() 680 else if ((tcode == POINTER_TYPE && fcode == POINTER_TYPE) in standard_conversion() 686 if (tcode == POINTER_TYPE in standard_conversion() 751 if (tcode == POINTER_TYPE) in standard_conversion() [all …]
|
| /freebsd-10-stable/contrib/sendmail/src/ |
| D | milter.c | 1420 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-10-stable/crypto/openssh/ |
| D | channels.c | 2434 u_int data_len, tcode; local 2454 tcode = packet_get_int(); 2457 tcode != SSH2_EXTENDED_DATA_STDERR) {
|
| /freebsd-10-stable/contrib/binutils/bfd/po/ |
| D | bfd.pot | 3481 msgid "\tcode-base %08lx toc (loadable/actual) %08lx/%08lx\n"
|
| /freebsd-10-stable/contrib/binutils/gas/po/ |
| D | gas.pot | 11345 "-v\"VERSION\"\t\tcode being assembled was produced by compiler \"VERSION\"\n"
|