| /NextBSD/sys/dev/firewire/ |
| HD | 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 …]
|
| HD | firewire.c | 190 int tcode; in fw_asyreq() local 201 tcode = fp->mode.common.tcode & 0xf; in fw_asyreq() 202 info = &fc->tcode[tcode]; in fw_asyreq() 204 printf("invalid tcode=%x\n", tcode); in fw_asyreq() 210 ((tcode != FWTCODE_RREQQ) || (fp->mode.rreqq.dest_hi != 0xffff) || in fw_asyreq() 235 len, xfer->send.pay_len, tcode_str[tcode], tcode); in fw_asyreq() 1013 fp->mode.hdr.tcode, fp->mode.hdr.pri, in fw_dump_hdr() 1055 fw_tl2xfer(struct firewire_comm *fc, int node, int tlabel, int tcode) in fw_tl2xfer() argument 1069 req = xfer->send.hdr.mode.hdr.tcode; in fw_tl2xfer() 1070 if (xfer->fc->tcode[req].valid_res != tcode) { in fw_tl2xfer() [all …]
|
| HD | fwohcireg.h | 351 tcode:4, 355 tcode:4, 367 tcode:4, 371 tcode:4, 385 tcode:4, 389 tcode:4,
|
| HD | fwdev.c | 298 tinfo = &xfer->fc->tcode[fp->mode.hdr.tcode]; in fw_read_async() 406 tinfo = &d->fc->tcode[pkt.mode.hdr.tcode]; in fw_write_async() 651 tinfo = &fc->tcode[fp->mode.hdr.tcode]; in fw_ioctl() 701 tinfo = &fc->tcode[xfer->recv.hdr.mode.hdr.tcode]; in fw_ioctl() 702 if (xfer->recv.hdr.mode.hdr.tcode == FWTCODE_RRESB || in fw_ioctl() 703 xfer->recv.hdr.mode.hdr.tcode == FWTCODE_LRES) { in fw_ioctl()
|
| HD | fwmem.c | 135 fp->mode.rreqq.tcode = FWTCODE_RREQQ; in fwmem_read_quad() 171 fp->mode.wreqq.tcode = FWTCODE_WREQQ; in fwmem_write_quad() 208 fp->mode.rreqb.tcode = FWTCODE_RREQB; in fwmem_read_block() 246 fp->mode.wreqb.tcode = FWTCODE_WREQB; in fwmem_write_block()
|
| HD | fwohci.c | 673 sc->fc.tcode = tinfo; 860 int tcode, hdr_len, pl_off; local 901 tcode = fp->mode.common.tcode; 904 info = &tinfo[tcode]; 913 if (tcode == FWTCODE_STREAM) { 916 } else if (tcode == FWTCODE_PHY) { 921 ohcifp->mode.common.tcode = FWOHCITCODE_PHY; 938 if (tcode == FWTCODE_WREQQ || tcode == FWTCODE_RRESQ) 2509 ohcifp->mode.stream.tcode = 0xa; 2649 switch (fp0->mode.common.tcode) { [all …]
|
| HD | if_fwip.c | 615 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()
|
| HD | firewirereg.h | 157 struct tcode_info *tcode; member
|
| HD | sbp.c | 1278 sbp_write_cmd(struct sbp_dev *sdev, int tcode, int offset) in sbp_write_cmd() argument 1313 if (tcode == FWTCODE_WREQB) in sbp_write_cmd() 1323 fp->mode.wreqq.tcode = tcode; in sbp_write_cmd() 1619 if (rfp->mode.wreqb.tcode != FWTCODE_WREQB) { in sbp_recv1() 1620 printf("sbp_recv: tcode = %d\n", rfp->mode.wreqb.tcode); in sbp_recv1() 1859 sfp->mode.wres.tcode = FWTCODE_WRES; in sbp_recv1()
|
| HD | sbp_targ.c | 1898 if (fp->mode.wreqb.tcode != FWTCODE_WREQB) { in sbp_targ_mgm() 1899 printf("%s: tcode = %d\n", __func__, fp->mode.wreqb.tcode); in sbp_targ_mgm() 1948 sfp->mode.wres.tcode = FWTCODE_WRES; in sbp_targ_recv()
|
| HD | if_fwe.c | 160 fwe->pkt_hdr.mode.stream.tcode = FWTCODE_STREAM; in fwe_attach()
|
| /NextBSD/contrib/gcc/ |
| HD | 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()
|
| HD | 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 …]
|
| HD | 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()
|
| HD | ChangeLog-1998 | 4378 `tcode' with ATTRIBUTE_UNUSED.
|
| /NextBSD/contrib/ntp/libparse/ |
| HD | 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()
|
| /NextBSD/usr.sbin/fwcontrol/ |
| HD | 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()
|
| HD | fwdv.c | 297 pkt->mode.stream.tcode = FWTCODE_STREAM; in dvsend()
|
| /NextBSD/contrib/gcc/cp/ |
| HD | 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 …]
|
| /NextBSD/crypto/openssh/ |
| HD | channels.c | 2432 u_int data_len, tcode; local 2452 tcode = packet_get_int(); 2455 tcode != SSH2_EXTENDED_DATA_STDERR) {
|
| /NextBSD/contrib/binutils/bfd/po/ |
| HD | bfd.pot | 3481 msgid "\tcode-base %08lx toc (loadable/actual) %08lx/%08lx\n"
|
| /NextBSD/contrib/binutils/gas/po/ |
| HD | gas.pot | 11345 "-v\"VERSION\"\t\tcode being assembled was produced by compiler \"VERSION\"\n"
|