Home
last modified time | relevance | path

Searched refs:bar (Results 76 – 100 of 231) sorted by relevance

12345678910

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dquoting.sh100 set -- ${x+foo bar bam}
110 then err_exit '${x+foo '\''bar bam'\''} does not yield two arguments'
221 then err_exit '${foo+\\n\ $bar} expansion error with bar unset'
H A Dbuiltins.sh36 : ${foo=bar} || err_exit ": failed"
37 [[ $foo == bar ]] || err_exit ": side effects failed"
73 false ${foo=bar} && err_exit "false failed"
143 if [[ $( for i in foo bar
174 if [[ $(abc: for i in foo bar;do print $i;break abc;done) != foo ]]
366 if [[ $(foo=bar; eval foo=\$foo $env exec -c \$SHELL -c \'print \$foo\') != bar ]]
422 set -- -a -b $optarg -c bar
H A Dio.sh55 print bar >> file1
88 bar) semantics='dup' ;;
154 bar
488 print bar >; $tmp/file1
489 [[ $(<$tmp/file3) == bar ]] || err_exit '>; not following symlinks'
502 echo foo bar > $tf
H A Dquoting2.sh101 set -- ${x+foo bar bam}
111 then err_exit '${x+foo '\''bar bam'\''} does not yield two arguments'
H A Dsubstring.sh30 base=/home/dgk/foo//bar
92 if [[ "${string1#@(*/bar|*/foo)}" != //bar/abcabcabc ]]
105 if [[ ${foo//[0-9]/bar} != abc ]]
239 set -- foo/bar bam/yes last/file/done
243 var=(foo/bar bam/yes last/file/done)
/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/uts/intel/io/vmm/io/
H A Dppt.c146 #define BAR_TO_IDX(bar) (((bar) - PCI_CONF_BASE0) / PCI_BAR_SZ_32) argument
344 int err, bar; in ppt_devmap() local
363 ddireg = ppt->pptd_bars[bar].ddireg; in ppt_devmap()
408 uint_t bar, rnum; in ppt_bar_crawl() local
411 bar = PCI_REG_REG_G(reg->pci_phys_hi); in ppt_bar_crawl()
412 if (!BAR_VALID(bar)) { in ppt_bar_crawl()
416 rnum = BAR_TO_IDX(bar); in ppt_bar_crawl()
468 const uint64_t bar_end = bar->base + bar->size; in ppt_bar_verify_mmio()
471 if (bar->type != PCI_ADDR_MEM32 && in ppt_bar_verify_mmio()
472 bar->type != PCI_ADDR_MEM64) { in ppt_bar_verify_mmio()
[all …]
/illumos-gate/usr/src/tools/smatch/src/validation/backend/
H A Dfunction-ptr-xtype.c24 int bar(int (*fn)(int), int arg1, int arg2);
25 int bar(int (*fn)(int), int arg1, int arg2) in bar() function
/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/test/zfs-tests/tests/functional/channel_program/lua_core/
H A Dtst.args_to_lua.zcp16 -- This program should be invoked as "zfs program <pool> <prog> foo bar"
23 assert(argv[2] == "bar")
/illumos-gate/usr/src/lib/fm/libdiagcode/common/tests/
H A DSAMPLE1.dict29 # minor versioning check, foo=bar should be ignored
30 FMDICT: name=SAMPLE1 version=1 bits=30 maxkey=20 foo=bar
49 #TEST:getprop:0:foo:bar
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dauth_none.c100 authnone_validate(AUTH *foo, struct opaque_auth *bar) in authnone_validate() argument
107 authnone_refresh(AUTH *foo, struct rpc_msg *bar, cred_t *cr) in authnone_refresh() argument
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_receive/
H A Dzfs_receive_004_neg.ksh81 log_must touch /$TESTPOOL/bar
89 log_must touch /$TESTDIR/bar
/illumos-gate/usr/src/test/zfs-tests/tests/functional/channel_program/synctask_core/
H A Dtst.get_count_and_limit.ksh34 log_must rm -rf $fs/bar
77 log_must zfs create $fs/bar
/illumos-gate/usr/src/cmd/ptools/pmap/
H A Dpmap.c199 const char *bar; in main() local
356 bar = addr_width == 8 ? bar8 : bar16; in main()
501 bar, bar, bar, bar, bar); in main()
524 bar, bar, bar); in main()
/illumos-gate/usr/src/uts/intel/io/pci/
H A Dpci_boot.c2465 if (bar <= 3) { in pciide_adjust_bar()
2466 *lenp = pciide_bar[bar].length; in pciide_adjust_bar()
2471 *basep = pciide_bar[bar].addr; in pciide_adjust_bar()
2620 bar, base, len); in add_bar_reg_props()
2630 bar, base, len, nbase); in add_bar_reg_props()
2722 "pci", bus, dev, func, bar, in add_bar_reg_props()
2791 "pci", bus, dev, func, bar, in add_bar_reg_props()
2858 "pci", bus, dev, func, bar, in add_bar_reg_props()
2876 uint_t bar, value, devloc, base; in add_reg_props() local
2924 bar++, offset += bar_sz) { in add_reg_props()
[all …]
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/multiaggs/
H A Dtst.tuplecompat.d.out1 foo 789 bar 123 456
/illumos-gate/usr/src/test/util-tests/tests/awk/gnu/
H A Dconcat4.in2 bar
H A Drange1.awk1 /foo/,/bar/ { print }
H A Dwideidx.in2 bar
/illumos-gate/usr/src/test/util-tests/tests/awk/syn/
H A Dtradanch1.awk1 /foo^bar/
/illumos-gate/usr/src/tools/smatch/src/validation/
H A Dempty-expr.c11 static int bar(void) in bar() function
/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/test/util-tests/tests/grep_xpg4/files/
H A Dtest.lL.02 bar

12345678910