Home
last modified time | relevance | path

Searched refs:tries (Results 76 – 100 of 102) sorted by relevance

12345

/illumos-gate/usr/src/uts/sun/io/
H A Dfd.c5246 int i, tries; in fdgetlabel() local
5286 tries = nfdtypes+1; in fdgetlabel()
5291 tries = nfdtypes; in fdgetlabel()
5299 (C, "fdgetl: no. of tries %d\n", tries)); in fdgetlabel()
5303 for (i = 0; i < tries; i++) { in fdgetlabel()
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_parser.c4162 volatile int err, tries; in dt_cook_clause() local
4173 tries = 0; in dt_cook_clause()
4177 if (tries++ != 0 || err != EDT_COMPILER || ( in dt_cook_clause()
4183 if (tries == 0) { in dt_cook_clause()
4208 if (tries != 0) { in dt_cook_clause()
/illumos-gate/usr/src/cmd/idmap/idmapd/
H A Ddbutils.c232 int tries = 1; in init_db_instance() local
241 tries = 3; in init_db_instance()
244 if (tries == 0) { in init_db_instance()
248 if (tries-- == 1) in init_db_instance()
/illumos-gate/usr/src/pkg/manifests/
H A Ddeveloper-build-onbld.p5m113 # pkgdepend still tries to resolve it, and fails.
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dmisc1.test167 # with "ID" and tries again.
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dgrub.info-11047 With this configuration file, after all, GRUB always tries to boot
1107 When GRUB tries to boot `A', GRUB saves `1' as next boot entry,
1112 Likewise, when GRUB tries to boot `B', GRUB saves `2' as next boot
H A Dgrub.texi1153 With this configuration file, after all, GRUB always tries to boot the
1220 When GRUB tries to boot @samp{A}, GRUB saves @samp{1} as next boot
1225 Likewise, when GRUB tries to boot @samp{B}, GRUB saves @samp{2} as
H A Dgrub.info1047 With this configuration file, after all, GRUB always tries to boot
1107 When GRUB tries to boot `A', GRUB saves `1' as next boot entry,
1112 Likewise, when GRUB tries to boot `B', GRUB saves `2' as next boot
H A Dtexinfo.tex738 %% This method tries to make TeX break the page naturally
7054 % the first `\{ in the file would cause an error. This macro tries to fix
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/psvc/psvcobj/
H A Dpsvcobj.c5201 int32_t tries = 0; in ioctl_retry() local
5212 tries ++; in ioctl_retry()
5213 } while ((ret == -1) && (tries < 10)); in ioctl_retry()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dmetaslab.c2111 int tries = 0; in metaslab_potentially_evict() local
2113 tries < multilist_get_num_sublists(mc->mc_metaslab_txg_list) * 2; in metaslab_potentially_evict()
2114 tries++) { in metaslab_potentially_evict()
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A DREADME.XLINK343 elfdump tries to do sanity checking on the objects it
/illumos-gate/usr/src/cmd/zoneadmd/
H A Dvplat.c5318 int tries = 10; in lu_root_teardown() local
5320 while (--tries >= 0) { in lu_root_teardown()
/illumos-gate/usr/src/cmd/sgs/tools/
H A DSUNWonld-README541 4621479 'make' in $SRC/cmd/sgs/tools tries to install things in the proto area
1535 6818012 nm tries to modify readonly segment and dumps core
/illumos-gate/usr/src/grub/grub-0.97/
H A Daclocal.m4766 # parallel make tries to run `mkdir -p a/b' and `mkdir -p a/c'
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dsqlite.h.in269 ** tries to open the table again and the cycle repeats.
/illumos-gate/usr/src/cmd/vi/port/
H A Dex.news131 10.*yank-put now works when wrapmargin set and user tries to
/illumos-gate/usr/src/cmd/sendmail/cf/
H A DREADME2020 contains +detail information -- `strip' tries the lookup with the +detail
2021 and if no matches are found, strips the +detail and tries the lookup again;
/illumos-gate/usr/src/contrib/zlib/
H A DChangeLog1036 - Enchance comments in zlib.h on what happens if gzprintf() tries to
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DRELEASE751 sfio/sfputr.c: __ia64 memccpy is bogus -- how many tries do they get?
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/
H A Dsh.memo789 A job being run in the background will stop if it tries
H A DRELEASE1070 09-06-08 When var is an identifier and is unset, ${var} no longer tries to
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Drelease.txt1672 tries, RNR nak and silent drops.
/illumos-gate/usr/src/data/zoneinfo/
H A Dnorthamerica872 # "Lacking enough votes, the city faction tries to filibuster until time runs
/illumos-gate/usr/src/data/terminfo/
H A Dtermcap.src4299 # When screen tries to figure out a terminal name for
4302 # no such entry exists, screen tries "screen" (or "screen-w"
17053 # whenever the program tries to use insert mode, the effective

12345