/freebsd/sys/contrib/device-tree/Bindings/i2c/ |
H A D | i2c-arb-gpio-challenge.txt | 20 All masters on the bus have a 'bus claim' line which is an output that the 31 Let's say we want to claim the bus. We: 38 5. If not, back off, release the claim and wait for a few more milliseconds. 44 - our-claim-gpio: The GPIO that we use to claim the bus. 45 - their-claim-gpios: The GPIOs that the other sides use to claim the bus. 51 - wait-retry-us: we'll attempt another claim after this many microseconds. 68 our-claim-gpio = <&gpf0 3 1>; 69 their-claim-gpios = <&gpe0 4 1>;
|
/freebsd/crypto/heimdal/kdc/ |
H A D | process.c | 58 int *claim) in kdc_as_req() argument 68 *claim = 1; in kdc_as_req() 85 int *claim) in kdc_tgs_req() argument 95 *claim = 1; in kdc_tgs_req() 113 int *claim) in kdc_digest() argument 124 *claim = 1; in kdc_digest() 143 int *claim) in kdc_kx509() argument 154 *claim = 1; in kdc_kx509() 195 int claim = 0; in krb5_kdc_process_request() local 203 &claim); in krb5_kdc_process_request() [all …]
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/alloc_class/ |
H A D | alloc_class_014_neg.ksh | 23 claim="Setting the special_small_blocks property greater than recordsize fails" 25 log_assert $claim 38 log_pass $claim
|
H A D | alloc_class_007_pos.ksh | 25 claim="Replacing a special device is successful." 29 log_assert $claim 41 log_pass $claim
|
H A D | alloc_class_006_pos.ksh | 26 claim="zpool split command succeeds with special devices present." 30 log_assert $claim 41 log_pass $claim
|
H A D | alloc_class_011_neg.ksh | 29 claim="Setting the special_small_blocks property to invalid values fails." 31 log_assert $claim 44 log_pass $claim
|
H A D | alloc_class_001_pos.ksh | 29 claim="Creating a pool with a special device succeeds." 31 log_assert $claim 43 log_pass $claim
|
H A D | alloc_class_015_pos.ksh | 23 claim="Can set special_small_blocks property less than or equal to recordsize" 25 log_assert $claim 45 log_pass $claim
|
H A D | alloc_class_002_neg.ksh | 25 claim="Creating a pool with an invalid special device type fails." 29 log_assert $claim 48 log_pass $claim
|
H A D | alloc_class_008_pos.ksh | 25 claim="Adding an additional special device succeeds." 29 log_assert $claim 56 log_pass $claim
|
H A D | alloc_class_010_pos.ksh | 28 claim="Setting the special_small_blocks property to a valid value succeeds." 30 log_assert $claim 50 log_pass $claim
|
H A D | alloc_class_003_pos.ksh | 25 claim="Adding a special device to a normal pool succeeds." 29 log_assert $claim 57 log_pass $claim
|
H A D | alloc_class_013_pos.ksh | 27 claim="Removing a dedup device from a pool succeeds." 29 log_assert $claim 63 log_pass $claim
|
H A D | alloc_class_004_pos.ksh | 26 claim="Checking active allocation classes feature flag status successful." 30 log_assert $claim 66 log_pass $claim
|
H A D | alloc_class_009_pos.ksh | 25 claim="Import/export of pool with special device mirror succeeds." 29 log_assert $claim 69 log_pass $claim
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/block_cloning/ |
H A D | block_cloning_disabled_ficlone.ksh | 32 claim="The FICLONE ioctl fails when block cloning is disabled." 34 log_assert $claim 50 log_pass $claim
|
H A D | block_cloning_disabled_ficlonerange.ksh | 32 claim="The FICLONERANGE ioctl fails when block cloning is disabled." 34 log_assert $claim 50 log_pass $claim
|
H A D | block_cloning_ficlone.ksh | 32 claim="The FICLONE ioctl can clone files." 34 log_assert $claim 56 log_pass $claim
|
H A D | block_cloning_ficlonerange.ksh | 32 claim="The FICLONERANGE ioctl can clone whole files." 34 log_assert $claim 56 log_pass $claim
|
/freebsd/sys/contrib/openzfs/cmd/zdb/ |
H A D | zdb_il.c | 180 "will claim" : "won't claim"); in zil_prt_rec_write() 244 "will claim" : "won't claim"); in zil_prt_rec_write_enc() 463 const char *claim; in print_log_block() local 477 claim = "already claimed"; in print_log_block() 479 claim = "will claim"; in print_log_block() 481 claim = "won't claim"; in print_log_block() 484 (u_longlong_t)bp->blk_cksum.zc_word[ZIL_ZC_SEQ], claim, blkbuf); in print_log_block()
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_sysfs/ |
H A D | zfeature_set_unsupported.ksh | 44 claim="Features not supported by zfs module should fail in 'zpool set <feature>'" 49 log_assert $claim 54 log_pass $claim
|
H A D | zfs_get_unsupported.ksh | 44 claim="Properties not supported by zfs module should fail in 'zfs get <prop>'" 48 log_assert $claim 53 log_pass $claim
|
H A D | zfs_set_unsupported.ksh | 44 claim="Properties not supported by zfs module should fail in 'zfs set <prop>'" 49 log_assert $claim 54 log_pass $claim
|
H A D | zpool_get_unsupported.ksh | 46 claim="Properties not supported by zfs module should fail in 'zpool get <prop>'" 50 log_assert $claim 55 log_pass $claim
|
H A D | zpool_set_unsupported.ksh | 44 claim="Properties not supported by zfs module should fail in 'zpool set <prop>'" 49 log_assert $claim 54 log_pass $claim
|