Home
last modified time | relevance | path

Searched refs:fallback (Results 1 – 25 of 40) sorted by relevance

12

/illumos-gate/usr/src/common/util/
H A Dgetresponse.c74 int fallback = 0; in init_yes() local
96 fallback = 1; in init_yes()
101 if (fallback == 1) { in init_yes()
109 fallback = 1; in init_yes()
111 if (fallback == 0) { in init_yes()
/illumos-gate/usr/src/test/bhyve-tests/tests/inst_emul/
H A Dpayload_cpuid.c31 int fallback; member
116 .fallback = 1,
121 .fallback = 1,
143 if (cases[i].fallback != 0) { in do_test()
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Drpc_soc.c522 goto fallback; in authdes_create()
527 goto fallback; in authdes_create()
535 goto fallback; in authdes_create()
544 fallback: in authdes_create()
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dgrub.info-1995 fails. This is possible with the "fallback" system in GRUB.
1009 * Booting fallback systems::
1068 Booting fallback systems
1073 fallback entries if you wish.
1085 fallback 1 2 # This is important!!!
1090 savedefault fallback # This is important!!!
1095 savedefault fallback # This is important!!!
1104 default and save a fallback entry as next boot entry with this
1108 because the command `fallback' specifies that `1' is the first fallback
1113 entry, because `fallback' specifies `2' as next fallback entry. This
[all …]
H A Dmenu.lst12 fallback 1
H A Dgrub.info1009 * Booting fallback systems::
1108 because the command `fallback' specifies that `1' is the first fallback
1113 entry, because `fallback' specifies `2' as next fallback entry. This
1178 fallback 1
1936 * fallback:: Set the fallback entry
1959 13.1.2 fallback
1962 -- Command: fallback num...
3027 fallback entry is saved. Next fallback entry is chosen from
3029 fallback ones.
4237 * fallback: fallback. (line 7)
[all …]
H A Dgrub.info-4193 * fallback: fallback.
H A Dgrub.texi1112 * Booting fallback systems::
1175 @node Booting fallback systems
1176 @subsection Booting fallback systems
1180 fallback entries if you wish.
1310 fallback 1
2122 * fallback:: Set the fallback entry
2143 @node fallback
2144 @subsection fallback
2146 @deffn Command fallback num...
2152 fallback entry numbers.
[all …]
H A Dgrub.info-2632 * fallback:: Set the fallback entry
638 File: grub.info, Node: default, Next: fallback, Up: Menu-specific commands
653 File: grub.info, Node: fallback, Next: hiddenmenu, Prev: default, Up: Menu-specific commands
655 fallback
658 - Command: fallback num...
664 specify multiple fallback entry numbers.
667 File: grub.info, Node: hiddenmenu, Next: timeout, Prev: fallback, Up: Menu-specific commands
H A Dgrub.info-3317 You can specify `fallback' instead of a number. Then, next
318 fallback entry is saved. Next fallback entry is chosen from
319 fallback entries. Normally, this will be the first entry in
320 fallback ones.
/illumos-gate/usr/src/lib/iconv_modules/utf-8/utils/icu-mapping-data/
H A Dwindows-720-2000.ucm75 # The 3rd column is the fallback indicator.
76 # The fallback indicator can have one of the following values:
78 # |1 for the best fallback codepage byte sequence.
80 # |3 for the best reverse fallback Unicode scaler value
/illumos-gate/usr/src/lib/pyzfs/common/
H A Dutil.py43 fallback=True).gettext
/illumos-gate/usr/src/lib/print/libpapi-dynamic/common/
H A Dservice.c53 default_service_uri(char *fallback) in default_service_uri() argument
72 result = fallback; in default_service_uri()
/illumos-gate/usr/src/grub/grub-0.97/
H A DNEWS4 * The command "fallback" supports mutiple fallback entries.
6 is the number of next boot entry or the special keyword `fallback'.
17 * The command "fallback" supports mutiple fallback entries.
19 is the number of next boot entry or the special keyword `fallback'.
93 * A fallback entry is executed immediately after a default entry,
413 * Added unattended booting support via new "fallback=" command.
/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_switch.h207 int fallback; /* if set, may need to fall back to main nscd */ member
H A Dnscd_switch.c935 swret->fallback = set_fallback_flag( in nss_search()
1397 if (swret.fallback == 1 && status == NSS_NOTFOUND) { in nss_psearch()
/illumos-gate/usr/src/contrib/ast/src/lib/libdll/
H A DRELEASE43 00-01-26 dlllook: add -- dlsym() with `_' weak prefix fallback
/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dlemon.c125 struct symbol *fallback; /* fallback token in case this token doesn't parse */ member
1883 struct symbol *fallback; /* The fallback token */ member
2162 psp->fallback = 0;
2252 if( psp->fallback==0 ){
2253 psp->fallback = sp;
2254 }else if( sp->fallback ){
2259 sp->fallback = psp->fallback;
3436 if( p->fallback==0 ){
3439 fprintf(out, " %3d, /* %10s => %s */\n", p->fallback->index,
3440 p->name, p->fallback->name);
[all …]
/illumos-gate/usr/src/cmd/vtfontcvt/
H A Dvtfontcvt.c267 add_glyph(const uint8_t *bytes, unsigned int map_idx, int fallback) in add_glyph() argument
286 if (fallback) in add_glyph()
/illumos-gate/usr/src/lib/libdlpi/common/
H A Dlibdlpi.c1071 goto fallback; in i_dlpi_open()
1100 goto fallback; in i_dlpi_open()
1116 fallback: in i_dlpi_open()
/illumos-gate/usr/src/cmd/cron/
H A Dcron.c1519 int fallback; in tz_next_time() local
1532 fallback = 0; in tz_next_time()
1549 fallback = 1; in tz_next_time()
1583 if (fallback) { in tz_next_time()
1660 if (fallback) { in tz_next_time()
/illumos-gate/usr/src/cmd/make/bin/
H A Dmain.cc1646 add_to_env(const char *var, const char *value, const char *fallback) in add_to_env() argument
1658 var, fallback); in add_to_env()
1666 var, oldpath, fallback); in add_to_env()
/illumos-gate/usr/src/cmd/syslogd/
H A Dsyslogd.c222 static struct filed fallback[2]; variable
3234 Files = (struct filed *) &fallback; /*lint !e545 */ in conf_init()
3245 Files = (struct filed *) &fallback; /*lint !e545 */ in conf_init()
3266 Files = (struct filed *) &fallback; /*lint !e545 */ in conf_init()
5247 if (Files != (struct filed *)&fallback) { in reconfigure()
/illumos-gate/usr/src/cmd/sgs/tools/
H A DSUNWonld-README314 4349137 rtld_db: A third fallback method for locating the linkmap
446 4469566 lazy loading fallback can reference un-relocated objects
937 6204123 ld.so.1: symbol lookup fails even after lazy loading fallback
1461 6706401 direct binding copy relocation fallback is insufficient for ild
1558 6853809 ld.so.1: rescan fallback optimization is invalid
/illumos-gate/usr/src/uts/common/io/
H A Dcmlb.c5726 fallback: return (ddi_prop_op(dev, dip, prop_op, mod_flags,
5733 goto fallback;
5750 goto fallback;
5814 goto fallback;

12