Home
last modified time | relevance | path

Searched refs:bar (Results 151 – 175 of 231) sorted by relevance

12345678910

/illumos-gate/usr/src/tools/smatch/src/validation/linear/
H A Dphi-order02.c4 static int bar(int a) { return 1 || fun(); } in bar() function
H A Dunexamined-base-type.c12 static void bar(struct s *d, struct s *s1, struct s *s2) in bar() function
/illumos-gate/usr/src/tools/smatch/src/validation/
H A Dstruct-size1.c16 int bar[(sizeof foo/sizeof foo[0])]; member
H A Dfoul-bitwise.c17 static __le16 bar(__le16 a) in bar() function
H A Dcall-inlined.c9 void bar(int a, int b) { add(a + b, 1); } in bar() function
H A Dstatic_assert.c7 void bar(void) in bar() function
H A Drestrict.c37 void bar(void) in bar() function
H A Dc11-atomic.c37 void bar(void) in bar() function
/illumos-gate/usr/src/test/util-tests/tests/mdb/typedef/
H A Dtst.radix.mdb3 ::typedef 'struct bar { uint8_t foo[0x10]; }' bar_t
/illumos-gate/usr/src/tools/smatch/src/validation/optim/
H A Dkill-stores0.c16 static int bar(struct p p) in bar() function
/illumos-gate/usr/src/tools/smatch/src/validation/backend/
H A Dint-cond.c11 static long bar(long a, long b, long c) in bar() function
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/funcs/
H A Dtst.strstr.d.out3 strstr("foobarbarbazbarbop", "bar") = "barbarbazbarbop"
/illumos-gate/usr/src/cmd/dtrace/test/tst/i386/pid/
H A Dtst.uregswrite.d32 pid$1:a.out:bar:return
/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/test/elf-tests/tests/tls/amd64/ie/
H A Dstyle1-func.s30 addq bar@GOTTPOFF(%rip), %rdx
H A Dstyle1-func-with-r12.s30 addq bar@GOTTPOFF(%rip), %rdx
H A Dstyle1-func-with-r13.s29 addq bar@GOTTPOFF(%rip), %rdx
/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/grub/grub-0.97/netboot/
H A Dpci.h328 extern unsigned long pci_bar_start(struct pci_device *dev, unsigned int bar);
329 extern unsigned long pci_bar_size(struct pci_device *dev, unsigned int bar);
/illumos-gate/usr/src/uts/common/sys/rsm/
H A Drsm.h267 rsm_barrier_t bar; member
287 rsm_barrier_t bar; member
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/print/
H A Dtst.array.d28 typedef struct bar { struct
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Diffe.tst1546 key bar =
1555 #define bar /* default for reserved keyword bar */
1581 #define bar /* default for reserved keyword bar */
1599 #define bar /* default for reserved keyword bar */
1617 #define bar /* default for reserved keyword bar */
1857 ver bar 19840919
1862 api bar 19991231 moe larry shemp
1863 api bar 20020202 curly
1864 api bar 20030303 shemp
1865 api bar 20040404 joe_b
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/
H A Dtmlib32 tzname[1] && !strcmp(tzname[1], "bar");
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dcoprocess.sh246 print -p bar
250 [[ $REPLY == bar ]] || err_exit "second REPLY from $cat coprocess is $REPLY not bar"
/illumos-gate/usr/src/cmd/ipf/examples/
H A Dexample.54 # allow packets coming from foo to bar through.

12345678910