Home
last modified time | relevance | path

Searched refs:testval (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/lib/libnv/tests/
H A Dnv_tests.cc758 bool testval; in ATF_TEST_CASE_BODY() local
764 testval = false; in ATF_TEST_CASE_BODY()
778 bool testval, otherval1; in ATF_TEST_CASE_BODY() local
785 testval = true; in ATF_TEST_CASE_BODY()
812 uint64_t testval; in ATF_TEST_CASE_BODY() local
843 testval = 1654; in ATF_TEST_CASE_BODY()
866 const char *testval; in ATF_TEST_CASE_BODY() local
872 testval = "nvlist"; in ATF_TEST_CASE_BODY()
901 testval = "1654"; in ATF_TEST_CASE_BODY()
920 nvlist_t *testval; in ATF_TEST_CASE_BODY() local
[all …]
/freebsd-12.1/contrib/libarchive/tar/test/
H A Dtest_option_xattrs.c35 const char *testval = "testval"; in DEFINE_TEST()
43 if (!setXattr("f", "user.libarchive.test", testval, in DEFINE_TEST()
44 strlen(testval) + 1)) { in DEFINE_TEST()
63 if(assertEqualInt(size, strlen(testval) + 1) != 0) in DEFINE_TEST()
64 assertEqualMem(readval, testval, size); in DEFINE_TEST()
/freebsd-12.1/sys/arm64/cavium/
H A Dthunder_pcie_common.c178 pci_addr_t map, testval; in thunder_pcie_alloc_resource() local
190 pci_read_bar(child, *rid, &map, &testval, NULL); in thunder_pcie_alloc_resource()
198 if (PCI_BAR_MEM(testval)) in thunder_pcie_alloc_resource()
199 testval &= PCIM_BAR_MEM_BASE; in thunder_pcie_alloc_resource()
201 testval &= PCIM_BAR_IO_BASE; in thunder_pcie_alloc_resource()
/freebsd-12.1/sys/dev/pci/
H A Dpci.c532 testval = pci_mapbase(testval); in pci_mapsize()
534 if (testval != 0) { in pci_mapsize()
538 testval >>= 1; in pci_mapsize()
560 testval = pci_rombase(testval); in pci_romsize()
562 if (testval != 0) { in pci_romsize()
566 testval >>= 1; in pci_romsize()
2992 pci_addr_t map, testval; in pci_read_bar() local
3008 *testvalp = testval; in pci_read_bar()
3040 testval = 0; in pci_read_bar()
3059 *testvalp = testval; in pci_read_bar()
[all …]
H A Dpci_iov.c570 pci_addr_t bar_value, testval; in pci_iov_setup_bars() local
598 &bar_value, &testval, &last_64); in pci_iov_setup_bars()
600 if (testval != 0) { in pci_iov_setup_bars()
602 pci_mapsize(testval)); in pci_iov_setup_bars()
H A Dpci_private.h158 int pci_mapsize(uint64_t testval);
/freebsd-12.1/sys/fs/nfsclient/
H A Dnfs_clvfsops.c1946 static __inline void nfscl_printopt(struct nfsmount *nmp, int testval, in nfscl_printopt() argument
1951 if (testval != 0 && *blen > strlen(opt)) { in nfscl_printopt()
/freebsd-12.1/sys/fs/nfsserver/
H A Dnfs_nfsdport.c3244 static int testval = 1; in nfsrv_mallocmget_limit() local
3246 if (nfsrv_testmalloclimit && (testval++ % 1000) == 0) { in nfsrv_mallocmget_limit()