/freebsd/sys/kern/ |
H A D | genoffset.sh | 38 local last off x1 x2 x3 struct field type lastoff lasttype asserts 44 asserts= 60 asserts="${asserts}_SA(${struct}, ${field}, ${off});\n" 67 printf "${asserts}"
|
/freebsd/contrib/netbsd-tests/lib/libpthread_dbg/ |
H A D | t_threads.c | 51 "Asserts that td_thr_iter() call without extra logic works"); in ATF_TC_HEAD() 109 "Asserts that td_thr_iter() call is executed for each thread once"); in ATF_TC_HEAD() 176 "Asserts that for each td_thr_iter() call td_thr_info() is valid"); in ATF_TC_HEAD() 246 "Asserts that for each td_thr_iter() call td_thr_getname() is " in ATF_TC_HEAD() 323 "Asserts that td_thr_getname() handles shorter buffer parameter " in ATF_TC_HEAD() 404 "Asserts that pthread_t can be translated with td_map_pth2thr() " in ATF_TC_HEAD() 478 "Asserts that pthread_t can be translated with td_map_pth2thr() " in ATF_TC_HEAD() 552 "Asserts that pthread_t can be translated with td_map_pth2thr() " in ATF_TC_HEAD() 633 "Asserts that pthread_t can be translated with td_map_pth2thr() " in ATF_TC_HEAD()
|
H A D | t_dummy.c | 45 "Asserts that dummy lookup functions stop td_open() with failure"); in ATF_TC_HEAD() 69 "Asserts that td_open() for basic proc_{read,write,lookup} works"); in ATF_TC_HEAD() 96 "Asserts that calling twice td_open() for the same process fails"); in ATF_TC_HEAD()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | EpochTracker.h | 12 /// with asserts enabled. 30 /// asserts, this class is empty and does nothing. 53 /// When LLVM is built without asserts, this class is empty and does nothing.
|
H A D | Sequence.h | 122 // An integer type that asserts when: 127 // Integral constructor, asserts if Value cannot be represented as intmax_t. 138 // Enum constructor, asserts if Value cannot be represented as intmax_t. 164 // Convert to integral, asserts if Value cannot be represented as Integral. 173 // Convert to enum, asserts if Value cannot be represented as Enum's
|
/freebsd/share/man/man4/man4.arm/ |
H A D | devcfg.4 | 41 asserts the top-level PL reset signals, disables the PS-PL level shifters, 44 When the PL asserts the DONE signal, the devcfg driver will enable the level
|
/freebsd/contrib/bc/tests/ |
H A D | bcl.c | 230 // Check that no asserts fire in shifting. in main() 246 // Still checking asserts. in main() 250 // Still checking asserts. in main() 254 // Still checking asserts. in main()
|
/freebsd/contrib/llvm-project/libcxx/include/__configuration/ |
H A D | abi.h | 135 // within the bounds of the original container and asserts it on every dereference. 145 // of the original container and asserts it on every dereference and when performing iterator arith… 151 // original container and asserts it on every dereference and when performing iterator arithmetics.…
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | GISelWorkList.h | 58 // This asserts that the WorklistMap is empty, and then 60 // It also asserts if there are any duplicate elements found.
|
/freebsd/contrib/googletest/googletest/include/gtest/ |
H A D | gtest-death-test.h | 170 // Asserts that a given `statement` causes the program to exit, with an 181 // Asserts that a given `statement` causes the program to exit, either by 219 // EXPECT_DEBUG_DEATH asserts that the given statements die in debug mode. 237 // // Only asserts in dbg.
|
/freebsd/sys/modules/iavf/ |
H A D | Makefile | 14 # Enable asserts and other debugging facilities
|
/freebsd/sys/contrib/device-tree/Bindings/usb/ |
H A D | dwc3.txt | 84 - snps,is-utmi-l1-suspend: true when DWC3 asserts output signal 85 utmi_l1_suspend_n, false when asserts utmi_sleep_n
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | InstructionPrecedenceTracking.h | 40 /// Asserts that the cached info for \p BB is up-to-date. This helps to catch 45 /// Asserts whether or not the contents of this tracking is up-to-date. This
|
/freebsd/stand/libsa/geli/ |
H A D | Makefile.inc | 11 # Remove asserts XXX BAD
|
/freebsd/sys/modules/ixl/ |
H A D | Makefile | 16 # Enable asserts and other debugging facilities
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | bqueue.c | 76 * Destroy a blocking queue. This function asserts that there are no 123 * capacity to consume size units, block until capacity exists. Asserts size is
|
/freebsd/cddl/usr.sbin/zdb/ |
H A D | Makefile | 29 # Since there are many asserts in this program, it makes no sense to compile
|
/freebsd/sys/contrib/device-tree/Bindings/watchdog/ |
H A D | atmel-sama5d4-wdt.txt | 13 "software": enable watchdog fault interrupt. A watchdog fault asserts
|
/freebsd/contrib/libcbor/test/ |
H A D | assertions.h | 19 // TODO: Fix "Yoda" parameter ordering of asserts
|
/freebsd/sys/contrib/device-tree/Bindings/net/bluetooth/ |
H A D | nxp,88w8987-bt.yaml | 14 asserts break signal over UART-TX line to put the chip into power save
|
/freebsd/cddl/usr.bin/ztest/ |
H A D | Makefile | 29 # Since there are many asserts in this program, it makes no sense to compile
|
/freebsd/share/man/man9/ |
H A D | vm_map_check_protection.9 | 43 function asserts that the target
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/i386/funcs/ |
H A D | tst.badcopyinstr.d | 35 * to perform an illegal copyinstr() from a kernel address. It asserts
|
H A D | tst.badcopyin.d | 33 * to perform an illegal copyin() from a kernel address. It asserts that
|
/freebsd/contrib/googletest/googletest/test/ |
H A D | gtest_xml_test_utils.py | 43 """Asserts that actual_node is equivalent to expected_node. 45 Asserts that actual_node (a DOM node object) is equivalent to
|