Home
last modified time | relevance | path

Searched refs:bar (Results 1 – 25 of 231) sorted by path

12345678910

/illumos-gate/usr/src/boot/efi/loader/
H A Dframebuffer.c249 uint_t bar; in efifb_uga_locate_framebuffer() local
257 for (bar = 0; bar < 6; bar++) { in efifb_uga_locate_framebuffer()
258 status = pciio->GetBarAttributes(pciio, bar, NULL, in efifb_uga_locate_framebuffer()
/illumos-gate/usr/src/boot/i386/libi386/
H A Dcomconsole.c581 uint8_t bus, dev, func, bar; in comc_parse_pcidev()
608 bar = pres; in comc_parse_pcidev()
610 bar = 0x10; in comc_parse_pcidev()
612 locator = (bar << 16) | biospci_locator(bus, dev, func); in comc_parse_pcidev()
/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_emul.c783 if (bar->size < size) { in pci_emul_alloc_bar()
788 if (bar == NULL) { in pci_emul_alloc_bar()
910 bar = (addr & mask) | lobits; in pci_emul_assign_bar()
1532 pci_emul_assign_bar(bar->pdi, bar->idx, bar->type, in init_pci()
1533 bar->size); in init_pci()
1534 free(bar); in init_pci()
2198 uint64_t bar = 0; in pci_cfgrw() local
2297 addr = bar = *valp & mask; in pci_cfgrw()
2305 addr = bar = *valp & mask; in pci_cfgrw()
2315 bar = addr >> 32; in pci_cfgrw()
[all …]
H A Dpci_passthru.c138 passthru_get_bar(struct passthru_softc *sc, int bar, enum pcibar_type *type, in passthru_get_bar() argument
143 pb.pbq_baridx = bar; in passthru_get_bar()
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/fbtprovider/
H A Derr.D_PDESC_ZERO.notreturn.d41 void bar();
43 fbt::bar:entry
48 fbt::bar:return
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/funcs/
H A Dtst.basename.d.out7 if [ `dirname "/foo/bar/baz"` != "/foo/bar" ]; then
11 if [ `basename "/foo/bar///baz/"` != "baz" ]; then
15 if [ `dirname "/foo/bar///baz/"` != "/foo/bar" ]; then
19 if [ `basename "/foo/bar/baz/"` != "baz" ]; then
23 if [ `dirname "/foo/bar/baz/"` != "/foo/bar" ]; then
31 if [ `dirname "/foo/bar/baz//"` != "/foo/bar" ]; then
35 if [ `basename "/foo/bar/baz/."` != "." ]; then
39 if [ `dirname "/foo/bar/baz/."` != "/foo/bar/baz" ]; then
47 if [ `dirname "/foo/bar/baz/./"` != "/foo/bar/baz" ]; then
55 if [ `dirname "/foo/bar/baz/.//"` != "/foo/bar/baz" ]; then
[all …]
H A Dtst.cleanpath.d.out1 cleanpath("/foo/bar/baz") = "/foo/bar/baz"
2 cleanpath("/foo/bar///baz/") = "/foo/bar/baz/"
3 cleanpath("/foo/bar/baz/") = "/foo/bar/baz/"
4 cleanpath("/foo/bar/baz//") = "/foo/bar/baz/"
5 cleanpath("/foo/bar/baz/.") = "/foo/bar/baz/."
6 cleanpath("/foo/bar/baz/./") = "/foo/bar/baz/"
7 cleanpath("/foo/bar/../../baz/.//") = "/baz/"
8 cleanpath("foo/bar/./././././baz/") = "foo/bar/baz/"
9 cleanpath("/foo/bar/baz/../../../../../../") = "/"
12 cleanpath("/foo/bar/baz/../../bop/bang/../../bar/baz/") = "/foo/bar/baz/"
H A Dtst.strstr.d.out3 strstr("foobarbarbazbarbop", "bar") = "barbarbazbarbop"
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/multiaggs/
H A Derr.D_PRINTA_AGGKEY.d32 @bar = sum(456);
34 printa("%10d %@10d %@10d\n", @foo, @bar);
H A Derr.D_PRINTA_AGGPROTO.d32 @bar["fooey"] = sum(456);
34 printa("%10d %@10d %@10d\n", @foo, @bar);
H A Dtst.tuplecompat.d.out1 foo 789 bar 123 456
H A Dtst.zero.d39 @bar[456] = sum(456);
42 @bar[789] = sum(789);
44 printa("%10d %@10d %@10d\n", @foo, @bar);
45 printa("%10d %@10d %@10d %@10d\n", @foo, @bar, @bop);
46 printa("%10d %@10d %@10d %@10d %@10d\n", @foo, @bar, @bop, @baz);
H A Dtst.zero2.d38 @bar[456] = sum(456);
41 @bar[789] = sum(789);
43 printa("%10d %@10d %@10d\n", @foo, @bar);
44 printa("%10d %@10d %@10d %@10d\n", @foo, @bar, @bop);
45 printa("%10d %@10d %@10d %@10d %@10d\n", @foo, @bar, @bop, @baz);
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/pragma/
H A Dtst.libchain.ksh42 inline int foo = bar;
47 inline int bar = 0xd0061e;
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/print/
H A Dtst.array.d28 typedef struct bar { struct
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/printa/
H A Dtst.walltimestamp.ksh45 @bar = max(walltimestamp);
50 printa("%@T\n", @bar);
51 printa("%@Y\n", @bar);
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/scalars/
H A Dtst.selfarray2.d31 struct bar { struct
36 self struct bar foo[int]; argument
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/struct/
H A Dtst.clauselocal.d35 this struct foo bar; variable
40 this->bar.x = 1;
41 this->bar.y = ',';
42 this->bar.z = 1234;
47 printf("Die %s%c %s.\n", this->bar.x == 1 ? "SystemTap" : "DTrace",
48 this->bar.y, this->bar.z == 1234 ? "Die" : "The");
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/types/
H A Derr.D_SYNTAX.badenum.d35 enum foo`bar enum
H A Derr.D_SYNTAX.badstruct.d34 struct foo`bar { struct
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/ustack/
H A Dtst.spin.c44 bar(int a) in bar() function
52 return (bar(a) - b); in foo()
H A Dtst.spin.ksh116 die "expected END at \$.\n" unless /\`bar\+/;
/illumos-gate/usr/src/cmd/dtrace/test/tst/i386/pid/
H A Dtst.uregswrite.c33 bar(void) in bar() function
50 if (bar() != 0) in main()
53 if (bar() != 2) in main()
56 if (bar() != 2) in main()
H A Dtst.uregswrite.d32 pid$1:a.out:bar:return
/illumos-gate/usr/src/cmd/ipf/examples/
H A Dexample.54 # allow packets coming from foo to bar through.

12345678910