Home
last modified time | relevance | path

Searched refs:enabled (Results 1 – 25 of 263) sorted by path

1234567891011

/illumos-gate/usr/src/boot/common/
H A Dhelp.common253 # Tset Sboot_verbose DBoot with verbose messages enabled
/illumos-gate/usr/src/boot/forth/
H A Dcheck-password.4th148 \ Prompt for GEOM ELI (geli(8)) passphrase if enabled
H A Dcolor.4th47 \ It is enabled.
H A Dmenu.4th153 : acpienabled? ( -- flag ) \ Returns TRUE if ACPI is enabled, FALSE otherwise
742 \ value of menu_caption[x] (ansi_caption[x] with loader_color enabled).
744 \ toggled_text[x] (toggled_ansi[x] with loader_color enabled) as the
746 \ (again, ansi_caption[x] with loader_color enabled). Last, we'll
820 \ enabled) as set in loader.rc(5), et. al.
849 \ (or ansi_caption[x] with loader_color enabled)
H A Dsupport.4th1610 \ scan the list of modules, load enabled ones.
/illumos-gate/usr/src/boot/i386/cdboot/
H A Dcdboot.S495 # Thus, the A20 line is already enabled.
/illumos-gate/usr/src/boot/i386/pxeldr/
H A Dpxeldr.S239 * Thus, the A20 line is already enabled.
/illumos-gate/usr/src/cmd/acctadm/
H A Dmain.c120 char *enabled = NULL; /* enabled resources string */ in main() local
146 enabled = optarg; in main()
189 if (!(disabled || enabled || Dflg || Eflg || file || sflg || in main()
240 if ((enabled || disabled) && (rflg || Dflg || sflg || xflg || Eflg)) in main()
243 if ((file || xflg || Dflg || Eflg || enabled || disabled) && in main()
258 if (!enabled && !disabled && !file && in main()
344 if (enabled || disabled) { in main()
378 } else if (enabled) { in main()
379 str2buf(buf, enabled, AC_ON, type); in main()
432 if (enabled && (type & AC_NET)) { in main()
[all …]
/illumos-gate/usr/src/cmd/allocate/
H A Dsvc-allocate106 state=`/usr/bin/svcprop -c -p general/enabled $SMF_FMRI 2>/dev/null`
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/
H A Dpreroot5 /* preroot not enabled */
H A Dstandards36 * that enabled all symbols from the latest implemented standards
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/
H A Dpreroot5 /* preroot not enabled */
H A Dstandards36 * that enabled all symbols from the latest implemented standards
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/
H A Dpreroot5 /* preroot not enabled */
H A Dstandards36 * that enabled all symbols from the latest implemented standards
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/
H A Dpreroot5 /* preroot not enabled */
H A Dstandards36 * that enabled all symbols from the latest implemented standards
/illumos-gate/usr/src/cmd/ast/libshell/
H A Dmapfile-vers153 # can load builtins which are not enabled by the default OS/Net configuration.
/illumos-gate/usr/src/cmd/audio/audioctl/
H A Daudioctl.c816 if ((d->mixer.enabled == 0) && (!verbose)) in do_list_devices()
/illumos-gate/usr/src/cmd/audio/audiotest/
H A Daudiotest.c408 if (!ainfo.enabled) { in test_device()
/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_ahci.c1024 ata_ident->enabled.command1 = (ATA_SUPPORT_POWERMGT | ATA_SUPPORT_PACKET | in ata_identify_init()
1026 ata_ident->enabled.extension = (1 << 14); in ata_identify_init()
1086 ata_ident->enabled.command1 = (ATA_SUPPORT_POWERMGT | ATA_SUPPORT_WRITECACHE | in ata_identify_init()
1088 ata_ident->enabled.command2 = (ATA_SUPPORT_ADDRESS48 | ATA_SUPPORT_FLUSHCACHE | in ata_identify_init()
1090 ata_ident->enabled.extension = (1 << 14); in ata_identify_init()
H A Dpci_emul.c1221 pi->pi_msix.enabled = val & PCIM_MSIXCTRL_MSIX_ENABLE; in msixcap_cfgwrite()
1257 pi->pi_msi.enabled = msgctrl & PCIM_MSICTRL_MSI_ENABLE ? 1 : 0; in msicap_cfgwrite()
1258 if (pi->pi_msi.enabled) { in msicap_cfgwrite()
1836 return (pi->pi_msi.enabled); in pci_msi_enabled()
1842 if (pi->pi_msi.enabled) in pci_msi_maxmsgnum()
1852 return (pi->pi_msix.enabled && !pi->pi_msi.enabled); in pci_msix_enabled()
1892 return (!(pi->pi_msi.enabled || pi->pi_msix.enabled || in pci_lintr_permitted()
H A Dpci_emul.h78 int baridx, int enabled, uint64_t address);
141 int enabled; member
148 int enabled; member
H A Dpci_fbuf.c220 pci_fbuf_baraddr(struct pci_devinst *pi, int baridx, int enabled, in pci_fbuf_baraddr() argument
230 if (!enabled) { in pci_fbuf_baraddr()
H A Dpci_lpc.c80 int enabled; member
328 sc->enabled = 1; in lpc_init()
444 if (!sc->enabled) in pci_lpc_uart_dsdt()

1234567891011