Searched refs:testval (Results 1 – 9 of 9) sorted by relevance
| /freebsd-14.2/lib/libnv/tests/ |
| H A D | nv_tests.cc | 756 bool testval; in ATF_TEST_CASE_BODY() local 762 testval = false; in ATF_TEST_CASE_BODY() 776 bool testval, otherval1; in ATF_TEST_CASE_BODY() local 783 testval = true; in ATF_TEST_CASE_BODY() 810 uint64_t testval; in ATF_TEST_CASE_BODY() local 841 testval = 1654; in ATF_TEST_CASE_BODY() 864 const char *testval; in ATF_TEST_CASE_BODY() local 870 testval = "nvlist"; in ATF_TEST_CASE_BODY() 899 testval = "1654"; in ATF_TEST_CASE_BODY() 918 nvlist_t *testval; in ATF_TEST_CASE_BODY() local [all …]
|
| /freebsd-14.2/contrib/libarchive/tar/test/ |
| H A D | test_option_xattrs.c | 16 const char *testval = "testval"; in DEFINE_TEST() 24 if (!setXattr("f", "user.libarchive.test", testval, in DEFINE_TEST() 25 strlen(testval) + 1)) { in DEFINE_TEST() 44 if(assertEqualInt(size, strlen(testval) + 1) != 0) in DEFINE_TEST() 45 assertEqualMem(readval, testval, size); in DEFINE_TEST()
|
| /freebsd-14.2/sys/arm64/cavium/ |
| H A D | thunder_pcie_common.c | 175 pci_addr_t map, testval; in thunder_pcie_alloc_resource() local 186 pci_read_bar(child, *rid, &map, &testval, NULL); in thunder_pcie_alloc_resource() 194 if (PCI_BAR_MEM(testval)) in thunder_pcie_alloc_resource() 195 testval &= PCIM_BAR_MEM_BASE; in thunder_pcie_alloc_resource() 197 testval &= PCIM_BAR_IO_BASE; in thunder_pcie_alloc_resource()
|
| /freebsd-14.2/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/synctask_core/ |
| H A D | tst.inherit.ksh | 23 testval="testval" 25 log_must dataset_setprop $fs $testprop $testval
|
| /freebsd-14.2/sys/dev/pci/ |
| H A D | pci.c | 566 testval = pci_mapbase(testval); in pci_mapsize() 568 if (testval != 0) { in pci_mapsize() 572 testval >>= 1; in pci_mapsize() 594 testval = pci_rombase(testval); in pci_romsize() 596 if (testval != 0) { in pci_romsize() 600 testval >>= 1; in pci_romsize() 3047 pci_addr_t map, testval; in pci_read_bar() local 3063 *testvalp = testval; in pci_read_bar() 3095 testval = 0; in pci_read_bar() 3114 *testvalp = testval; in pci_read_bar() [all …]
|
| H A D | pci_iov.c | 579 pci_addr_t bar_value, testval; in pci_iov_setup_bars() local 607 &bar_value, &testval, &last_64); in pci_iov_setup_bars() 609 if (testval != 0) { in pci_iov_setup_bars() 611 pci_mapsize(testval)); in pci_iov_setup_bars()
|
| H A D | pci_private.h | 160 int pci_mapsize(uint64_t testval);
|
| /freebsd-14.2/sys/fs/nfsclient/ |
| H A D | nfs_clvfsops.c | 2159 static __inline void nfscl_printopt(struct nfsmount *nmp, int testval, in nfscl_printopt() argument 2164 if (testval != 0 && *blen > strlen(opt)) { in nfscl_printopt()
|
| /freebsd-14.2/sys/fs/nfsserver/ |
| H A D | nfs_nfsdport.c | 3586 static int testval = 1; in nfsrv_mallocmget_limit() local 3588 if (nfsrv_testmalloclimit && (testval++ % 1000) == 0) { in nfsrv_mallocmget_limit()
|