Home
last modified time | relevance | path

Searched full:features (Results 1 – 25 of 1457) sorted by relevance

12345678910>>...59

/illumos-gate/usr/src/test/nvme-tests/tests/nvmeadm/
H A Dnvmeadm_test.ksh283 # Log page tests are constrained to NVMe 1.0 features to keep things simpler.
310 nvmeadm_fail list-features
311 nvmeadm_fail list-features -a
312 nvmeadm_fail list-features -o csi
313 nvmeadm_fail list-features -H
314 nvmeadm_fail list-features -p
315 nvmeadm_fail list-features -p $nt_dev
316 nvmeadm_fail list-features -o magicite $nt_dev
317 nvmeadm_fail list-features -o csi materia
318 nvmeadm_fail list-features $nt_dev $nt_dev
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DRELEASE11 12-06-18 features/fcntl.c: add #define O_CLOEXEC 0 if not defined
12 12-06-13 features/float: handle __mips c99 peculiarities
13 12-06-13 features/standards: handle __MACH__ posix peculiarities
22 12-05-21 features/asometh: split intrinsic and method tests so code only instantiated in aso.c
34 12-04-23 features/signal.c: add SIGSTKFLT
36 12-04-11 features/sys: add aix's _LARGE_FILE_API to the _LARGEFILE(64)?_SOURCE mix -- anyone else?
49 12-02-07 malloc.c/features/vmalloc: add gnu __malloc_hook tests
76 11-08-29 features/{dirent,wchar,wctype}: eliminate #include with no header
79 11-08-11 features/wchar: fix #include _nxt_wchar for K&R C
85 11-05-14 features/common,features/align.c: { _X86_ _X64_ } conditionals for generic uwin
[all …]
H A DMamfile42 meta FEATURE/standards features/%>FEATURE/% features/standards standards
43 make features/standards
44 done features/standards
45 exec - iffe -v -X ast -X std -c '${CC} ${mam_cc_FLAGS} ${CCFLAGS} ${LDFLAGS} ' run features/stand…
48 meta FEATURE/lib features/%>FEATURE/% features/lib lib
49 make features/lib
50 done features/lib
51 exec - iffe -v -X ast -X std -c '${CC} ${mam_cc_FLAGS} ${CCFLAGS} ${LDFLAGS} ' run features/lib
54 meta FEATURE/common features/%>FEATURE/% features/common common
55 make features/common
[all …]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_create/
H A Dzpool_create_features_005_pos.ksh32 # Specifically disabling a feature, all other features should be enabled.
34 # 1. Loop through all existing features:
60 # Failure other features must be enabled or active.
67 # All features enabled or active except the expected one.
73 # Several representative features are tested to keep the test time short.
74 # The features 'extensible_dataset' and 'enabled_txg' are intentionally
75 # excluded because other features depend on them.
76 set -A features \
83 while (( $i < ${#features[*]} )); do
84 log_assert "'zpool create' creates pools with ${features[i]} disabled"
[all …]
H A Dzpool_create_features_001_pos.ksh31 # Newly created pools should have all features enabled.
54 log_fail "some features are not enabled on new pool"
61 log_assert "'zpool create' creates pools with all features enabled"
70 log_pass "'zpool create' creates pools with all features enabled"
/illumos-gate/usr/src/man/man7/
H A Dzpool-features.725 .Nm zpool-features
26 .Nd description of ZFS pool features
30 .Dq features
43 Since most features can be enabled independently of each other, the on-disk
44 format of the pool is specified by the set of all features marked as
48 this set may include unsupported features.
50 .Ss Identifying features
55 When unsupported features are encountered on a pool they will
58 implementation that created the pool for information about those features.
73 Features can be in one of three states:
[all …]
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfeature.c53 * Within each pool features can be in one of three states: disabled, enabled,
74 * It is the responsibility of the individual features to maintain a non-zero
80 * Each feature may depend on other features. The only effect of this
83 * features would need to ensure that features cannot be disabled if other
84 * enabled features depend on them.
94 * Information about features is stored in 3 ZAP objects in the pool's MOS.
99 * Features needed to open the pool for reading.
101 * Features needed to open the pool for writing.
105 * All enabled features appear in either features_for_read or
108 * To open a pool in read-only mode only the features listed in
[all …]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_import/
H A Dzpool_import_features_001_pos.ksh32 # Pool can be imported with inactive unsupported features.
35 # 2. Export and inject unsuppored features with zhack.
37 # 4. Verify that unsupported@ properties exist for the unsupported features.
43 features="com.test:xxx_unsup0 com.test:xxx_unsup1 com.test:xxx_unsup2"
53 log_assert "Pool with inactive unsupported features can be imported."
59 for feature in $features; do
64 for feature in $features; do
H A Dzpool_import_features_002_neg.ksh32 # Pool cannot be opened with active unsupported features. Error message should
33 # list active unsupported features.
36 # 2. Export and inject unsuppored features with zhack, make some of them active.
37 # 3. Try to import pool, error should only list active features. It should
55 log_assert "Pool with active unsupported features cannot be imported."
/illumos-gate/usr/src/man/man8/
H A Dnvmeadm.867 .Cm list-features
75 .Cm get-features
219 .Cm get-features
222 All features can be specified either by a short name listed below or by
790 .Cm list-features
797 Prints the list of features and information about them specific to the
800 about known mandatory, optional, and vendor-specific features as well as
805 .Cm list-features
809 Print all features, regardless of whether or not the controller is known
811 By default unimplemented features are not printed, but implemented and
[all …]
H A Dcryptoadm.898 provides subcommands to enable and disable the metaslot's features, list
231 Disable the mechanisms or provider features specified for the provider. See
245 metaslot's features. If no operand is specified, this command disables the
267 Enable the mechanisms or provider features specified for the provider. See
495 subcommands to operate on all provider features.
567 provider-features, such as \fBrandom\fR.
591 provider-features, such as \fBrandom\fR.
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/
H A DMamfile44 meta FEATURE/externs features/%>FEATURE/% features/externs externs
45 make features/externs
46 done features/externs
85 …dll} ${mam_libcoshell} ${mam_libcmd} ${mam_libast} ${mam_libm} ${mam_libnsl} : run features/externs
216 meta FEATURE/time features/%>FEATURE/% features/time time
217 make features/time
218 done features/time
219 …libdll} ${mam_libcoshell} ${mam_libcmd} ${mam_libast} ${mam_libm} ${mam_libnsl} : run features/time
231 meta FEATURE/dynamic features/%>FEATURE/% features/dynamic dynamic
232 make features/dynamic
[all …]
/illumos-gate/usr/src/common/nvme/
H A Dnvme_feature.c18 * features as well as validation of other requests related to features. While
19 * there are vendor-specific features, we currently don't support issuing them
26 * and libnvme for features. There are some fields like allowing a specification
28 * among get and set features because they are somewhat different in terms of
29 * what they allow (i.e. set features may use cdw12, cdw13, cdw15, etc.) and
30 * because the kernel doesn't support issuing set features from userland today.
32 * 2) We have a table of NVMe specified required and optional features. This
214 * FEATURES request with a namespace specified. Therefore, given the
244 * features are required for all PCIe controllers; however, they are not
/illumos-gate/usr/src/man/man3malloc/
H A Dumem_debug.3malloc8 umem_debug \- debugging features of the umem library
16 The \fBlibumem\fR library provides debugging features that detect memory leaks,
19 debugging features is controlled by environment variables.
27 When using the debugging features of the library, a program may opt into
207 Some of the debugging features work only for allocations smaller than 16
212 Activating any of the library's debugging features could significantly increase
/illumos-gate/usr/src/uts/common/io/vioif/
H A Dvioif.h56 * Partial checksum support. These features signal that the device will
58 * accept packets with partial checksums (GUEST_CSUM). These features
85 * Inbound segmentation offload support. These features depend on having
105 * Outbound segmentation offload support. These features depend on having
117 * This features means the device will accept packets that both require
149 * These features signal that the device exposes the control queue
159 * These features are supported by the driver and we will request them from the
161 * does not presently support receiving frames with any offload features from
278 * features have been negotiated a 65550 byte packet. To keep things simple,
412 * Configured offload features:
/illumos-gate/usr/src/uts/common/sys/nvme/
H A Ddiscovery.h20 * This defines common types that are used for discovering features of NVMe
150 * features. Setting features usually doesn't output data in cdw0;
156 * This is only ever used for get features.
178 * command set, and if so what one. The default is that most features are
189 * was actually implemented or not. While several features had bits in the
/illumos-gate/usr/src/cmd/bhyve/common/
H A Dnet_backends_priv.h87 * Ask the backend for the virtio-net features it is able to
88 * support. Possible features are TSO, UFO and checksum offloading
95 * features (capabilities).
97 int (*set_cap)(struct net_backend *be, uint64_t features,
157 int tap_set_cap(struct net_backend *be, uint64_t features,
/illumos-gate/usr/src/uts/common/io/qede/579xx/hsi/mcp/
H A Dnvm_meta.txt121 20,name "RoCE priority" 20,group_name "features" 20,entity_name "port" 20,struct_name "nvm_cfg1" 20…
122 22,name "Enable WoL on ACPI pattern" 22,group_name "features" 22,entity_name "port" 22,struct_name …
123 23,name "Magic Packet WoL" 23,group_name "features" 23,entity_name "port" 23,struct_name "nvm_cfg1"…
126 26,name "DCBX Mode" 26,group_name "features" 26,entity_name "port" 26,struct_name "nvm_cfg1" 26,off…
181 92,name "Personality" 92,group_name "features" 92,entity_name "func" 92,struct_name "nvm_cfg1" 92,o…
182 93,name "FCoE node wwn mac addr" 93,group_name "features" 93,entity_name "func" 93,struct_name "nvm…
183 94,name "FCoe port wwn mac addr" 94,group_name "features" 94,entity_name "func" 94,struct_name "nvm…
184 95,name "Bandwidth weight" 95,group_name "features" 95,entity_name "func" 95,struct_name "nvm_cfg1"…
185 96,name "Max Bandwidth" 96,group_name "features" 96,entity_name "func" 96,struct_name "nvm_cfg1" 96…
186 97,name "Pause on host ring" 97,group_name "features" 97,entity_name "func" 97,struct_name "nvm_cfg…
[all …]
/illumos-gate/usr/src/uts/sun/sys/dada/impl/
H A Dcommands.h44 uchar_t features; /* Any features to be enabled */ member
84 #define ATA_SET_FEATURES 0xEF /* Set features */
101 /* The following are the usefull subcommands for set features command */
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dconfig_elf.c201 int fd, features = 0; in elf_config() local
335 features |= CONF_EDLIBPATH; in elf_config()
351 features |= CONF_ESLIBPATH; in elf_config()
363 features |= CONF_ENVS; in elf_config()
374 features |= CONF_FLTR; in elf_config()
388 features |= CONF_DIRCFG; in elf_config()
401 features |= CONF_OBJALT; in elf_config()
416 features |= CONF_MEMRESV; in elf_config()
420 return (features); in elf_config()
/illumos-gate/usr/src/uts/common/sys/sata/
H A Dsata_defs.h44 #define SATAC_SET_FEATURES 0xef /* set features */
115 * SMART FEATURES Subcommands
127 * SET FEATURES Subcommands
140 * SET FEATURES transfer mode values
210 ushort_t ai_satafsup; /* 78 SATA features supported */
211 ushort_t ai_satafenbl; /* 79 SATA features enabled */
217 ushort_t ai_features85; /* 85 enabled features */
218 ushort_t ai_features86; /* 86 enabled features */
219 ushort_t ai_features87; /* 87 enabled features */
245 ushort_t ai_features120; /* 120 enabled features */
[all …]
/illumos-gate/usr/src/uts/common/io/aac/
H A DREADME32 The new Solaris aac driver adds support of the following features:
37 3. Other features:
44 IOP reset, AIF handling, 64-bit LBA, and some other minor features are
80 Two new features are included in this release:
/illumos-gate/usr/src/contrib/ast/src/lib/libdll/
H A DRELEASE36 02-01-11 features/dll: include <dlfcn.h> only if _hdr_dlfcn&&_lib_dlopen
42 01-02-14 features/dll: fix unbalanced ' quote and ancient hostinfo reference
44 99-04-01 features/dll: drop <stdio.h> -- iffe protos printf
47 98-03-11 features/dll: probe for _DLL_RLD_SYM
/illumos-gate/usr/src/man/man3xcurses/
H A Didcok.3xcurses8 idcok \- enable/disable hardware insert-character and delete-character features
26 insert-character and delete-character features in \fIwin\fR. If \fIbf\fR is
27 set to \fBTRUE\fR, the use of these features in \fIwin\fR is enabled (if the
/illumos-gate/usr/src/uts/intel/io/vmm/
H A Dvmm_host.c89 * XSAVE. Only permit a guest to use XSAVE features supported in vmm_host_state_init()
93 * In addition, only permit known XSAVE features where the in vmm_host_state_init()
94 * rules for which features depend on other features is known in vmm_host_state_init()

12345678910>>...59