Searched refs:testval (Results 1 - 7 of 7) sorted by relevance

/freebsd-11.0-release/sys/arm64/cavium/
H A Dthunder_pcie_common.c175 pci_addr_t map, testval; local
187 pci_read_bar(child, *rid, &map, &testval, NULL);
195 if (PCI_BAR_MEM(testval))
196 testval &= PCIM_BAR_MEM_BASE;
198 testval &= PCIM_BAR_IO_BASE;
/freebsd-11.0-release/lib/libnv/tests/
H A Dnv_tests.cc671 value = strdup("testval");
757 bool testval; local
763 testval = false;
764 nvlist_add_bool(nvl, testkey, testval);
766 ATF_REQUIRE_EQ(nvlist_take_bool(nvl, testkey), testval); local
777 bool testval, otherval1; local
784 testval = true;
785 nvlist_add_bool(nvl, testkey, testval);
795 ATF_REQUIRE_EQ(nvlist_take_bool(nvl, testkey), testval); local
811 uint64_t testval; local
820 ATF_REQUIRE_EQ(nvlist_take_number(nvl, testkey), testval); local
831 uint64_t testval, otherval1; local
849 ATF_REQUIRE_EQ(nvlist_take_number(nvl, testkey), testval); local
865 const char *testval; local
885 const char *testval, *otherval1; local
919 nvlist_t *testval; local
939 nvlist_t *testval, *otherval1; local
970 void *testval; local
997 char testval[] = "gjiertj"; local
[all...]
/freebsd-11.0-release/sys/dev/pci/
H A Dpci.c88 static int pci_romsize(uint64_t testval);
500 pci_mapsize(uint64_t testval) argument
504 testval = pci_mapbase(testval);
506 if (testval != 0) {
507 while ((testval & 1) == 0)
510 testval >>= 1;
528 pci_romsize(uint64_t testval) argument
532 testval = pci_rombase(testval);
2833 pci_addr_t map, testval; local
3003 pci_addr_t base, map, testval; local
5001 pci_addr_t map, testval; local
[all...]
H A Dpci_iov.c556 pci_addr_t bar_value, testval; local
584 &bar_value, &testval, &last_64);
586 if (testval != 0) {
588 pci_mapsize(testval));
H A Dpci_private.h150 int pci_mapsize(uint64_t testval);
/freebsd-11.0-release/sys/fs/nfsclient/
H A Dnfs_clvfsops.c1896 static __inline void nfscl_printopt(struct nfsmount *nmp, int testval, argument
1901 if (testval != 0 && *blen > strlen(opt)) {
/freebsd-11.0-release/sys/fs/nfsserver/
H A Dnfs_nfsdport.c2933 static int testval = 1; local
2935 if (nfsrv_testmalloclimit && (testval++ % 1000) == 0) {

Completed in 182 milliseconds