/illumos-gate/usr/src/boot/efi/include/i386/ |
H A D | ProcessorBind.h | 26 // Disable ICC's remark #869: "Parameter" was never referenced warning. 27 // This is legal ANSI C code so we disable the remark that is turned on with -Wall 29 #pragma warning ( disable : 869 ) 32 // Disable ICC's remark #1418: external function definition with no prior declaration. 33 // This is legal ANSI C code so we disable the remark that is turned on with /W4 35 #pragma warning ( disable : 1418 ) 38 // Disable ICC's remark #1419: external declaration in primary source file 39 // This is legal ANSI C code so we disable the remark that is turned on with /W4 41 #pragma warning ( disable : 1419 ) 44 // Disable ICC's remark #593: "Variable" was set but never used. [all …]
|
/illumos-gate/usr/src/uts/sparc/io/fibre-channel/impl/ |
H A D | fp.conf | 38 # disable the default behavior and force the manual configuration of 40 # will disable the automatic configuration of devices. 62 # mpxio-disable property. Setting mpxio-disable="no" will activate 63 # I/O multipathing; setting mpxio-disable="yes" disables the feature. 65 # Global mpxio-disable property: 68 # mpxio-disable="no"; 70 # To globally disable MPxIO on all fp ports set: 71 # mpxio-disable="yes"; 73 # Per port mpxio-disable property: 75 # You can also enable or disable MPxIO on a per port basis. [all …]
|
/illumos-gate/usr/src/grub/grub-0.97/ |
H A D | configure.ac | 225 [ --disable-ext2fs disable ext2fs support in Stage 2]) 232 [ --disable-fat disable FAT support in Stage 2]) 239 [ --disable-ffs disable FFS support in Stage 2]) 246 [ --disable-ufs disable UFS support in Stage 2]) 253 [ --disable-ufs2 disable UFS2 support in Stage 2]) 260 [ --disable-minix disable Minix fs support in Stage 2]) 267 [ --disable-reiserfs disable ReiserFS support in Stage 2]) 274 [ --disable-vstafs disable VSTa FS support in Stage 2]) 281 [ --disable-jfs disable IBM JFS support in Stage 2]) 288 [ --disable-xfs disable SGI XFS support in Stage 2]) [all …]
|
H A D | INSTALL | 171 `./config.cache'. Set FILE to `/dev/null' to disable caching, for 195 `--disable-ext2fs' 198 `--disable-fat' 201 `--disable-ffs' 204 `--disable-minix' 207 `--disable-reiserfs' 210 `--disable-vstafs' 213 `--disable-jfs' 216 `--disable-xfs' 219 `--disable-ufs2' [all …]
|
/illumos-gate/usr/src/boot/efi/include/amd64/ |
H A D | ProcessorBind.h | 42 // Disable ICC's remark #869: "Parameter" was never referenced warning. 43 // This is legal ANSI C code so we disable the remark that is turned on with -Wall 45 #pragma warning ( disable : 869 ) 48 // Disable ICC's remark #1418: external function definition with no prior declaration. 49 // This is legal ANSI C code so we disable the remark that is turned on with /W4 51 #pragma warning ( disable : 1418 ) 54 // Disable ICC's remark #1419: external declaration in primary source file 55 // This is legal ANSI C code so we disable the remark that is turned on with /W4 57 #pragma warning ( disable : 1419 ) 60 // Disable ICC's remark #593: "Variable" was set but never used. [all …]
|
/illumos-gate/usr/src/uts/intel/io/fibre-channel/impl/ |
H A D | fp.conf | 38 # disable default behavior and force the manual configuration of 40 # will disable the automatic configuration of devices. 62 # mpxio-disable property. Setting mpxio-disable="no" will activate 63 # I/O multipathing; setting mpxio-disable="yes" disables the feature. 65 # Global mpxio-disable property: 68 # mpxio-disable="no"; 70 # To globally disable MPxIO on all fp ports set: 71 # mpxio-disable="yes"; 73 # Per port mpxio-disable property: 75 # You can also enable or disable MPxIO on a per port basis. [all …]
|
/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/ |
H A D | mpt_sas.conf | 34 # mpxio-disable property. Setting mpxio-disable="no" will activate 35 # I/O multipathing; setting mpxio-disable="yes" disables the feature. 37 # Global mpxio-disable property: 40 # mpxio-disable="no"; 42 # To globally disable MPxIO on all LSI MPT SAS 2.0/2.5 controllers set: 43 # mpxio-disable="yes"; 45 # You can also enable or disable MPxIO on a per HBA basis. 47 # To disable MPxIO on a controller whose parent is /pci@7c0/pci@0/pci@9 49 # name="mpt_sas" parent="/pci@7c0/pci@0/pci@9" unit-address="0" mpxio-disable="yes"; 51 mpxio-disable="no";
|
/illumos-gate/usr/src/man/man1b/ |
H A D | stty.1b | 107 Enable (disable) parity generation and detection. 117 Enable (disable) extended parity generation and detection for mark and space 223 Enable (disable) the receiver. 299 Enable (disable) input parity checking. 353 Enable (disable) START/STOP output control. Output is stopped by sending an 409 Enable (disable) extended (implementation-defined) functions for input data. 545 Enable (disable) the checking of characters against the special control 556 Enable (disable) canonical input (ERASE and KILL processing). Does not set MIN 641 Disable (enable) flush after INTR, QUIT, or SWTCH. For information on 651 Disable (enable) truncation of lines longer than 79 characters on a synchronous [all …]
|
/illumos-gate/usr/src/boot/efi/include/arm64/ |
H A D | ProcessorBind.h | 30 // Disable some level 4 compilation warnings (same as IA32 and X64) 36 #pragma warning ( disable : 4214 ) 41 #pragma warning ( disable : 4100 ) 44 // Disable slightly different base types warning as CHAR8 * can not be set 47 #pragma warning ( disable : 4057 ) 52 #pragma warning ( disable : 4127 ) 57 #pragma warning ( disable : 4505 ) 62 #pragma warning ( disable : 4206 ) 65 // Disable 'potentially uninitialized local variable X used' warnings 67 #pragma warning ( disable : 4701 ) [all …]
|
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/ |
H A D | iscsi.conf | 30 # mpxio-disable property. Setting mpxio-disable="no" will activate 31 # I/O multipathing; setting mpxio-disable="yes" disables the feature. 33 # Global mpxio-disable property: 36 # mpxio-disable="no"; 38 # To globally disable MPxIO on all iscsi ports set: 39 # mpxio-disable="yes"; 41 mpxio-disable="no";
|
/illumos-gate/usr/src/man/man1/ |
H A D | stty.1 | 137 Enable (disable) parity generation and detection. 146 Enable (disable) extended parity generation and detection for mark and space 210 Enable (disable) the receiver. 403 Enable (disable) input parity checking. 457 Enable (disable) START/STOP output control. Output is stopped by sending STOP 627 Enable (disable) the checking of characters against the special control 638 Enable (disable) canonical input (ERASE and KILL processing). Does not set 705 Disable (enable) flush after INTR, QUIT, or SUSP. 714 Disable (enable) truncation of lines longer than \fB79\fR characters on a 779 Enable (disable) special control characters not currently controlled by [all …]
|
H A D | enable.1 | 8 enable, disable \- enable/disable LP printers 17 \fB/usr/bin/disable\fR [\fB-c\fR | \fB-W\fR] [\fB-r\fR [\fIreason\fR]] \fIprinter\fR... 27 The \fBdisable\fR command deactivates printers, disabling them from printing 31 \fBdisable\fR command must be run on the print server. 37 Generally, \fBenable\fR and \fBdisable\fR are run on the print server to 42 The following options are supported for use with \fBdisable\fR: 80 The following operand is supported for both \fBenable\fR and \fBdisable\fR:
|
/illumos-gate/usr/src/man/man8/ |
H A D | cryptoadm.8 | 17 \fBcryptoadm\fR disable 50 \fBcryptoadm\fR disable fips-140 98 provides subcommands to enable and disable the metaslot's features, list 103 The \fBcryptoadm\fR utility provides subcommands to enable and disable FIPS-140 222 \fB\fBcryptoadm\fR \fBdisable provider=\fIprovider-name\fR\fR\fR 231 Disable the mechanisms or provider features specified for the provider. See 244 Disable the metaslot feature in the cryptographic framework or disable some of 247 specified, disable mechanisms specified for metaslot. If all mechanisms are 370 \fB\fBcryptoadm\fR \fBdisable fips-140\fR\fR 374 Disable FIPS-140 mode in the Cryptographic Framework. [all …]
|
/illumos-gate/usr/src/man/man4d/ |
H A D | mpt_sas.4d | 33 \fB\fBmpxio-disable\fR\fR 38 \fBmpxio-disable\fR property. Specifying \fBmpxio-disable="no"\fR activates I/O 39 multipathing, while \fBmpxio-disable="yes"\fR disables I/O multipathing. 44 The following example shows how to disable multipathing on port 0 whose parent 50 mpxio-disable="yes"; 58 \fBExample 1 \fRUsing the \fBmpt_sas\fR Configuration File to Disable MPXIO 67 mpxio-disable="yes";
|
H A D | fp.4d | 34 \fBmpxio-disable\fR 39 the mpxio-disable property. Specifying mpxio-disable="no" activates I/O 40 multipathing, while mpxio-disable="yes" disables the feature. Solaris I/O 43 shows how to disable multipathing on port 0 whose parent is 49 mpxio-disable="yes"; 65 property may be configured to disable the default behavior and force the 149 mpxio-disable Uncommitted
|
/illumos-gate/usr/src/cmd/stmsboot/ |
H A D | stmsboot.sh | 82 # the mpxio-disable property. 102 /mpxio-disable[ ]*=.*;$/{ w '$3' 105 /disable-sata-mpxio[ ]*=.*;$/{ w '$4' 115 /mpxio-disable[ ]*=/{ s/\n/ /g 181 # during the next reboot. If the cmd is "enable" or "disable", copy 206 if [ "$cmd" = "enable" -o "$cmd" = "disable" ]; then 266 # Disable Fast Reboot temporarily for the next reboot only. 279 $SVCADM disable -t $STMSINSTANCE 304 # Enable or disable mpxio as specified by the cmd. 307 # Args: $cmd = {enable | disable} [all …]
|
/illumos-gate/usr/src/lib/storage/libg_fc/common/hdrs/ |
H A D | g_scsi.h | 91 rpl : 2; /* disable correction */ 106 uchar_t dcr : 1, /* disable correction */ 107 dte : 1, /* disable transfer on error */ 121 dte : 1, /* disable transfer on error */ 122 dcr : 1; /* disable correction */ 144 uchar_t rcd : 1, /* Read Cache Disable */ 154 rcd : 1; /* Read Cache Disable */ 160 ushort_t pf_dsbl_trans_len; /* Disable prefetch Xfer len. */
|
/illumos-gate/usr/src/lib/cfgadm_plugins/sysctrl/common/ |
H A D | cfga.c | 172 /* n */ "disable-at-boot", 194 /* n */ "\t-o disable-at-boot", 753 dlist_update(int board, int disable, char *dlist, struct cfga_msg *msgp, in dlist_update() argument 786 if (disable) { in dlist_update() 804 if (disable) { in dlist_update() 884 int disable; in cfga_change_state() local 900 disable = 0; in cfga_change_state() 902 disable++; in cfga_change_state() 925 err = disable ? OPT_DISABLE : OPT_ENABLE; in cfga_change_state() 943 else if (disabled && !(force || (options && !disable))) in cfga_change_state() [all …]
|
/illumos-gate/usr/src/uts/sun4u/io/ |
H A D | panther_asm.S | 128 ! since we disable interrupts, we don't need to do kpreempt_disable() 131 wrpr %g0, %g1, %pstate ! disable interrupts 188 ! since we disable interrupts, we don't need to do kpreempt_disable() 191 wrpr %g0, %g1, %pstate ! disable interrupts 235 ! since we disable interrupts, we don't need to do kpreempt_disable() 238 wrpr %g0, %g1, %pstate ! disable interrupts 291 ! since we disable interrupts, we don't need to do kpreempt_disable() 294 wrpr %g0, %g1, %pstate ! disable interrupts 339 ! since we disable interrupts, we don't need to do kpreempt_disable() 342 wrpr %g0, %g1, %pstate ! disable interrupts [all …]
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/ |
H A D | inetd-upgrade.sh | 71 # Instance found, so disable and delete 72 svcadm disable $i 142 # add all non-default instances to disable list 158 # to the list of instances to disable. 183 # disable the necessary instances 185 svcadm disable $inst 199 # Now disable myself as the upgrade is done 200 svcadm disable network/inetd-upgrade
|
/illumos-gate/usr/src/uts/common/sys/scsi/impl/ |
H A D | mode.h | 74 uchar_t dcr : 1, /* disable correction */ 75 dte : 1, /* disable transfer on error */ 89 dte : 1, /* disable transfer on error */ 90 dcr : 1; /* disable correction */ 119 uchar_t rcd : 1, /* Read Cache Disable */ 129 rcd : 1; /* Read Cache Disable */ 135 ushort_t dis_prefetch_len; /* Disable prefetch xfer length */ 167 uchar_t qdisable: 1, /* Queue disable */ 182 qdisable: 1; /* Queue disable */
|
/illumos-gate/usr/src/uts/common/io/igc/core/ |
H A D | igc_phy.h | 55 #define IGC_I225_PHPM_DIS_1000_D3 0x0008 /* Disable 1G in D3 */ 58 #define IGC_I225_PHPM_DIS_1000 0x0040 /* Disable 1G globally */ 61 #define IGC_I225_PHPM_DIS_100_D3 0x0200 /* Disable 100M in D3 */ 63 #define IGC_I225_PHPM_DIS_2500 0x0800 /* Disable 2.5G globally */ 64 #define IGC_I225_PHPM_DIS_2500_D3 0x1000 /* Disable 2.5G in D3 */ 106 #define IGC_KMRNCTRLSTA_IBIST_DISABLE 0x0200 /* Kumeran IBIST Disable */ 129 #define IFE_PMC_AUTO_MDIX 0x0080 /* 1=enable auto, 0=disable */
|
/illumos-gate/usr/src/cmd/lp/cmd/lpadmin/ |
H A D | do_align.c | 64 static void disable(), 124 * the disable/reject reasons. 246 * - disable the printer, 256 * request from printing. (We disable the printer AFTER trying 257 * to mount the form, because we don't disable a printer for a 269 disable (printer, CUZ_MOUNTING, 0); 276 disable (printer, disable_reason, 1); 459 * Disable the printer, if needed, and close the FIFO. 460 * Use the wait version of the disable, so our request isn't 465 disable (printer, disable_reason, 1); [all …]
|
/illumos-gate/usr/src/man/man9e/ |
H A D | mi_enable.9e | 21 .Nd MAC interrupt enable and disable entry points 50 entry points are used by the MAC framework when it wishes to disable the 55 These entry points should enable and disable the generation of the 66 Importantly, this entry point is not asking to enable and disable the 76 writing to registers or sending control messages to enable or disable
|
/illumos-gate/usr/src/uts/common/sys/scsi/generic/ |
H A D | dad_mode.h | 105 uchar_t dcr : 1, /* disable correction */ 106 dte : 1, /* disable transfer on error */ 120 dte : 1, /* disable transfer on error */ 121 dcr : 1; /* disable correction */ 224 uchar_t rcd : 1, /* Read Cache Disable */ 242 rcd : 1; /* Read Cache Disable */ 248 ushort_t dis_prefetch_len; /* Disable prefetch xfer length */ 256 dra : 1, /* Disable Read-Ahead */ 262 dra : 1, /* Disable Read-Ahead */
|