/freebsd/contrib/ncurses/man/ |
H A D | new_pair.3x | 79 If the library does not keep track of the \fIcombinations\fP of 83 with only a few dozen color combinations, 84 it is convenient to use the maximum number of combinations 95 add to the possible combinations, producing this total: 111 to represent the combinations grows rapidly with an increasing number of colors.
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | CombinationGenerator.h | 13 /// combinations: {0, 2, 3}, {0, 2, 4}, {1, 2, 3}, {1, 2, 4}. 90 return true; // MSB variable wrapped, no more unique combinations. in performGeneration() 112 return; // All combinations produced. in performGeneration() 128 // How many combinations can we produce, max?
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/projectquota/ |
H A D | projecttree_003_neg.ksh | 38 # Check 'zfs project' invalid options combinations 62 log_assert "Check 'zfs project' invalid options combinations" 104 log_pass "Check 'zfs project' invalid options combinations"
|
/freebsd/sys/contrib/device-tree/Bindings/opp/ |
H A D | opp-v1.yaml | 13 Devices work at voltage-current-frequency combinations and some implementations 14 have the liberty of choosing these. These combinations are called Operating
|
H A D | opp-v2-base.yaml | 13 Devices work at voltage-current-frequency combinations and some implementations 14 have the liberty of choosing these. These combinations are called Operating 39 One or more OPP nodes describing voltage-current-frequency combinations.
|
/freebsd/lib/libpam/modules/pam_login_access/ |
H A D | login.access.5 | 13 file specifies (user, host) combinations and/or (user, tty) 14 combinations for which a login will be either accepted or refused.
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_import/ |
H A D | zpool_import_missing_002_pos.ksh | 52 # 1. Create test pool upon device files using the various combinations. 62 # Using the various combinations. 69 # Randomly test a subset of combinations to speed up the test.
|
H A D | zpool_import_missing_001_pos.ksh | 50 # 1. Create test pool upon device files using the various combinations. 58 # Using the various combinations. 71 # Randomly test a subset of combinations to speed up the test.
|
/freebsd/sys/contrib/device-tree/Bindings/iio/adc/ |
H A D | ads1015.txt | 5 The inputs can be used single ended or in certain differential combinations. 7 For configuration all possible combinations are mapped to 8 channels:
|
/freebsd/contrib/googletest/googletest/samples/ |
H A D | sample8_unittest.cc | 31 // Combine() helps with generating all possible combinations of such flags, 90 // accept different combinations of parameters for instantiating a 150 // possible combinations.
|
/freebsd/sbin/ipf/ipsend/ |
H A D | ipresend.1 | 51 option combinations: 82 option combinations:
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_unmount/ |
H A D | zfs_unmount_004_pos.ksh | 47 # 4. Unmount the file system using the various combinations. 50 # 5. Unmount the mountpoint using the various combinations.
|
H A D | zfs_unmount_002_pos.ksh | 46 # 2. Unmount the file system using the various combinations. 49 # 3. Unmount the mountpoint using the various combinations.
|
H A D | zfs_unmount_003_pos.ksh | 46 # 3. Unmount the file system using the various combinations. 49 # 4. Unmount the mountpoint using the various combinations.
|
H A D | zfs_unmount_005_pos.ksh | 48 # 3. Unmount the file system using the various combinations. 51 # 4. Unmount the mountpoint using the various combinations.
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_create/ |
H A D | zfs_create_crypt_combos.ksh | 74 "combinations of supported properties" 99 log_pass "'zfs create' creates encrypted datasets using all combinations of" \
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/events/ |
H A D | zed_rc_filter.ksh | 34 # 2. Test different combinations of ZED_SYSLOG_SUBCLASS_INCLUDE filtering. 36 # 4. Test different combinations of ZED_SYSLOG_SUBCLASS_EXCLUDE filtering.
|
/freebsd/sys/contrib/dev/iwn/ |
HD | iwlwifi-6000g2a-18.168.6.1.fw.uu | 25 any other combinations which include this software. No hardware per 15119 any other combinations which include this software. No hardware per
|
HD | iwnwifi-2030-18.168.6.1.fw.uu | 25 any other combinations which include this software. No hardware per 12477 any other combinations which include this software. No hardware per
|
/freebsd/sys/contrib/device-tree/Bindings/arm/ |
H A D | secure.txt | 40 the various possible combinations of device visibility to be 43 both default to "okay". This means the following combinations are
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_create/ |
H A D | zpool_create_draid_003_pos.ksh | 35 # 1) Test valid stripe/spare combinations given the number of children. 36 # 2) Test invalid stripe/spare/children combinations outside the allow limits.
|
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zfs_unmount/ |
H A D | zfs_unmount_004_pos.ksh | 46 # 4. Unmount the file system using the various combinations. 49 # 5. Unmount the mountpoint using the various combinations.
|
H A D | zfs_unmount_002_pos.ksh | 45 # 2. Unmount the file system using the various combinations. 48 # 3. Unmount the mountpoint using the various combinations.
|
H A D | zfs_unmount_003_pos.ksh | 45 # 3. Unmount the file system using the various combinations. 48 # 4. Unmount the mountpoint using the various combinations.
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | vdev_indirect.c | 213 * combinations when being reconstructed, consider it too computationally 215 * combinations each time the block is accessed. This allows all segment 216 * copies to participate fairly in the reconstruction when all combinations 1517 * There are relatively few possible combinations making it feasible to 1560 * There are too many combinations to try all of them in a reasonable amount 1561 * of time. So try a fixed number of random combinations from the unique 1633 * Set iv->iv_attempts_max such that all unique combinations will in vdev_indirect_splits_damage() 1683 * reduces the search space and ensures that of the remaining combinations 1686 * When the total number of combinations is small they can all be checked. 1698 * combinations, which is similar to bitwise-little-endian counting in [all …]
|