| /freebsd-14.2/contrib/kyua/engine/ |
| H A D | atf_result.cpp | 140 return atf_result(atf_result::broken, reason); in parse_with_reason() 393 case atf_result::broken: in good() 431 case atf_result::broken: in apply() 458 return atf_result(atf_result::broken, "Expected failure should " in apply() 476 return atf_result(atf_result::broken, "Expected signal but " + in apply() 480 return atf_result(atf_result::broken, "Expected timeout but " + in apply() 519 case atf_result::broken: in externalize() 581 case atf_result::broken: result_name = "broken"; break; in operator <<() 624 atf_result result(atf_result::broken, "Unknown result"); in calculate_atf_result() 628 result = atf_result(atf_result::broken, error.what()); in calculate_atf_result() [all …]
|
| H A D | atf_result_test.cpp | 161 engine::atf_result::broken, none, "a b c", 164 engine::atf_result::broken, none, " ", 350 engine::atf_result(engine::atf_result::broken, in ATF_TEST_CASE_BODY() 376 engine::atf_result(engine::atf_result::broken, in ATF_TEST_CASE_BODY() 381 engine::atf_result(engine::atf_result::broken, in ATF_TEST_CASE_BODY() 386 engine::atf_result(engine::atf_result::broken, in ATF_TEST_CASE_BODY() 432 engine::atf_result(engine::atf_result::broken, in ATF_TEST_CASE_BODY() 454 engine::atf_result(engine::atf_result::broken, in ATF_TEST_CASE_BODY() 478 engine::atf_result(engine::atf_result::broken, in ATF_TEST_CASE_BODY() 483 engine::atf_result(engine::atf_result::broken, in ATF_TEST_CASE_BODY() [all …]
|
| /freebsd-14.2/contrib/kyua/integration/ |
| H A D | cmd_report_test.sh | 69 Test cases: 2 total, 1 skipped, 0 expected failures, 0 broken, 0 failed 81 Test cases: 2 total, 1 skipped, 0 expected failures, 0 broken, 0 failed 126 Test cases: 2 total, 1 skipped, 0 expected failures, 0 broken, 0 failed 155 Test cases: 1 total, 1 skipped, 0 expected failures, 0 broken, 0 failed 174 Test cases: 1 total, 0 skipped, 0 expected failures, 0 broken, 0 failed 184 Test cases: 1 total, 0 skipped, 0 expected failures, 0 broken, 0 failed 203 Test cases: 1 total, 1 skipped, 0 expected failures, 0 broken, 0 failed 275 Test cases: 2 total, 1 skipped, 0 expected failures, 0 broken, 0 failed 298 Test cases: 2 total, 1 skipped, 0 expected failures, 0 broken, 0 failed 316 Test cases: 2 total, 1 skipped, 0 expected failures, 0 broken, 0 failed [all …]
|
| H A D | cmd_test_test.sh | 47 1/2 passed (0 broken, 0 failed, 1 skipped) 72 1/2 passed (0 broken, 1 failed, 0 skipped) 105 3/7 passed (0 broken, 0 failed, 4 skipped) 141 3/7 passed (0 broken, 3 failed, 1 skipped) 175 5/5 passed (0 broken, 0 failed, 0 skipped) 206 1/6 passed (0 broken, 5 failed, 0 skipped) 234 1/3 passed (2 broken, 0 failed, 0 skipped) 273 2/4 passed (0 broken, 1 failed, 1 skipped) 305 1/2 passed (0 broken, 0 failed, 1 skipped) 331 0/1 passed (0 broken, 0 failed, 1 skipped) [all …]
|
| /freebsd-14.2/sys/geom/vinum/ |
| H A D | geom_vinum_raid5.c | 258 struct gv_sd *broken, *s; in gv_raid5_rebuild() local 269 broken = NULL; in gv_raid5_rebuild() 272 broken = s; in gv_raid5_rebuild() 276 if (broken == NULL) in gv_raid5_rebuild() 279 switch (broken->state) { in gv_raid5_rebuild() 290 broken->flags |= GV_SD_CANGOUP; in gv_raid5_rebuild() 310 if (s == broken) in gv_raid5_rebuild() 361 original = parity = broken = NULL; in gv_raid5_request() 390 broken = s; in gv_raid5_request() 440 if (s == broken) in gv_raid5_request() [all …]
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/ata/ |
| H A D | pata-arasan.txt | 21 - arasan,broken-udma: if present, UDMA mode is unusable 22 - arasan,broken-mwdma: if present, MWDMA mode is unusable 23 - arasan,broken-pio: if present, PIO mode is unusable 25 required unless both UDMA and MWDMA mode are broken
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/net/ |
| H A D | ethernet-phy.yaml | 89 broken-turn-around: 111 eee-broken-100tx: 115 broken and request the ethernet to stop advertising it. 117 eee-broken-1000t: 121 broken and request the ethernet to stop advertising it. 123 eee-broken-10gt: 127 broken and request the ethernet to stop advertising it. 129 eee-broken-1000kx: 133 broken and request the ethernet to stop advertising it. 135 eee-broken-10gkx4: [all …]
|
| H A D | maxlinear,gpy2xx.yaml | 17 maxlinear,use-broken-interrupts: 19 Interrupts are broken on some GPY2xx PHYs in that they keep the 30 maxlinear,use-broken-interrupts: [ interrupts ] 43 maxlinear,use-broken-interrupts;
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/mmc/ |
| H A D | mmc-card.txt | 13 -broken-hpi : Use this to indicate that the mmc-card has a broken hpi 28 broken-hpi;
|
| H A D | mmc-card.yaml | 23 broken-hpi: 26 Use this to indicate that the mmc-card has a broken hpi 44 broken-hpi;
|
| /freebsd-14.2/sys/contrib/device-tree/src/arm64/allwinner/ |
| H A D | sun50i-a64-pine64-lts.dts | 24 broken-cd; /* card detect is broken on *some* boards */
|
| /freebsd-14.2/contrib/kyua/model/ |
| H A D | test_result_test.cpp | 81 broken, 107 GOOD_TEST(broken, false, model::test_result_broken); 115 broken,
|
| /freebsd-14.2/tools/regression/poll/ |
| H A D | Readme | 11 about at least when it was broken. I thought that I fixed it 13 were very broken in Net/2 and maybe in 4.4BSD-Lite*).
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/usb/ |
| H A D | usb-xhci.yaml | 24 quirk-broken-port-ped: 25 description: Set if the controller has broken port disable mechanism
|
| H A D | usb-xhci.txt | 28 - quirk-broken-port-ped: set if the controller has broken port disable mechanism
|
| /freebsd-14.2/sys/contrib/device-tree/src/arm64/freescale/ |
| H A D | fsl-ls1028a-kontron-sl28-var4.dts | 24 eee-broken-1000t; 25 eee-broken-100tx;
|
| H A D | fsl-ls1028a-kontron-sl28-var2.dts | 23 eee-broken-1000t; 24 eee-broken-100tx;
|
| H A D | fsl-ls1028a-kontron-sl28-var1.dts | 30 eee-broken-1000t; 31 eee-broken-100tx;
|
| /freebsd-14.2/tools/test/stress2/misc/ |
| H A D | syscall5.sh | 65 broken=" 93 echo "$broken" | grep -qw "$name" ||
|
| /freebsd-14.2/lib/libc/softfloat/bits32/ |
| H A D | softfloat-macros | 64 than 64, the result will be 0. The result is broken into two 32-bit pieces 100 nonzero. The result is broken into two 32-bit pieces which are stored at 140 at most 64 nonzero bits; these are broken into two 32-bit pieces which are 211 of `count' must be less than 32. The result is broken into two 32-bit 230 The value of `count' must be less than 32. The result is broken into three 267 any carry out is lost. The result is broken into two 32-bit pieces which 287 modulo 2^96, so any carry out is lost. The result is broken into three 326 2^64, so any borrow out (carry out) is lost. The result is broken into two 382 Multiplies `a' by `b' to obtain a 64-bit product. The product is broken 413 to obtain a 96-bit product. The product is broken into three 32-bit pieces [all …]
|
| /freebsd-14.2/usr.bin/stat/tests/ |
| H A D | stat_test.sh | 101 ln -s nonexistent broken-link 105 atf_check -o not-empty stat -q broken-link 106 atf_check -o not-empty stat -qL broken-link
|
| /freebsd-14.2/sys/contrib/device-tree/src/arm/ |
| H A D | stm32mp157a-iot-box.dts | 40 broken-cd; 57 /* Note: HW flow control is broken, hence using custom CTS/RTS gpios */
|
| /freebsd-14.2/sys/contrib/openzfs/rpm/redhat/ |
| H A D | zfs-dkms.spec.in | 88 # This is a workaround for a broken 'dkms status', we caused in a previous version. 92 echo "ERROR: dkms status is broken!" >&2 119 # But this also may help, if we have a broken 'dkms status'. 149 # If removing the modules failed, it might be because of the broken 'dkms status'. 152 echo "ERROR: dkms status is broken!" >&2
|
| /freebsd-14.2/sys/contrib/openzfs/rpm/generic/ |
| H A D | zfs-dkms.spec.in | 88 # This is a workaround for a broken 'dkms status', we caused in a previous version. 92 echo "ERROR: dkms status is broken!" >&2 119 # But this also may help, if we have a broken 'dkms status'. 149 # If removing the modules failed, it might be because of the broken 'dkms status'. 152 echo "ERROR: dkms status is broken!" >&2
|
| /freebsd-14.2/lib/libc/softfloat/bits64/ |
| H A D | softfloat-macros | 139 than 128, the result will be 0. The result is broken into two 64-bit pieces 175 nonzero. The result is broken into two 64-bit pieces which are stored at 215 at most 128 nonzero bits; these are broken into two 64-bit pieces which are 286 of `count' must be less than 64. The result is broken into two 64-bit 305 The value of `count' must be less than 64. The result is broken into three 342 any carry out is lost. The result is broken into two 64-bit pieces which 362 modulo 2^192, so any carry out is lost. The result is broken into three 421 result is broken into three 64-bit pieces which are stored at the locations 457 Multiplies `a' by `b' to obtain a 128-bit product. The product is broken 488 `b' to obtain a 192-bit product. The product is broken into three 64-bit [all …]
|