Home
last modified time | relevance | path

Searched refs:claim (Results 1 – 25 of 201) sorted by relevance

123456789

/freebsd-13-stable/crypto/heimdal/kdc/
HDprocess.c58 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-13-stable/sys/contrib/device-tree/Bindings/i2c/
HDi2c-arb-gpio-challenge.txt20 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-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_sysfs/
HDzfs_get_unsupported.ksh44 claim="Properties not supported by zfs module should fail in 'zfs get <prop>'"
48 log_assert $claim
53 log_pass $claim
HDzpool_get_unsupported.ksh46 claim="Properties not supported by zfs module should fail in 'zpool get <prop>'"
50 log_assert $claim
55 log_pass $claim
HDzpool_set_unsupported.ksh44 claim="Properties not supported by zfs module should fail in 'zpool set <prop>'"
49 log_assert $claim
54 log_pass $claim
HDzfs_set_unsupported.ksh44 claim="Properties not supported by zfs module should fail in 'zfs set <prop>'"
49 log_assert $claim
54 log_pass $claim
HDzfeature_set_unsupported.ksh44 claim="Features not supported by zfs module should fail in 'zpool set <feature>'"
49 log_assert $claim
54 log_pass $claim
HDzfs_sysfs_live.ksh40 claim="Expected '/sys/module/zfs/<dir>/<attr>' attributes are present"
47 log_assert $claim
59 log_pass $claim
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/alloc_class/
HDalloc_class_014_neg.ksh23 claim="Setting the special_small_blocks property greater than recordsize fails"
25 log_assert $claim
38 log_pass $claim
HDalloc_class_011_neg.ksh29 claim="Setting the special_small_blocks property to invalid values fails."
31 log_assert $claim
44 log_pass $claim
HDalloc_class_006_pos.ksh26 claim="zpool split command succeeds with special devices present."
30 log_assert $claim
41 log_pass $claim
HDalloc_class_001_pos.ksh29 claim="Creating a pool with a special device succeeds."
31 log_assert $claim
43 log_pass $claim
HDalloc_class_007_pos.ksh25 claim="Replacing a special device is successful."
29 log_assert $claim
41 log_pass $claim
HDalloc_class_004_pos.ksh26 claim="Checking active allocation classes feature flag status successful."
30 log_assert $claim
67 log_pass $claim
HDalloc_class_010_pos.ksh28 claim="Setting the special_small_blocks property to a valid value succeeds."
30 log_assert $claim
50 log_pass $claim
HDalloc_class_015_pos.ksh23 claim="Can set special_small_blocks property less than or equal to recordsize"
25 log_assert $claim
45 log_pass $claim
HDalloc_class_008_pos.ksh25 claim="Adding an additional special device succeeds."
29 log_assert $claim
56 log_pass $claim
HDalloc_class_013_pos.ksh27 claim="Removing a dedup device from a pool succeeds."
29 log_assert $claim
64 log_pass $claim
HDalloc_class_002_neg.ksh25 claim="Creating a pool with an invalid special device type fails."
29 log_assert $claim
48 log_pass $claim
HDalloc_class_009_pos.ksh25 claim="Import/export of pool with special device mirror succeeds."
29 log_assert $claim
69 log_pass $claim
HDalloc_class_003_pos.ksh25 claim="Adding a special device to a normal pool succeeds."
29 log_assert $claim
57 log_pass $claim
HDalloc_class_012_pos.ksh110 claim="Removing a special device from a pool succeeds."
112 log_assert $claim
123 log_pass $claim
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Option/
HDArgList.cpp125 Arg->claim(); in AddAllArgsExcept()
143 Arg->claim(); in AddAllArgs()
151 Arg->claim(); in AddAllArgValues()
161 Arg->claim(); in AddAllArgsTranslated()
175 Arg->claim(); in ClaimAllArgs()
181 Arg->claim(); in ClaimAllArgs()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
HDHLSL.cpp245 A->claim(); in TranslateArgs()
252 A->claim(); in TranslateArgs()
256 A->claim(); in TranslateArgs()
265 A->claim(); in TranslateArgs()
280 A->claim(); in TranslateArgs()
/freebsd-13-stable/sys/contrib/openzfs/cmd/zdb/
HDzdb_il.c351 const char *claim; in print_log_block() local
365 claim = "already claimed"; in print_log_block()
367 claim = "will claim"; in print_log_block()
369 claim = "won't claim"; in print_log_block()
372 (u_longlong_t)bp->blk_cksum.zc_word[ZIL_ZC_SEQ], claim, blkbuf); in print_log_block()

123456789