Home
last modified time | relevance | path

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

/freebsd-13.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-13.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-13.1/sys/arm64/cavium/
H A Dthunder_pcie_common.c177 pci_addr_t map, testval; in thunder_pcie_alloc_resource() local
188 pci_read_bar(child, *rid, &map, &testval, NULL); in thunder_pcie_alloc_resource()
196 if (PCI_BAR_MEM(testval)) in thunder_pcie_alloc_resource()
197 testval &= PCIM_BAR_MEM_BASE; in thunder_pcie_alloc_resource()
199 testval &= PCIM_BAR_IO_BASE; in thunder_pcie_alloc_resource()
/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/synctask_core/
H A Dtst.inherit.ksh23 testval="testval"
25 log_must dataset_setprop $fs $testprop $testval
/freebsd-13.1/sys/dev/pci/
H A Dpci.c564 testval = pci_mapbase(testval); in pci_mapsize()
566 if (testval != 0) { in pci_mapsize()
570 testval >>= 1; in pci_mapsize()
592 testval = pci_rombase(testval); in pci_romsize()
594 if (testval != 0) { in pci_romsize()
598 testval >>= 1; in pci_romsize()
3067 pci_addr_t map, testval; in pci_read_bar() local
3083 *testvalp = testval; in pci_read_bar()
3115 testval = 0; in pci_read_bar()
3134 *testvalp = testval; in pci_read_bar()
[all …]
H A Dpci_iov.c578 pci_addr_t bar_value, testval; in pci_iov_setup_bars() local
606 &bar_value, &testval, &last_64); in pci_iov_setup_bars()
608 if (testval != 0) { in pci_iov_setup_bars()
610 pci_mapsize(testval)); in pci_iov_setup_bars()
H A Dpci_private.h160 int pci_mapsize(uint64_t testval);
/freebsd-13.1/sys/fs/nfsclient/
H A Dnfs_clvfsops.c2054 static __inline void nfscl_printopt(struct nfsmount *nmp, int testval, in nfscl_printopt() argument
2059 if (testval != 0 && *blen > strlen(opt)) { in nfscl_printopt()
/freebsd-13.1/sys/fs/nfsserver/
H A Dnfs_nfsdport.c3503 static int testval = 1; in nfsrv_mallocmget_limit() local
3505 if (nfsrv_testmalloclimit && (testval++ % 1000) == 0) { in nfsrv_mallocmget_limit()