Home
last modified time | relevance | path

Searched refs:mode (Results 1 – 25 of 1887) sorted by path

12345678910>>...76

/illumos-gate/exception_lists/
H A Dpmodes28 # Exception List for permission mode checking
/illumos-gate/usr/src/
H A DTargetdirs565 # file mode
/illumos-gate/usr/src/boot/
H A DREADME.loader115 mode with loader. Everything you type will have the
118 o While in interactive mode, you can get help by typing
/illumos-gate/usr/src/boot/common/
H A Dhelp.common93 framebuffer on | off | get | list [depth] | set <display or mode number>
95 Switch framebuffer mode on or off, get current mode, list available
96 modes or set mode by using either display resolution or framebuffer
97 mode number. If the system does not provide display resolution via
246 # Tset Sboot_single DBoot into the single user mode
H A Dmultiboot2.c470 char mode[10]; in update_cmdline() local
490 snprintf(mode, sizeof (mode), "%s-mode", os_console); in update_cmdline()
498 if ((ttymode = getenv(mode)) == NULL) in update_cmdline()
521 *mode = '\0'; in update_cmdline()
523 strncpy(mode, prop, plen); in update_cmdline()
524 mode[plen] = '\0'; in update_cmdline()
525 strncat(mode, "-mode", 5); in update_cmdline()
526 find_property_value(cl, mode, &ttyp, &ttylen); in update_cmdline()
529 if (*mode != '\0' && ttyp == NULL) in update_cmdline()
530 ttymode = getenv(mode); in update_cmdline()
[all …]
H A Dtem.c388 if ((temargs.mode != VIS_TEXT) && (temargs.mode != VIS_PIXEL)) { in tem_info_init()
409 if (temargs.mode == VIS_PIXEL) in tem_info_init()
427 if (tp->mode == VIS_TEXT) { in tems_check_videomode()
493 tems.ts_display_mode = tp->mode; in tems_setup_terminal()
496 switch (tp->mode) { in tems_setup_terminal()
695 tem_kdsetmode(int mode) in tem_kdsetmode() argument
699 (void *)(intptr_t)mode); in tem_kdsetmode()
/illumos-gate/usr/src/boot/common/linenoise/
H A DREADME.markdown6 * Single and multi line editing mode with the usual key bindings implemented.
/illumos-gate/usr/src/boot/efi/include/IndustryStandard/
H A DTpm20.h1264 TPMU_SYM_MODE mode; member
1271 TPMU_SYM_MODE mode; member
/illumos-gate/usr/src/boot/efi/libefi/
H A Defi_console.c223 plat_cons_update_mode(int mode) in plat_cons_update_mode() argument
234 if (mode != -1 && console_mode != mode) in plat_cons_update_mode()
235 console_mode = mode; in plat_cons_update_mode()
252 devinit.mode = VIS_TEXT; in plat_cons_update_mode()
261 devinit.mode = VIS_PIXEL; in plat_cons_update_mode()
280 data->mode = VIS_PIXEL; in efi_fb_devinit()
303 data->mode = VIS_TEXT; in efi_text_devinit()
H A Definet.c73 dump_mode(EFI_SIMPLE_NETWORK_MODE *mode) in dump_mode() argument
77 printf("State = %x\n", mode->State); in dump_mode()
78 printf("HwAddressSize = %u\n", mode->HwAddressSize); in dump_mode()
81 printf("NvRamSize = %u\n", mode->NvRamSize); in dump_mode()
88 for (i = 0; i < mode->MCastFilterCount; i++) in dump_mode()
89 printf(" %s", ether_sprintf(mode->MCastFilter[i].Addr)); in dump_mode()
92 ether_sprintf(mode->CurrentAddress.Addr)); in dump_mode()
94 ether_sprintf(mode->BroadcastAddress.Addr)); in dump_mode()
96 ether_sprintf(mode->PermanentAddress.Addr)); in dump_mode()
97 printf("IfType = %u\n", mode->IfType); in dump_mode()
[all …]
/illumos-gate/usr/src/boot/efi/loader/
H A Dframebuffer.c519 uint32_t mode; in efi_find_framebuffer() local
592 if (mode >= 0) { in print_efifb()
644 UINT32 mode; in efifb_find_mode_xydm() local
655 for (mode = 0; mode < gop->Mode->MaxMode; mode++) { in efifb_find_mode_xydm()
662 return (mode); in efifb_find_mode_xydm()
670 return (mode); in efifb_find_mode_xydm()
703 UINT32 mode; in gop_default_mode() local
721 return (mode); in gop_default_mode()
735 uint_t mode; in command_gop() local
791 mode = efifb_find_mode_xydm(0, 0, 0, mode); in command_gop()
[all …]
H A Dmain.c1145 COMMAND_SET(mode, "mode", "change or display EFI text modes", command_mode);
1151 unsigned int mode; in command_mode() local
1166 mode = strtol(argv[1], &cp, 0); in command_mode()
1171 status = conout->QueryMode(conout, mode, &cols, &rows); in command_mode()
1173 printf("invalid mode %d\n", mode); in command_mode()
1176 status = conout->SetMode(conout, mode); in command_mode()
1178 printf("couldn't set mode %d\n", mode); in command_mode()
/illumos-gate/usr/src/boot/forth/
H A Dmenu-commands.4th91 ." NoInstall/Recovery mode boot. login/pw: root/root" cr
H A Dmenu.4th252 \ legacy: 8 - use legacy mode
H A Dmenu.rc156 \ In EFI mode the framebuffer cannot be disabled. Although "framebuffer off"
H A Dscreen.4th53 \ Enable bold mode ( Esc-[1m )
56 \ Disable bold mode ( Esc-[22m )
59 \ Enable inverse foreground/background mode ( Esc-[7m )
62 \ Disable inverse foreground/background mode ( Esc-[27m )
85 : cursor-set ( cursor-mode -- ) escc [char] ? emit 25 .# emit ;
/illumos-gate/usr/src/boot/i386/btx/btx/
H A Dbtx.S26 .set MEM_ESPR,0x5e00 # Real mode stack
101 .set BDA_SCR,0x449 # Video mode
197 inc %ax # mode
236 iret # To user mode
269 mov %eax,%cr0 # real mode
274 mov $0x7008,%bx # Set real mode
574 movl %eax,%cr0 # mode
624 inc %ax # mode
657 rep # real mode stack
673 rep # from real mode stack
[all …]
/illumos-gate/usr/src/boot/i386/btx/btxldr/
H A Dbtxldr.S31 .set MEM_STUB,0x600 # Real mode stub
58 .set BDA_SCR,0x449 # Video mode
/illumos-gate/usr/src/boot/i386/cdboot/
H A Dcdboot.S31 # from a CD-ROM booted with no emulation mode as described by the El
/illumos-gate/usr/src/boot/i386/gptzfsboot/
H A Dzfsboot.c180 char mode[10]; in main() local
183 snprintf(mode, sizeof (mode), "%s-mode", ptr); in main()
199 ptr = getenv(mode); in main()
/illumos-gate/usr/src/boot/i386/libi386/
H A Dlinux.c319 long mode; in linux_exec() local
327 mode = strtol(value, NULL, 0); in linux_exec()
328 if (errno != 0 || mode >> 16 != 0 || mode == 0) { in linux_exec()
332 vid_mode = (uint16_t) mode; in linux_exec()
H A Dvbe.c120 v86.ecx = mode; in biosvbe_get_mode_info()
196 v86.ebx = mode; in biosvbe_palette_data()
367 int mode, ret; in vbe_set_palette() local
386 mode = 0x80; in vbe_set_palette()
388 mode = 0; in vbe_set_palette()
529 uint16_t mode; in vbe_find_mode_xydm() local
562 if (m == mode) in vbe_find_mode_xydm()
563 return (mode); in vbe_find_mode_xydm()
571 return (mode); in vbe_find_mode_xydm()
696 uint16_t mode; in vbe_modelist() local
[all …]
H A Dvidconsole.c181 plat_cons_update_mode(int mode __unused) in plat_cons_update_mode()
195 devinit.mode = VIS_PIXEL; in plat_cons_update_mode()
204 devinit.mode = VIS_TEXT; in plat_cons_update_mode()
223 devinit->mode = VIS_PIXEL; in vidc_vbe_devinit()
243 devinit->mode = VIS_TEXT; in vidc_text_devinit()
/illumos-gate/usr/src/boot/i386/pmbr/
H A Dpmbr.s105 jc err_rd # need lba mode for now
/illumos-gate/usr/src/boot/include/ufs/ufs/
H A Ddir.h100 #define IFTODT(mode) (((mode) & 0170000) >> 12) argument

12345678910>>...76