Home
last modified time | relevance | path

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

/f-stack/freebsd/arm64/cavium/
H A Dthunder_pcie_common.c178 pci_addr_t map, testval; in thunder_pcie_alloc_resource() local
189 pci_read_bar(child, *rid, &map, &testval, NULL); in thunder_pcie_alloc_resource()
197 if (PCI_BAR_MEM(testval)) in thunder_pcie_alloc_resource()
198 testval &= PCIM_BAR_MEM_BASE; in thunder_pcie_alloc_resource()
200 testval &= PCIM_BAR_IO_BASE; in thunder_pcie_alloc_resource()
/f-stack/freebsd/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