Home
last modified time | relevance | path

Searched refs:fallback (Results 1 – 25 of 47) 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/pkg/manifests/
H A Dsystem-microcode-amd.p5m151 dir path=platform/i86pc/ucode/AuthenticAMD/fallback group=sys
152 file path=platform/i86pc/ucode/AuthenticAMD/fallback/8012-00 group=sys \
154 file path=platform/i86pc/ucode/AuthenticAMD/fallback/8310-00 group=sys \
156 file path=platform/i86pc/ucode/AuthenticAMD/fallback/A011-00 group=sys \
158 file path=platform/i86pc/ucode/AuthenticAMD/fallback/A012-00 group=sys \
160 file path=platform/i86pc/ucode/AuthenticAMD/fallback/A111-00 group=sys \
162 file path=platform/i86pc/ucode/AuthenticAMD/fallback/A112-00 group=sys \
164 file path=platform/i86pc/ucode/AuthenticAMD/fallback/A612-00 group=sys \
166 file path=platform/i86pc/ucode/AuthenticAMD/fallback/AA02-00 group=sys \
/illumos-gate/usr/src/data/ucode/
H A Dupdate.amd143 mv -f amd/$bf-00 amd/fallback/
147 typeset -i fbver=$(ucode_version amd/fallback/$bf-00)
178 for f in amd/fallback/*-*; do
H A DMakefile.com22 ROOTAMDFBDIR = $(ROOTUCODEPATH)/AuthenticAMD/fallback
/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/data/ucode/amd/
H A DMakefile18 SUBDIRS = fallback
/illumos-gate/usr/src/uts/intel/os/
H A Dmicrocode.c562 bool fallback = false; in ucode_check_boot() local
581 if (!fallback && ucode->us_locate_fallback != NULL) { in ucode_check_boot()
590 fallback = true; in ucode_check_boot()
H A Dmicrocode_amd.c294 i_ucode_locate_amd(cpu_t *cp, cpu_ucode_info_t *uinfop, bool fallback) in i_ucode_locate_amd() argument
343 fallback ? "fallback/" : "", eq_sig, i); in i_ucode_locate_amd()
/illumos-gate/usr/src/data/ucode/amd/fallback/
H A DREADME11 which is used as a fallback when the latest microcode is not accepted by
/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::
1012 File: grub.info, Node: Booting once-only, Next: Booting fallback systems, Up: Making your system…
1062 the "fallback" mechanism of GRUB. Look at next subsection for this
1066 File: grub.info, Node: Booting fallback systems, Prev: Booting once-only, Up: Making your system…
1068 Booting fallback systems
1071 GRUB supports a fallback mechanism of booting one or more other
1073 fallback entries if you wish.
1085 fallback 1 2 # This is important!!!
1090 savedefault fallback # This is important!!!
[all …]
H A Dmenu.lst12 fallback 1
H A Dgrub.info995 fails. This is possible with the "fallback" system in GRUB.
1009 * Booting fallback systems::
1012 File: grub.info, Node: Booting once-only, Next: Booting fallback systems, Up: Making your system…
1062 the "fallback" mechanism of GRUB. Look at next subsection for this
1066 File: grub.info, Node: Booting fallback systems, Prev: Booting once-only, Up: Making your system…
1068 4.3.2 Booting fallback systems
1071 GRUB supports a fallback mechanism of booting one or more other entries
1072 if a default boot entry fails. You can specify multiple fallback
1085 fallback 1 2 # This is important!!!
1090 savedefault fallback # This is important!!!
[all …]
H A Dgrub.info-4193 * fallback: fallback.
H A Dgrub.texi1098 fails. This is possible with the @dfn{fallback} system in GRUB.
1112 * Booting fallback systems::
1171 use the @dfn{fallback} mechanism of GRUB. Look at next subsection for
1175 @node Booting fallback systems
1176 @subsection Booting fallback systems
1178 GRUB supports a fallback mechanism of booting one or more other
1180 fallback entries if you wish.
1196 fallback 1 2 # This is important!!!
1201 savedefault fallback # This is important!!!
1206 savedefault fallback # This is important!!!
[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
/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
/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()

12