Home
last modified time | relevance | path

Searched refs:bar (Results 176 – 200 of 231) sorted by relevance

12345678910

/illumos-gate/usr/src/test/util-tests/tests/ctf/
H A Dctftest-convert-non-c.ksh66 struct bar { char *tar; };
H A Dctftest-merge-no-ctf.ksh82 struct bar { char *tar; };
H A Dctftest-convert-no-dwarf.ksh78 struct bar { char *tar; };
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dsigchld.sh142 do if print foo | grep bar
H A Dappend.sh54 aarray+=( [2]=2 [3]=3 [foo]=bar )
H A Dcubetype.sh37 items=(foo bar)
/illumos-gate/usr/src/test/zfs-tests/tests/functional/large_dnode/
H A Dlarge_dnode_005_pos.ksh39 TEST_FILEINCR=bar
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/ustack/
H A Dtst.spin.ksh116 die "expected END at \$.\n" unless /\`bar\+/;
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Project/t/
H A DProject.t436 [ 0, 0, {}, "value1:142::::one=foo,bar" ],
437 [ 0, 0, {}, "value2:143::::one=,bar," ],
438 [ 0, 0, {}, "value3:144::::one=(foo,bar)" ],
439 [ 0, 0, {}, "value4:145::::one=(foo,bar,baz),boo" ],
440 [ 0, 0, {}, "value5:146::::one;two=bar,(baz),foo,((baz)),(,)" ],
569 [ 1, 0, {}, "value6:150::::name=(foo,bar" ],
616 [ 1, 0, {}, "semi2:197::::foo;;bar=1" ],
617 [ 1, 0, {}, "semi3:198::::;;bar=(10)" ],
/illumos-gate/usr/src/cmd/pginfo/
H A Dpginfo.pl504 my $bar = $npeers ? "|" : "`";
507 print $prefix ? "$bar" . "-- " : "";
/illumos-gate/usr/src/uts/common/io/sdcard/adapters/sdhost/
H A Dsdhost.c279 uint8_t bar; in sdhost_attach() local
355 bar = SLOTINFO_BAR(slotinfo) + 1; in sdhost_attach()
381 if (sdhost_init_slot(dip, shp, i, bar + i) != DDI_SUCCESS) { in sdhost_attach()
1024 sdhost_init_slot(dev_info_t *dip, sdhost_t *shp, int num, int bar) in sdhost_init_slot() argument
1112 if (ddi_regs_map_setup(dip, bar, &ss->ss_regva, 0, 0, &sdhost_regattr, in sdhost_init_slot()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/
H A Dcommon12 int bar = 5;
13 int* _imp__foo = &bar;
18 bar() { foo(1, 1); }
23 void* bar() { return foo(); }
/illumos-gate/usr/src/lib/fm/libfmd_msg/common/
H A Dfmd_msg_test.out61 DESC: This entry tests URL variable expansion - url = http://foo.bar.com/TEST-8000-08
102 DESC: This entry tests URL variable expansion - url = http://foo.bar.com/TEST-8000-08
/illumos-gate/usr/src/cmd/krb5/krb5kdc/
H A Dkdc_util.h196 #define process_v4(foo,bar,quux,foobar) KRB5KRB_AP_ERR_BADVERSION argument
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/include/
H A Dmm.h232 u8_t bar);
256 u8_t bar,
/illumos-gate/usr/src/cmd/lgrpinfo/
H A Dlgrpinfo.pl449 my $bar = $npeers ? "|" : "`";
451 print $myprefix ? "$bar" . "-- " : "";
/illumos-gate/usr/src/uts/common/io/sata/adapters/nv_sata/
H A Dnv_sata.c642 for (bar = 0; bar < 6; bar++) { in nv_attach()
643 status = ddi_regs_map_setup(dip, bar + 1, in nv_attach()
645 &nvc->nvc_bar_hdl[bar]); in nv_attach()
650 " %d status = %d", bar, status); in nv_attach()
883 while (--bar >= 0) { in nv_attach()
884 ddi_regs_map_free(&nvc->nvc_bar_hdl[bar]); in nv_attach()
2955 uint8_t bar, port; in nv_common_reg_init() local
2960 bar = NV_BAR_0; in nv_common_reg_init()
2964 bar = NV_BAR_2; in nv_common_reg_init()
2974 nvp->nvp_cmd_hdl = nvc->nvc_bar_hdl[bar]; in nv_common_reg_init()
[all …]
/illumos-gate/usr/src/lib/libslp/etc/
H A Dslp.conf.example205 # This sets the type hint to service:foo and service:bar:
206 # net.slp.typeHint=service:foo,service:bar
/illumos-gate/usr/src/contrib/ast/src/lib/libdll/
H A DRELEASE21 04-01-28 dllscan.c: update for new plugin scheme: lib/foo/bar.xxx
/illumos-gate/usr/src/test/zfs-tests/tests/functional/channel_program/synctask_core/
H A Dtst.set_props.zcp58 neg_props["mountpoint"] = {"/foo/bar"}
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_ctf.c1162 mdb_ctf_arinfo_t aar, bar; in type_equals() local
1204 mdb_ctf_array_info(b, &bar) == 0 && in type_equals()
1205 aar.mta_nelems == bar.mta_nelems && in type_equals()
1206 type_equals(aar.mta_index, bar.mta_index) && in type_equals()
1207 type_equals(aar.mta_contents, bar.mta_contents)); in type_equals()
/illumos-gate/usr/src/cmd/sed/
H A DPOSIX27 bar
33 bar
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/
H A Dosal.txt101 inside the doorbell bar.
105 bar offset in memory].
295 Returns the PCI bar size of the bar specified by `bar_id' - id 0 refers
296 to the regview bar and id 1 to the doorbell bar.
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dratz.c5096 char bar[METER_parts + 1]; local
5124 if ((i = (p / (100 / METER_parts))) >= sizeof(bar))
5125 i = sizeof(bar) - 1;
5128 bar[n++] = '*';
5129 while (n < sizeof(bar) - 1)
5130 bar[n++] = ' ';
5131 bar[n] = 0;
5132 clear = fprintf(stderr, "%02d%% |%s| %s%*s", p, bar, s, k, "\r");
/illumos-gate/usr/src/cmd/vi/port/
H A Dex.news652 /foo/;/bar
653 from visual and it will move to the first "bar" after the next "foo".
704 bar/g
707 bar/g
709 g/foo/s//foo bar\
1066 bar/g
1069 bar/g
1071 g/foo/s//foo bar\

12345678910