| /freebsd-14.2/sys/dev/firewire/ |
| H A 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 …]
|
| H A D | 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() 235 len, xfer->send.pay_len, tcode_str[tcode], tcode); in fw_asyreq() 1070 if (xfer->fc->tcode[req].valid_res != tcode) { in fw_tl2xfer() 1856 tinfo = &rb->fc->tcode[pkt->mode.hdr.tcode]; in fw_rcv_copy() 1907 int tcode; in fw_rcv() local 1924 tcode = fp->mode.common.tcode; in fw_rcv() 1925 switch (tcode) { in fw_rcv() 1936 tcode_str[tcode], tcode, in fw_rcv() [all …]
|
| H A D | fwohcireg.h | 352 tcode:4, 356 tcode:4, 368 tcode:4, 372 tcode:4, 386 tcode:4, 390 tcode:4,
|
| H A D | fwdev.c | 293 tinfo = &xfer->fc->tcode[fp->mode.hdr.tcode]; in fw_read_async() 401 tinfo = &d->fc->tcode[pkt.mode.hdr.tcode]; in fw_write_async() 646 tinfo = &fc->tcode[fp->mode.hdr.tcode]; in fw_ioctl() 696 tinfo = &fc->tcode[xfer->recv.hdr.mode.hdr.tcode]; in fw_ioctl() 697 if (xfer->recv.hdr.mode.hdr.tcode == FWTCODE_RRESB || in fw_ioctl() 698 xfer->recv.hdr.mode.hdr.tcode == FWTCODE_LRES) { in fw_ioctl()
|
| H A D | fwmem.c | 137 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 D | fwohci.c | 674 sc->fc.tcode = tinfo; 861 int tcode, hdr_len, pl_off; local 902 tcode = fp->mode.common.tcode; 905 info = &tinfo[tcode]; 914 if (tcode == FWTCODE_STREAM) { 917 } else if (tcode == FWTCODE_PHY) { 939 if (tcode == FWTCODE_WREQQ || tcode == FWTCODE_RRESQ) 2529 ohcifp->mode.stream.tcode = 0xa; 2670 switch (fp0->mode.common.tcode) { 2720 fp->mode.common.tcode); [all …]
|
| H A D | if_fwip.c | 608 fp->mode.stream.tcode = FWTCODE_STREAM; in fwip_async_output() 642 fwip->last_hdr.mode.wreqb.tcode = FWTCODE_WREQB; in fwip_async_output() 853 if (fp->mode.wreqb.tcode != FWTCODE_WREQB) { in fwip_unicast_input()
|
| H A D | firewirereg.h | 157 struct tcode_info *tcode; member
|
| H A D | sbp.c | 1291 sbp_write_cmd(struct sbp_dev *sdev, int tcode, int offset) in sbp_write_cmd() argument 1326 if (tcode == FWTCODE_WREQB) in sbp_write_cmd() 1336 fp->mode.wreqq.tcode = tcode; in sbp_write_cmd() 1632 if (rfp->mode.wreqb.tcode != FWTCODE_WREQB) { in sbp_recv1() 1633 printf("sbp_recv: tcode = %d\n", rfp->mode.wreqb.tcode); in sbp_recv1() 1872 sfp->mode.wres.tcode = FWTCODE_WRES; in sbp_recv1()
|
| H A D | sbp_targ.c | 1883 if (fp->mode.wreqb.tcode != FWTCODE_WREQB) { in sbp_targ_mgm() 1884 printf("%s: tcode = %d\n", __func__, fp->mode.wreqb.tcode); in sbp_targ_mgm() 1933 sfp->mode.wres.tcode = FWTCODE_WRES; in sbp_targ_recv()
|
| H A D | if_fwe.c | 160 fwe->pkt_hdr.mode.stream.tcode = FWTCODE_STREAM; in fwe_attach()
|
| /freebsd-14.2/contrib/ntp/libparse/ |
| H A D | clk_rawdcf.c | 111 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-14.2/usr.sbin/fwcontrol/ |
| H A D | fwcontrol.c | 223 asyreq->pkt.mode.rreqq.tcode = FWTCODE_RREQQ; in read_write_quad() 225 asyreq->pkt.mode.rreqq.tcode = FWTCODE_WREQQ; in read_write_quad() 272 asyreq->pkt.mode.common.tcode = FWTCODE_PHY; in send_phy_config() 297 asyreq->pkt.mode.common.tcode = FWTCODE_PHY; in link_on() 318 asyreq->pkt.mode.wreqq.tcode = FWTCODE_WREQQ; in reset_start()
|
| H A D | fwdv.c | 293 pkt->mode.stream.tcode = FWTCODE_STREAM; in dvsend()
|
| /freebsd-14.2/contrib/sendmail/src/ |
| H A D | milter.c | 1421 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-14.2/crypto/openssh/ |
| H A D | channels.c | 3478 u_int32_t tcode; in channel_input_extended_data() local 3497 if ((r = sshpkt_get_u32(ssh, &tcode)) != 0) { in channel_input_extended_data() 3503 tcode != SSH2_EXTENDED_DATA_STDERR) { in channel_input_extended_data()
|