Home
last modified time | relevance | path

Searched refs:RETRY (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/tcsh/
H A Ded.term.c568 #define RETRY(x) \ macro
695 RETRY(tcgetattr(fd, &td->d_t)); in tty_getty()
698 RETRY(ioctl(fd, TCGETA, (ioctl_t) &td->d_t)); in tty_getty()
701 RETRY(ioctl(fd, TIOCGETP, (ioctl_t) &td->d_t)); in tty_getty()
704 RETRY(ioctl(fd, TIOCGETC, (ioctl_t) &td->d_tc)); in tty_getty()
707 RETRY(ioctl(fd, TIOCGPAGE, (ioctl_t) &td->d_pc)); in tty_getty()
710 RETRY(ioctl(fd, TIOCLGET, (ioctl_t) &td->d_lb)); in tty_getty()
716 RETRY(ioctl(fd, TIOCGLTC, (ioctl_t) &td->d_ltc)); in tty_getty()
726 RETRY(xtcsetattr(fd, TCSADRAIN, &td->d_t)); in tty_setty()
729 RETRY(ioctl(fd, TCSETAW, (ioctl_t) &td->d_t)); in tty_setty()
[all …]
/freebsd/sys/contrib/dev/athk/ath11k/
H A Ddebugfs_sta.c39 STATS_OP_FMT(RETRY).he[0][mcs] += peer_stats->retry_bytes; in ath11k_debugfs_sta_add_tx_stats()
40 STATS_OP_FMT(RETRY).he[1][mcs] += peer_stats->retry_pkts; in ath11k_debugfs_sta_add_tx_stats()
46 STATS_OP_FMT(RETRY).vht[0][mcs] += peer_stats->retry_bytes; in ath11k_debugfs_sta_add_tx_stats()
47 STATS_OP_FMT(RETRY).vht[1][mcs] += peer_stats->retry_pkts; in ath11k_debugfs_sta_add_tx_stats()
53 STATS_OP_FMT(RETRY).ht[0][mcs] += peer_stats->retry_bytes; in ath11k_debugfs_sta_add_tx_stats()
54 STATS_OP_FMT(RETRY).ht[1][mcs] += peer_stats->retry_pkts; in ath11k_debugfs_sta_add_tx_stats()
62 STATS_OP_FMT(RETRY).legacy[0][mcs] += peer_stats->retry_bytes; in ath11k_debugfs_sta_add_tx_stats()
63 STATS_OP_FMT(RETRY).legacy[1][mcs] += peer_stats->retry_pkts; in ath11k_debugfs_sta_add_tx_stats()
117 STATS_OP_FMT(RETRY).bw[0][bw] += peer_stats->retry_bytes; in ath11k_debugfs_sta_add_tx_stats()
118 STATS_OP_FMT(RETRY).nss[0][nss] += peer_stats->retry_bytes; in ath11k_debugfs_sta_add_tx_stats()
[all …]
/freebsd/contrib/ntp/scripts/monitoring/
H A Dntptrap270 delete $RETRY{pack("a4SC",$from,$associd,$op)} unless $op == 7;
328 $RETRY{$tag} = 0 if (!defined($RETRY{$tag}));
330 if (++$RETRY{$tag} > $MAX_TRY)
/freebsd/contrib/ntp/include/
H A Dicom.h11 #define RETRY 3 /* max packet retries */ macro
/freebsd/sbin/dhclient/
H A Ddhctoken.h100 #define RETRY 302 macro
H A Dconflex.c466 return (RETRY); in intern()
H A Dclparse.c257 case RETRY: in parse_client_statement()
/freebsd/usr.sbin/dconschat/
H A Ddconschat.c74 #define RETRY 3 macro
439 static int retry = RETRY; in dconschat_get_ptr()
460 retry = RETRY; in dconschat_get_ptr()
475 int retry = RETRY; in dconschat_read_dcons()
555 int retry = RETRY; in dconschat_write_dcons()
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dhtt_rx.c3841 STATS_OP_FMT(RETRY).vht[0][mcs] += pstats->retry_bytes; in ath10k_accumulate_per_peer_tx_stats()
3842 STATS_OP_FMT(RETRY).vht[1][mcs] += pstats->retry_pkts; in ath10k_accumulate_per_peer_tx_stats()
3848 STATS_OP_FMT(RETRY).ht[0][ht_idx] += pstats->retry_bytes; in ath10k_accumulate_per_peer_tx_stats()
3849 STATS_OP_FMT(RETRY).ht[1][ht_idx] += pstats->retry_pkts; in ath10k_accumulate_per_peer_tx_stats()
3857 STATS_OP_FMT(RETRY).legacy[0][mcs] += pstats->retry_bytes; in ath10k_accumulate_per_peer_tx_stats()
3858 STATS_OP_FMT(RETRY).legacy[1][mcs] += pstats->retry_pkts; in ath10k_accumulate_per_peer_tx_stats()
3912 STATS_OP_FMT(RETRY).bw[0][bw] += pstats->retry_bytes; in ath10k_accumulate_per_peer_tx_stats()
3913 STATS_OP_FMT(RETRY).nss[0][nss - 1] += pstats->retry_bytes; in ath10k_accumulate_per_peer_tx_stats()
3914 STATS_OP_FMT(RETRY).gi[0][gi] += pstats->retry_bytes; in ath10k_accumulate_per_peer_tx_stats()
3916 STATS_OP_FMT(RETRY).bw[1][bw] += pstats->retry_pkts; in ath10k_accumulate_per_peer_tx_stats()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.td1761 // Section A.11 - DONE and RETRY
1768 def RETRY : F3_1<2, 0b111110, (outs), (ins), "retry", []>;