Home
last modified time | relevance | path

Searched full:bar1 (Results 1 – 25 of 73) sorted by relevance

123

/freebsd/contrib/netbsd-tests/usr.bin/uniq/
H A Dd_input.in1 #01 foo0 bar0 foo1 bar1
2 #02 bar0 foo1 bar1 foo1
3 #03 foo0 bar0 foo1 bar1
5 #05 foo0 bar0 foo1 bar1
6 #06 foo0 bar0 foo1 bar1
7 #07 bar0 foo1 bar1 foo0
H A Dd_counts.out1 1 #01 foo0 bar0 foo1 bar1
2 1 #02 bar0 foo1 bar1 foo1
3 1 #03 foo0 bar0 foo1 bar1
5 2 #05 foo0 bar0 foo1 bar1
6 1 #07 bar0 foo1 bar1 foo0
H A Dd_show_uniques.out1 #01 foo0 bar0 foo1 bar1
2 #02 bar0 foo1 bar1 foo1
3 #03 foo0 bar0 foo1 bar1
5 #07 bar0 foo1 bar1 foo0
H A Dd_show_duplicates.out1 #05 foo0 bar0 foo1 bar1
/freebsd/sbin/pfctl/tests/files/
H A Dpf0081.ok2 table_list = "{ <bar1> <bar2> <bar3> }"
9 pass from <foo> to <bar1> flags S/SA keep state
18 pass from <foo> to <bar1> flags S/SA keep state
21 pass from no-route to <bar1> flags S/SA keep state
30 pass from no-route to <bar1> flags S/SA keep state
H A Dpf0081.in5 table_list="{ <bar1> <bar2> <bar3> }"
/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_archive_match_owner.c144 archive_entry_copy_uname(ae, "bar1"); in test_uname_mbs()
145 failure("User 'bar1' should be excluded"); in test_uname_mbs()
186 archive_entry_copy_uname_w(ae, L"bar1"); in test_uname_wcs()
187 failure("User 'bar1' should be excluded"); in test_uname_wcs()
228 archive_entry_copy_gname(ae, "bar1"); in test_gname_mbs()
229 failure("Group 'bar1' should be excluded"); in test_gname_mbs()
270 archive_entry_copy_gname_w(ae, L"bar1"); in test_gname_wcs()
271 failure("Group 'bar1' should be excluded"); in test_gname_wcs()
H A Dtest_compat_cpio.c39 * ino values. bar1 and bar2 have nlinks=2 so should be marked
75 assertEqualString("bar1", archive_entry_pathname(ae)); in test_compat_cpio_1()
85 assertEqualString("bar1", archive_entry_hardlink(ae)); in test_compat_cpio_1()
/freebsd/sys/dev/liquidio/base/
H A Dlio_mem_ops.h43 * Read a 64-bit value from a BAR1 mapped core memory address.
47 * The range_idx gives the BAR1 index register for the range of address
56 * Read a 32-bit value from a BAR1 mapped core memory address.
66 * Write a 32-bit value to a BAR1 mapped core memory address.
H A Dcn23xx_pf_device.c735 volatile uint64_t bar1; in lio_cn23xx_pf_bar1_idx_setup() local
742 bar1 = reg_adr; in lio_cn23xx_pf_bar1_idx_setup()
743 lio_pci_writeq(oct, (bar1 & 0xFFFFFFFEULL), in lio_cn23xx_pf_bar1_idx_setup()
749 bar1 = reg_adr; in lio_cn23xx_pf_bar1_idx_setup()
759 bar1 = lio_pci_readq(oct, LIO_CN23XX_PEM_BAR1_INDEX_REG(oct->pcie_port, in lio_cn23xx_pf_bar1_idx_setup()
930 uint64_t BAR0, BAR1; in lio_cn23xx_pf_setup_device() local
938 BAR1 = (uint64_t)(data32 & ~0xf); in lio_cn23xx_pf_setup_device()
940 BAR1 |= ((uint64_t)data32 << 32); in lio_cn23xx_pf_setup_device()
942 if (!BAR0 || !BAR1) { in lio_cn23xx_pf_setup_device()
946 if (!BAR1) in lio_cn23xx_pf_setup_device()
[all …]
H A Dlio_mem_ops.c169 /* Core mem read/write with temporary bar1 settings. */
/freebsd/contrib/libucl/tests/basic/
H A D18.res3 foo = "bar1";
20 foo = "bar1";
H A D18.in20 foo = "bar1"
/freebsd/contrib/libarchive/tar/test/
H A Dtest_option_q.c31 assertMakeFile("bar", 0644, "bar1"); in DEFINE_TEST()
68 assertFileContents("bar1", 4, "bar"); in DEFINE_TEST()
79 assertFileContents("bar1", 4, "bar"); in DEFINE_TEST()
H A Dtest_option_k.c24 assertMakeFile("bar", 0644, "bar1"); in DEFINE_TEST()
58 assertFileContents("bar1", 4, "bar"); in DEFINE_TEST()
/freebsd/sys/dev/bhnd/bhndb/
H A Dbhndb_pcireg.h79 * BAR1 size: varies
99 #define BHNDB_PCI_BAR1_CONTROL 0x8c /* BAR1 region prefetch/burst control */
129 #define BHNDB_PCI_V0_BAR1_WIN0_CONTROL 0x84 /* backplane address space accessed by BAR1/WIN0. */
144 #define BHNDB_PCI_V1_BAR1_WIN0_CONTROL 0x84 /* backplane address space accessed by BAR1/WIN0. */
158 #define BHNDB_PCI_V2_BAR1_WIN0_CONTROL 0x84 /* backplane address space accessed by BAR1/WIN0. */
/freebsd/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsahwreg.h193 - BAR2(0x18), BAR1(win) *****/
199 /* BAR2(0x18), BAR1(win) */
441 /* PCIE registers - BAR2(0x18), BAR1(win) 0x010000 */
447 /* PCIe Message Unit Configuration Registers offset - BAR2(0x18), BAR1(win) 0x010000 */
474 /* bit definition for SPC Device Revision register - BAR1 */
513 /* PHY Error Count Control Registers - BAR2(0x18), BAR1(win) */
518 /* registers for BAR Shifting - BAR2(0x18), BAR1(win) */
/freebsd/contrib/googletest/googletest/test/
H A Dgoogletest-list-tests-unittest.py59 Bar1
105 Bar1
H A Dgoogletest-list-tests-unittest_.cc45 TEST(Foo, Bar1) {} in TEST() argument
/freebsd/sys/dev/mwl/
H A Dif_mwl_pci.c74 struct resource *sc_sr1; /* BAR1 memory resource */
148 device_printf(dev, "cannot map BAR1 register space\n"); in mwl_pci_attach()
H A Dmwldiag.h72 * register mappings in BAR1.
/freebsd/sys/contrib/device-tree/Bindings/pci/
H A Dpci-ep-bus.yaml43 through BAR0 and another through BAR1, and you don't want the two
/freebsd/sys/contrib/device-tree/Bindings/gpu/
H A Dnvidia,gk20a.txt13 - second entry for bar1
/freebsd/sys/contrib/device-tree/Bindings/misc/
H A Dpci1de4,1.yaml16 The peripherals are accessed by addressing the PCI BAR1 region.
/freebsd/sys/dev/qat/qat_hw/qat_4xxxvf/
H A Dadf_drv.c169 bar 2 and 3 - logical BAR1 in adf_attach()

123