Searched refs:bar (Results 26 - 50 of 195) sorted by relevance

12345678

/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pragma/
H A Dtst.libchain.ksh42 inline int foo = bar;
47 inline int bar = 0xd0061e;
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/
H A Dtst.args_to_lua.ksh28 log_must_program $TESTPOOL $ZCP_ROOT/lua_core/tst.args_to_lua.zcp foo bar
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dvarcmd.exp2 two FU=<v>bar</v> FOO=<v>goo</v> VAR=<v></v>
3 immutable FU='bar'
5 three FU=<v>bar</v> FOO=<v>goo</v> VAR=<v></v>
6 four FU=<v>bar</v> FOO=<v>goo</v> VAR=<v>Internal</v>
7 five FU=<v>bar</v> FOO=<v>goo</v> VAR=<v>Internal</v>
/freebsd-13-stable/usr.sbin/chown/tests/
H A Dchown_test.sh106 atf_check truncate -s 0 foo bar
107 atf_check chown 0:0 foo bar
114 atf_check -e not-empty -s not-exit:0 chown 42:42 foo bar
115 atf_check -o inline:'0:0\n42:42\n' stat -f '%u:%g' foo bar
116 atf_check -s exit:0 chown -f 84:84 foo bar
117 atf_check -o inline:'0:0\n84:84\n' stat -f '%u:%g' foo bar
138 atf_check ln -s foo bar
139 atf_check -o inline:'0:0\n0:0\n' stat -f '%u:%g' foo bar
140 atf_check chown -h 42:42 bar
141 atf_check -o inline:'0:0\n42:42\n' stat -f '%u:%g' foo bar
[all...]
/freebsd-13-stable/sys/dev/pci/
H A Disa_pci.c174 int bar; local
187 bar = PCI_RID2BAR(*rid);
188 if (bar < 0 || bar > PCIR_MAX_BAR_0)
191 if (sc->isab_pci_res[bar].ip_res == NULL)
192 sc->isab_pci_res[bar].ip_res = bus_alloc_resource(dev, type,
194 if (sc->isab_pci_res[bar].ip_res != NULL)
195 sc->isab_pci_res[bar].ip_refs++;
196 return (sc->isab_pci_res[bar].ip_res);
208 int bar, erro local
[all...]
/freebsd-13-stable/bin/chmod/tests/
H A Dchmod_test.sh102 atf_check truncate -s 0 foo bar
103 atf_check chmod 0750 foo bar
110 atf_check -e not-empty -s not-exit:0 chmod 0700 foo bar
111 atf_check -o inline:'100750\n100700\n' stat -f '%p' foo bar
112 atf_check -s exit:0 chmod -f 0600 foo bar
113 atf_check -o inline:'100750\n100600\n' stat -f '%p' foo bar
135 atf_check ln -s foo bar
136 atf_check -o inline:'100600\n120700\n' stat -f '%p' foo bar
137 atf_check chmod -h 0500 bar
138 atf_check -o inline:'100600\n120500\n' stat -f '%p' foo bar
[all...]
/freebsd-13-stable/contrib/netbsd-tests/bin/pax/
H A Dt_pax.sh35 touch foo bar
37 # store both foo and bar into file1.tar
39 pax -w -b 512 -x ustar -f file1.tar foo bar
41 # store foo into file2.tar, then append bar to file2.tar
45 pax -w -b 512 -x ustar -f file2.tar -a bar
/freebsd-13-stable/contrib/netbsd-tests/bin/tar/
H A Dt_tar.sh35 touch foo bar
37 # store both foo and bar into file1.tar
38 atf_check -s eq:0 -o empty -e empty tar -cf file1.tar foo bar
40 # store foo into file2.tar, then append bar to file2.tar
42 atf_check -s eq:0 -o empty -e empty tar -rf file2.tar bar
/freebsd-13-stable/libexec/rc/rc.d/
H A Dftp-proxy54 # foo and bar, we would set the following vars.
56 # ftpproxy_instances="foo bar"
58 # ftpproxy_bar="<arguments for bar>"
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/scalars/
H A Dtst.selfarray2.d33 struct bar {
38 self struct bar foo[int];
/freebsd-13-stable/contrib/ncurses/ncurses/tinfo/
H A Dname_match.c46 const char *bar = strchr(name, '|'); local
47 if (bar != 0 && (bar - name) == 2)
48 name = bar + 1;
/freebsd-13-stable/usr.sbin/mixer/
H A Dmixer.c110 int ch, foo, bar, baz, dev, m, n, t; local
166 if (ioctl(baz, MIXER_READ(foo),&bar) == -1) {
173 bar & 0x7f, (bar >> 8) & 0x7f);
177 "%3d:%d\n", names[foo], bar & 0x7f,
178 (bar >> 8) & 0x7f);
263 if (ioctl(baz, MIXER_READ(dev), &bar) == -1) {
272 bar & 0x7f, (bar >> 8) & 0x7f);
276 "%3d:%d\n", names[dev], bar
[all...]
/freebsd-13-stable/sys/powerpc/mpc85xx/
H A Dmpc85xx.c114 law_write(uint32_t n, uint64_t bar, uint32_t sr) argument
118 ccsr_write4(OCP85XX_LAWBARH(n), bar >> 32); local
119 ccsr_write4(OCP85XX_LAWBARL(n), bar); local
123 ccsr_write4(OCP85XX_LAWBAR(n), bar >> 12); local
139 law_read(uint32_t n, uint64_t *bar, uint32_t *sr) argument
143 *bar = (uint64_t)ccsr_read4(OCP85XX_LAWBARH(n)) << 32 |
147 *bar = (uint64_t)ccsr_read4(OCP85XX_LAWBAR(n)) << 12;
156 uint64_t bar; local
162 law_read(i, &bar, &sr);
174 law_enable(int trgt, uint64_t bar, uint32_ argument
204 law_disable(int trgt, uint64_t bar, uint32_t size) argument
[all...]
/freebsd-13-stable/sys/dev/proto/
H A Dproto_bus_pci.c88 int bar, rid, type; local
95 for (bar = 0; bar < PCIR_MAX_BAR_0; bar++) {
96 rid = PCIR_BAR(bar);
107 bar++;
/freebsd-13-stable/sys/arm64/include/
H A Datomic.h74 #define _ATOMIC_OP_PROTO(t, op, bar, flav) \
76 atomic_##op##_##bar##t##flav(volatile uint##t##_t *p, uint##t##_t val)
78 #define _ATOMIC_OP_IMPL(t, w, s, op, llsc_asm_op, lse_asm_op, pre, bar, a, l) \
79 _ATOMIC_OP_PROTO(t, op, bar, _llsc) \
96 _ATOMIC_OP_PROTO(t, op, bar, _lse) \
111 _ATOMIC_OP_PROTO(t, op, bar, ) \
114 atomic_##op##_##bar##t##_lse(p, val); \
116 atomic_##op##_##bar##t##_llsc(p, val); \
119 #define __ATOMIC_OP(op, llsc_asm_op, lse_asm_op, pre, bar, a, l) \
121 bar,
[all...]
/freebsd-13-stable/usr.sbin/pciconf/
H A Dpciconf.h42 void print_bar(int fd, struct pci_conf *p, const char *label, uint16_t bar);
/freebsd-13-stable/usr.bin/ministat/
H A Dministat.c294 char **bar; member in struct:plot
310 pl->bar = NULL;
348 int bar; local
356 bar = val-1;
358 bar = 0;
360 if (pl->bar == NULL) {
361 pl->bar = calloc(sizeof(char *), pl->num_datasets);
362 assert(pl->bar != NULL);
365 if (pl->bar[bar]
[all...]
/freebsd-13-stable/sys/dev/puc/
H A Dpuc.c82 struct puc_bar *bar; local
99 bar = puc_get_bar(sc, -1);
100 if (bar == NULL)
102 bar->b_rid = rid;
103 bar->b_type = SYS_RES_IOPORT;
104 bar->b_res = bus_alloc_resource_any(sc->sc_dev, bar->b_type,
105 &bar->b_rid, RF_ACTIVE);
106 if (bar->b_res == NULL) {
107 bar
216 struct puc_bar *bar; local
407 struct puc_bar *bar; local
[all...]
H A Dpucdata.c1290 struct puc_bar *bar; local
1345 bar = puc_get_bar(sc, cfg->rid + i * cfg->d_rid);
1346 if (bar == NULL) {
1362 bus_write_1(bar->b_res, REG_SPR, REG_ACR);
1363 bus_write_1(bar->b_res, REG_ICR, acr);
1463 struct puc_bar *bar; local
1472 bar = puc_get_bar(sc, cfg->rid);
1473 if (bar == NULL)
1475 bus_write_1(bar->b_res, REG_LCR, LCR_DLAB);
1476 bus_write_1(bar
1556 struct puc_bar *bar; local
1761 struct puc_bar *bar; local
[all...]
/freebsd-13-stable/sys/dev/bxe/
H A Dbxe_debug.c49 bus_space_write_1(sc->bar[BAR0].tag,
50 sc->bar[BAR0].handle,
63 bus_space_write_2(sc->bar[BAR0].tag,
64 sc->bar[BAR0].handle,
77 bus_space_write_4(sc->bar[BAR0].tag,
78 sc->bar[BAR0].handle,
88 val = bus_space_read_1(sc->bar[BAR0].tag,
89 sc->bar[BAR0].handle,
105 val = bus_space_read_2(sc->bar[BAR0].tag,
106 sc->bar[BAR
[all...]
/freebsd-13-stable/sys/dev/ntb/ntb_hw/
H A Dntb_hw_intel.c296 #define intel_ntb_bar_read(SIZE, bar, offset) \
297 bus_space_read_ ## SIZE (ntb->bar_info[(bar)].pci_bus_tag, \
298 ntb->bar_info[(bar)].pci_bus_handle, (offset))
299 #define intel_ntb_bar_write(SIZE, bar, offset, val) \
300 bus_space_write_ ## SIZE (ntb->bar_info[(bar)].pci_bus_tag, \
301 ntb->bar_info[(bar)].pci_bus_handle, (offset), (val))
337 static int map_mmr_bar(struct ntb_softc *ntb, struct ntb_pci_bar_info *bar);
339 struct ntb_pci_bar_info *bar);
387 static void save_bar_parameters(struct ntb_pci_bar_info *bar);
791 bar_is_64bit(struct ntb_softc *ntb, enum ntb_bar bar) argument
799 bar_get_xlat_params(struct ntb_softc *ntb, enum ntb_bar bar, uint32_t *base, uint32_t *xlat, uint32_t *lmt) argument
838 struct ntb_pci_bar_info *bar; local
923 print_map_success(struct ntb_softc *ntb, struct ntb_pci_bar_info *bar, const char *kind) argument
936 map_mmr_bar(struct ntb_softc *ntb, struct ntb_pci_bar_info *bar) argument
951 map_memory_window_bar(struct ntb_softc *ntb, struct ntb_pci_bar_info *bar) argument
1036 struct ntb_pci_bar_info *bar; local
1927 struct ntb_pci_bar_info *bar; local
1983 struct ntb_pci_bar_info *bar; local
3157 struct ntb_pci_bar_info *bar; local
3199 struct ntb_pci_bar_info *bar; local
3310 struct ntb_pci_bar_info *bar; local
3336 struct ntb_pci_bar_info *bar; local
3401 struct ntb_pci_bar_info *bar; local
3463 save_bar_parameters(struct ntb_pci_bar_info *bar) argument
[all...]
H A Dntb_hw_amd.c375 * memory window 0 use a 32-bit bar. The remaining
376 * cases all use 64-bit bar.
424 * memory window 0 use a 32-bit bar. The remaining
425 * cases all use 64-bit bar.
1112 print_map_success(struct amd_ntb_softc *ntb, struct amd_ntb_pci_bar_info *bar, argument
1116 PCI_RID2BAR(bar->pci_resource_id), bar->vbase,
1117 (char *)bar->vbase + bar->size - 1, (void *)bar
1122 save_bar_parameters(struct amd_ntb_pci_bar_info *bar) argument
1133 map_bar(struct amd_ntb_softc *ntb, struct amd_ntb_pci_bar_info *bar) argument
[all...]
/freebsd-13-stable/contrib/netbsd-tests/lib/libpthread/
H A Dt_fpu.c97 bar(void *p) function
121 PTHREAD_REQUIRE(pthread_create(&s2, 0, bar, 0));
/freebsd-13-stable/usr.bin/stat/tests/
H A Dreadlink_test.sh36 atf_check ln -s foo bar
37 atf_check -o inline:'foo\n' readlink bar
/freebsd-13-stable/sys/dev/virtio/pci/
H A Dvirtio_pci_modern.c760 uint32_t type, bar; local
769 bar = pci_read_config(dev, capreg +
770 offsetof(struct virtio_pci_cap, bar), 1);
773 if (bar >= VTPCI_MODERN_MAX_BARS)
937 uint8_t bar, cap_length; local
954 bar = pci_read_config(dev,
955 cap_offset + offsetof(struct virtio_pci_cap, bar), 1);
976 res->vtrm_bar = bar;
979 res->vtrm_type = vtpci_modern_bar_type(sc, bar);
985 vtpci_modern_bar_type(struct vtpci_modern_softc *sc, int bar) argument
1001 vtpci_modern_get_bar_resource(struct vtpci_modern_softc *sc, int bar, int type) argument
1013 vtpci_modern_alloc_bar_resource(struct vtpci_modern_softc *sc, int bar, int type) argument
1044 int bar, rid, type; local
1103 int bar; local
[all...]

Completed in 245 milliseconds

12345678