/freebsd/include/rpcsvc/ |
H A D | rquota.x | 15 unsigned int rq_btimeleft; /* time left for excessive disk use */ 16 unsigned int rq_ftimeleft; /* time left for excessive files */ 57 unsigned int rq_btimeleft; /* time left for excessive disk use */ 58 unsigned int rq_ftimeleft; /* time left for excessive files */
|
/freebsd/share/man/man4/ |
H A D | ng_vlan_rotate.4 | 49 .Va excessive , 79 .Va excessive 81 .Va excessive 100 .Va excessive 132 .It Va excessive
|
/freebsd/sys/netgraph/ |
H A D | ng_vlan_rotate.c | 83 {"excessive", &ng_parse_uint64_type}, 149 counter_u64_t drops, excessive, incomplete; member 177 vrp->stats.excessive = counter_u64_alloc(M_WAITOK); in ng_vlanrotate_constructor() 272 p->excessive = counter_u64_fetch(vrp->stats.excessive); in ng_vlanrotate_rcvmsg() 284 counter_u64_zero(vrp->stats.excessive); in ng_vlanrotate_rcvmsg() 426 counter_u64_add(vrp->stats.excessive, 1); in ng_vlanrotate_rcvdata() 474 counter_u64_free(vrp->stats.excessive); in ng_vlanrotate_shutdown()
|
H A D | ng_vlan_rotate.h | 39 #define NG_VLANROTATE_HOOK_EXCESSIVE "excessive" 52 uint64_t drops, excessive, incomplete; member
|
/freebsd/sys/ufs/ufs/ |
H A D | quota.h | 106 int32_t dqb_btime; /* time limit for excessive disk use */ 107 int32_t dqb_itime; /* time limit for excessive files */ 117 int64_t dqb_btime; /* time limit for excessive disk use */ 118 int64_t dqb_itime; /* time limit for excessive files */
|
/freebsd/contrib/googletest/googlemock/test/ |
H A D | gmock_output_test_.cc | 113 foo_.Bar2(0, 1); // Excessive call in TEST_F() 120 foo_.Bar3(0, 1); // Excessive call in TEST_F() 218 foo_.Bar2(2, 2); // Excessive call, takes default action #1. in TEST_F() 220 foo_.Bar2(1, 1); // Excessive call, takes default action #2. in TEST_F()
|
H A D | gmock_stress_test.cc | 100 // It was an excessive call. in Helper1() 121 // excessive calls, and 2*kRepeat failures about unexpected calls. in TestConcurrentCallsOnSameObject()
|
/freebsd/tools/tools/npe/npestats/ |
H A D | npestats.c | 83 { 5, "excessive", "excessive", "excessive collisions" },
|
/freebsd/sys/dev/qat/qat_common/ |
H A D | adf_clock.c | 92 "Excessive clock measure delay\n"); in measure_clock() 117 "Excessive clock measure delay\n"); in measure_clock()
|
/freebsd/usr.sbin/pmcstudy/ |
H A D | pmcstudy.c | 261 mythresh = "look for a excessive value"; in explain_name_sb() 264 mythresh = "look for a excessive value"; in explain_name_sb() 267 mythresh = "look for a excessive value"; in explain_name_sb() 353 mythresh = "look for a excessive value"; in explain_name_ib() 356 mythresh = "look for a excessive value"; in explain_name_ib() 359 mythresh = "look for a excessive value"; in explain_name_ib() 432 mythresh = "look for a excessive value"; in explain_name_has() 435 mythresh = "look for a excessive value"; in explain_name_has() 438 mythresh = "look for a excessive value"; in explain_name_has() 1684 /*16*/ { "fpassist", "look for a excessive value", [all …]
|
/freebsd/sys/dev/tsec/ |
H A D | if_tsecreg.h | 147 #define TSEC_REG_MON_TEDF 0x6f8 /* Transmit excessive deferral packet 155 #define TSEC_REG_MON_TXCL 0x708 /* Transmit excessive collision packet 247 #define TSEC_IEVENT_CRL 0x00020000 /* Collision retry limit/excessive 268 #define TSEC_IMASK_CRLEN 0x00020000 /* Collision retry limit/excessive defer */
|
/freebsd/contrib/mandoc/ |
H A D | test-PATH_MAX.c | 8 * <limits.h>, overriding an excessive value of PATH_MAX from
|
H A D | mandoc_msg.c | 195 "ignoring excessive spacing in tbl layout", 231 "excessive shift",
|
H A D | catman.8 | 93 missing, invalid, or excessive command line arguments
|
/freebsd/tools/test/stress2/tools/ |
H A D | setup.sh | 34 excessive Test that ran for more than 30 minutes
|
H A D | ministat.sh | 30 # Report excessive runtime using /tmp/stress2.d/elapsed
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/Solaris/sys/ |
H A D | regset.h | 9 * This file works around excessive name space pollution from the system header
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zdb/ |
H A D | zdb_block_size_histogram.ksh | 85 # excessive file creation time. 182 # excessive file creation time.
|
/freebsd/contrib/ntp/include/ |
H A D | ntp_calendar.h | 197 * excessive years that must be considered when converting the years, 283 * a 'struct calendar'. Return excessive days. 297 * a 'struct tm'. Return excessive days.
|
/freebsd/contrib/jemalloc/include/jemalloc/internal/ |
H A D | prof_inlines_a.h | 51 * Cancel out as much of the excessive prof_accumbytes increase as in prof_accum_cancel()
|
/freebsd/lib/libc/quad/ |
H A D | floatdisf.c | 63 * Using double here may be excessive paranoia. in __floatdisf()
|
/freebsd/libexec/bootpd/ |
H A D | Problems | 20 Excessive startup time is usually caused by waiting for
|
/freebsd/usr.bin/primes/ |
H A D | primes.h | 63 * To avoid excessive sieves for small factors, we use the table below to
|
/freebsd/sys/dev/smc/ |
H A D | if_smcreg.h | 62 #define EPHSR_EXC_DEF 0x0800 /* Excessive deferral */ 86 #define ECR_EXC_DEF_MASK 0xf000 /* Excessive deferrals */
|
/freebsd/tools/test/stress2/misc/ |
H A D | all.sh | 42 allexcess=$sdir/excessive # Tests with excessive runtime
|