Searched refs:claim (Results 1 - 25 of 43) sorted by relevance

12

/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_sysfs/
H A Dzfeature_set_unsupported.ksh44 claim="Features not supported by zfs module should fail in 'zpool set <feature>'"
49 log_assert $claim
54 log_pass $claim
H A Dzfs_get_unsupported.ksh44 claim="Properties not supported by zfs module should fail in 'zfs get <prop>'"
48 log_assert $claim
53 log_pass $claim
H A Dzfs_set_unsupported.ksh44 claim="Properties not supported by zfs module should fail in 'zfs set <prop>'"
49 log_assert $claim
54 log_pass $claim
H A Dzpool_get_unsupported.ksh46 claim="Properties not supported by zfs module should fail in 'zpool get <prop>'"
50 log_assert $claim
55 log_pass $claim
H A Dzpool_set_unsupported.ksh44 claim="Properties not supported by zfs module should fail in 'zpool set <prop>'"
49 log_assert $claim
54 log_pass $claim
H A Dzfs_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/
H A Dalloc_class_006_pos.ksh26 claim="zpool split command succeeds with special devices present."
30 log_assert $claim
41 log_pass $claim
H A Dalloc_class_011_neg.ksh29 claim="Setting the special_small_blocks property to invalid values fails."
31 log_assert $claim
44 log_pass $claim
H A Dalloc_class_001_pos.ksh29 claim="Creating a pool with a special device succeeds."
31 log_assert $claim
43 log_pass $claim
H A Dalloc_class_004_pos.ksh26 claim="Checking active allocation classes feature flag status successful."
30 log_assert $claim
67 log_pass $claim
H A Dalloc_class_007_pos.ksh25 claim="Replacing a special device is successful."
29 log_assert $claim
41 log_pass $claim
H A Dalloc_class_008_pos.ksh25 claim="Adding an additional special device succeeds."
29 log_assert $claim
56 log_pass $claim
H A Dalloc_class_010_pos.ksh28 claim="Setting the special_small_blocks property to a valid value succeeds."
30 log_assert $claim
50 log_pass $claim
H A Dalloc_class_002_neg.ksh25 claim="Creating a pool with an invalid special device type fails."
29 log_assert $claim
48 log_pass $claim
H A Dalloc_class_009_pos.ksh25 claim="Import/export of pool with special device mirror succeeds."
29 log_assert $claim
69 log_pass $claim
H A Dalloc_class_013_pos.ksh27 claim="Removing a dedup device from a pool succeeds."
29 log_assert $claim
63 log_pass $claim
H A Dalloc_class_003_pos.ksh25 claim="Adding a special device to a normal pool succeeds."
29 log_assert $claim
57 log_pass $claim
H A Dalloc_class_012_pos.ksh110 claim="Removing a special device from a pool succeeds."
112 log_assert $claim
123 log_pass $claim
/freebsd-13-stable/crypto/heimdal/kdc/
H A Dprocess.c58 int *claim)
68 *claim = 1;
85 int *claim)
95 *claim = 1;
113 int *claim)
124 *claim = 1;
143 int *claim)
154 *claim = 1;
195 int claim = 0; local
203 &claim);
51 kdc_as_req(krb5_context context, krb5_kdc_configuration *config, krb5_data *req_buffer, krb5_data *reply, const char *from, struct sockaddr *addr, int datagram_reply, int *claim) argument
78 kdc_tgs_req(krb5_context context, krb5_kdc_configuration *config, krb5_data *req_buffer, krb5_data *reply, const char *from, struct sockaddr *addr, int datagram_reply, int *claim) argument
106 kdc_digest(krb5_context context, krb5_kdc_configuration *config, krb5_data *req_buffer, krb5_data *reply, const char *from, struct sockaddr *addr, int datagram_reply, int *claim) argument
136 kdc_kx509(krb5_context context, krb5_kdc_configuration *config, krb5_data *req_buffer, krb5_data *reply, const char *from, struct sockaddr *addr, int datagram_reply, int *claim) argument
234 int claim = 0; local
[all...]
H A Dkdc.h108 int *claim);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Option/
H A DArgList.cpp112 Arg->claim();
133 Arg->claim();
141 Arg->claim();
151 Arg->claim();
165 Arg->claim();
171 Arg->claim();
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Option/
H A DArg.h109 void claim() const { getBaseArg().Claimed = true; } function in class:llvm::opt::Arg
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DManagedStatic.h108 C *claim() { function in class:llvm::ManagedStatic
/freebsd-13-stable/sys/contrib/openzfs/cmd/zdb/
H A Dzdb_il.c171 "will claim" : "won't claim");
351 const char *claim; local
365 claim = "already claimed";
367 claim = "will claim";
369 claim = "won't claim";
372 (u_longlong_t)bp->blk_cksum.zc_word[ZIL_ZC_SEQ], claim, blkbuf);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/
H A DSanitizerArgs.cpp182 Arg->claim();
191 Arg->claim();
221 Arg->claim();
232 Arg->claim();
313 Arg->claim();
427 Arg->claim();
556 Arg->claim();
570 Arg->claim();
677 Arg->claim();
686 // Disable coverage and not claim th
[all...]

Completed in 217 milliseconds

12