/freebsd/contrib/netbsd-tests/lib/libc/sys/ |
H A D | t_sigqueue.c | 116 static int delivered[CNT]; variable 121 delivered[count++] = signo; in myhandler() 220 ATF_REQUIRE_MSG(ordered[i] == delivered[i], in ATF_TC_BODY() 222 i, ordered[i], delivered[i]); in ATF_TC_BODY()
|
/freebsd/usr.bin/netstat/ |
H A D | inet6.c | 1219 u_quad_t delivered; in rip6_stats() local 1243 delivered = rip6stat.rip6s_ipackets - in rip6_stats() 1248 if (delivered || sflag <= 1) in rip6_stats() 1250 (uintmax_t)delivered); in rip6_stats()
|
H A D | inet.c | 904 uint64_t delivered; in udp_stats() local 943 delivered = udpstat.udps_ipackets - in udp_stats() 950 if (delivered || sflag <= 1) in udp_stats() 952 (uint64_t)delivered); in udp_stats()
|
/freebsd/sys/contrib/device-tree/Bindings/leds/irled/ |
H A D | spi-ir-led.txt | 5 are delivered thourgh that.
|
/freebsd/sys/dev/sfxge/ |
H A D | sfxge_rx.h | 95 int delivered; member
|
H A D | sfxge_rx.c | 416 c->delivered = 1; in sfxge_lro_deliver() 657 c->delivered = 0; in sfxge_lro_new_conn() 780 if (!c->delivered && c->mbuf != NULL) in sfxge_lro_end_of_burst() 787 c->delivered = 0; in sfxge_lro_end_of_burst()
|
/freebsd/contrib/ntp/ntpsnmpd/ |
H A D | ntpv4-mib.mib | 331 "The total number of NTP messages delivered to the 345 "The total number of NTP messages delivered to the 359 "The total number of NTP messages that were delivered 374 "The total number of NTP messages that were delivered 616 "The total number of NTP messages delivered to the 630 "The total number of NTP messages delivered to the 645 "The total number of NTP messages that were delivered
|
/freebsd/tools/test/stress2/misc/ |
H A D | ptrace10.sh | 101 /* Force SIGHUP to be delivered to the new thread. */
|
/freebsd/sys/netinet6/ |
H A D | raw_ip6.c | 195 int delivered = 0, fib; in rip6_input() local 312 delivered++; in rip6_input() 316 if (delivered == 0) { in rip6_input()
|
/freebsd/contrib/sendmail/src/ |
H A D | TUNING | 74 background: incoming mail will be immediately delivered by a new process 75 interactive: incoming mail will be immediately delivered by the same process 76 queue: incoming mail will be queued and delivered by a queue runner later on 223 faster than it can be delivered; otherwise the system will be
|
/freebsd/crypto/openssl/external/perl/Text-Template-1.56/ |
H A D | Changes | 123 Program fragment at line 30 delivered error ``Illegal division by zero'' 127 Program fragment delivered error ``Illegal division by zero at catalog.tmpl line 37'' 136 Program fragment at line 30 delivered error ``Illegal division by zero'' 140 Program fragment delivered error ``Illegal division by zero at catalog.tmpl line 37''
|
H A D | README | 55 delivered better functionality and was almost 100% backward-compatible
|
/freebsd/sys/contrib/device-tree/src/arm/marvell/ |
H A D | armada-xp-crs326-24g-2s.dtsi | 14 * boards were delivered with an older version of the bootloader that
|
H A D | armada-xp-crs305-1g-4s.dtsi | 14 * boards were delivered with an older version of the bootloader that
|
H A D | armada-xp-crs328-4c-20s-4s.dtsi | 14 * boards were delivered with an older version of the bootloader that
|
H A D | armada-xp-db-xc3-24g4xg.dts | 13 * boards were delivered with an older version of the bootloader that
|
H A D | armada-xp-db-dxbc2.dts | 13 * boards were delivered with an older version of the bootloader that
|
H A D | armada-xp-db.dts | 17 * boards were delivered with an older version of the bootloader that
|
H A D | armada-370-rd.dts | 14 * boards were delivered with an older version of the bootloader that
|
H A D | armada-370-db.dts | 16 * boards were delivered with an older version of the bootloader that
|
H A D | armada-xp-gp.dts | 16 * boards were delivered with an older version of the bootloader that
|
/freebsd/contrib/libpcap/doc/ |
H A D | README.haiku.md | 19 * `ps_recv` is the number of packets successfully delivered by the kernel,
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_SESSION_get_time.pod | 28 compatible to the time delivered by the time() call.
|
/freebsd/sys/netinet/tcp_stacks/ |
H A D | bbr.c | 1859 l->delivered = bbr->r_ctl.rc_delivered; in bbr_fill_in_logging_data() 2411 log.u_bbr.delivered = diag->p_prev_slot; in bbr_log_hpts_diag() 3106 uint64_t del_time, bw, lost, delivered; in bbr_lt_bw_sampling() local 3154 delivered = bbr->r_ctl.rc_delivered - bbr->r_ctl.rc_lt_del; in bbr_lt_bw_sampling() 3155 if ((delivered == 0) || in bbr_lt_bw_sampling() 3156 (((lost * 1000)/delivered) < bbr_lt_fd_thresh)) { in bbr_lt_bw_sampling() 3158 bbr_log_type_ltbw(bbr, cts, 7, lost, delivered, 0, 0); in bbr_lt_bw_sampling() 3161 bbr_log_type_ltbw(bbr, cts, 8, lost, delivered, 0, 0); in bbr_lt_bw_sampling() 3232 delivered = bbr->r_ctl.rc_delivered - bbr->r_ctl.rc_lt_del; in bbr_lt_bw_sampling() 3233 if ((delivered == 0) || in bbr_lt_bw_sampling() [all …]
|
/freebsd/contrib/ntp/libparse/ |
H A D | README | 74 The upper bit of x specifies that all samples delivered
|