Home
last modified time | relevance | path

Searched full:why (Results 1 – 25 of 1453) sorted by relevance

12345678910>>...59

/freebsd/sys/contrib/openzfs/module/zcommon/
H A Dzfs_namecheck.c35 * Each routine therefore takes a 'namecheck_err_t' which describes exactly why
98 zfs_component_namecheck(const char *path, namecheck_err_t *why, char *what) in zfs_component_namecheck() argument
103 if (why) in zfs_component_namecheck()
104 *why = NAME_ERR_TOOLONG; in zfs_component_namecheck()
109 if (why) in zfs_component_namecheck()
110 *why = NAME_ERR_EMPTY_COMPONENT; in zfs_component_namecheck()
116 if (why) { in zfs_component_namecheck()
117 *why = NAME_ERR_INVALCHAR; in zfs_component_namecheck()
135 permset_namecheck(const char *path, namecheck_err_t *why, char *what) in permset_namecheck() argument
138 if (why) in permset_namecheck()
[all …]
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_std_types.c41 enum rdma_remove_reason why, in uverbs_free_ah() argument
50 enum rdma_remove_reason why, in uverbs_free_flow() argument
70 enum rdma_remove_reason why, in uverbs_free_mw() argument
77 enum rdma_remove_reason why, in uverbs_free_qp() argument
92 if (why == RDMA_REMOVE_DESTROY) { in uverbs_free_qp()
100 if (ib_is_destroy_retryable(ret, why, uobject)) in uverbs_free_qp()
111 enum rdma_remove_reason why, in uverbs_free_rwq_ind_tbl() argument
119 if (ib_is_destroy_retryable(ret, why, uobject)) in uverbs_free_rwq_ind_tbl()
127 enum rdma_remove_reason why, in uverbs_free_wq() argument
136 if (ib_is_destroy_retryable(ret, why, uobject)) in uverbs_free_wq()
[all …]
H A Dib_uverbs_std_types_dm.c38 enum rdma_remove_reason why, in uverbs_free_dm() argument
44 ret = ib_destroy_usecnt(&dm->usecnt, why, uobject); in uverbs_free_dm()
H A Dib_rdma_core.c522 enum rdma_remove_reason why,
528 int ret = idr_type->destroy_object(uobj, why, attrs); in destroy_hw_idr_uobject()
535 if (ib_is_destroy_retryable(ret, why, uobj)) in destroy_hw_idr_uobject()
538 if (why == RDMA_REMOVE_ABORT) in destroy_hw_idr_uobject()
560 enum rdma_remove_reason why,
565 int ret = fd_type->destroy_object(uobj, why); in destroy_hw_fd_uobject()
567 if (ib_is_destroy_retryable(ret, why, uobj)) in destroy_hw_fd_uobject()
524 destroy_hw_idr_uobject(struct ib_uobject * uobj,enum rdma_remove_reason why,struct uverbs_attr_bundle * attrs) destroy_hw_idr_uobject() argument
562 destroy_hw_fd_uobject(struct ib_uobject * uobj,enum rdma_remove_reason why,struct uverbs_attr_bundle * attrs) destroy_hw_fd_uobject() argument
/freebsd/cddl/contrib/opensolaris/lib/pyzfs/common/
H A Dutil.py64 __slots__ = "why", "task", "errno"
67 def __init__(self, eno, task=None, why=None): argument
71 why -- a string describing why it failed (defaults to
76 self.why = why
82 if self.why:
83 s += self.why
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Dbtree_test.c161 find_without_index(zfs_btree_t *bt, char *why) in find_without_index() argument
168 (void) snprintf(why, BUFSIZE, "Unexpectedly found %llu\n", in find_without_index()
176 (void) snprintf(why, BUFSIZE, "Found bad value: %llu\n", *p); in find_without_index()
185 insert_find_remove(zfs_btree_t *bt, char *why) in insert_find_remove() argument
193 (void) snprintf(why, BUFSIZE, "Didn't find value in tree\n"); in insert_find_remove()
196 (void) snprintf(why, BUFSIZE, "Found (%llu) in tree\n", *p); in insert_find_remove()
205 (void) snprintf(why, BUFSIZE, in insert_find_remove()
221 drain_tree(zfs_btree_t *bt, char *why) in drain_tree() argument
248 (void) snprintf(why, BUFSIZE, in drain_tree()
299 stress_tree(zfs_btree_t *bt, char *why) in stress_tree() argument
[all …]
/freebsd/contrib/libcbor/doc/source/
H A Ddevelopment.rst30 **Why?** Because conformance and interoperability is the point of defining
42 **Why?** Because it is the client expectation. Vast majority of security
51 **Why?** Because any constraint imposed on libcbor has to be enforced
60 **Why?** Lowest-common-denominator solution for system-level and IoT software
69 **Why?** `Industry-standard <https://semver.org/>`_ versioning is a basic
79 **Why?** Because the main maintainer is an avid hater of slow bloated software.
/freebsd/sys/cddl/compat/opensolaris/sys/
H A Dsig.h43 issig(int why) in issig() argument
49 ASSERT(why == FORREAL || why == JUSTLOOKING); in issig()
51 if (why == JUSTLOOKING) in issig()
/freebsd/contrib/googletest/.github/ISSUE_TEMPLATE/
H A D10-feature_request.yml14 id: why
16 label: Why do we need this feature?
17 description: Ideally, explain why a combination of existing features cannot be used instead.
/freebsd/sys/contrib/openzfs/include/os/linux/zfs/sys/
H A Dtrace_dbuf.h109 TP_PROTO(dmu_buf_impl_t *db, const char *why),
110 TP_ARGS(db, why),
125 TP_PROTO(dmu_buf_impl_t *db, const char *why), \
126 TP_ARGS(db, why))
/freebsd/contrib/ntp/include/
H A Dntp_psl.h
/freebsd/sys/contrib/device-tree/scripts/
H A DKbuild.include183 echo ' $(call escsq,$($(quiet)cmd_$(1)))$(echo-why)';)
241 # why - tell why a a target got build
260 why = \
277 echo-why = $(call escsq, $(strip $(why)))
/freebsd/contrib/googletest/googlemock/include/gmock/
H A Dgmock-spec-builders.h174 ::std::ostream* what, ::std::ostream* why)
1214 // describes *what* happened to 'what', and explains *why* Google
1215 // Mock does it to 'why'. This method is not const as it calls
1221 ::std::ostream* why) in GetActionForArguments() argument
1234 DescribeCallCountTo(why); in GetActionForArguments()
1413 std::stringstream& why; member
1420 ss << "\n" << why.str(); in ~FailureCleanupHandler()
1578 // See the definition of untyped_expectations_ for why access to in AddNewExpectation()
1645 ::std::ostream* what, ::std::ostream* why) override in UntypedFindMatchingExpectation() argument
1652 this->FormatUnexpectedCallMessageLocked(args, what, why); in UntypedFindMatchingExpectation()
[all …]
/freebsd/contrib/unbound/validator/
H A Dval_kentry.h82 /** not NULL sometimes to give reason why bogus */
84 /** not NULL to give reason why bogus */
151 * Get reason why a key is bad.
159 * Get the EDE (RFC8914) code why a key is bad. Can return LDNS_EDE_NONE.
/freebsd/sys/ddb/
H A Ddb_main.c239 const char *why; in db_trap() local
265 why = kdb_why; in db_trap()
266 db_script_kdbenter(why != KDB_WHY_UNSET ? why : "unknown"); in db_trap()
/freebsd/contrib/googletest/docs/
H A Dfaq.md3 ## Why should test suite names and test names not contain underscore?
61 ## Why does GoogleTest support `EXPECT_EQ(NULL, ptr)` and `ASSERT_EQ(NULL, ptr)` but not `EXPECT_NE…
131 ## My death test modifies some state, but the change seems lost after the death test finishes. Why?
339 ## My compiler complains about "ignoring return value" when I call RUN_ALL_TESTS(). Why?
385 ## My SetUp() function is not called. Why?
390 wonder why it's never called.
437 ## Why should I prefer test fixtures over global variables?
500 …T_F(FooTest, Bar)` gives me error ``"no matching function for call to `FooTest::FooTest()'"``. Why?
514 ## Why does ASSERT_DEATH complain about previous threads that were already joined?
527 ## Why does GoogleTest require the entire test suite, instead of individual tests, to be named `*De…
H A Dgmock_faq.md26 ### MSVC gives me warning C4301 or C4373 when I define a mock method with a const parameter. Why?
82 ### I can't figure out why gMock thinks my expectations are not satisfied. What should I do?
86 trace, you'll gain insights on why the expectations you set are not met.
170 ### The "newer expectations override older ones" rule makes writing expectations awkward. Why does …
229 Back to the original questions: why does gMock search the expectations (and
/freebsd/contrib/bmake/unit-tests/
H A Dvarcmd.mk12 # be rewritten to make it clear why there is a difference and why this is
H A Ddirective-for-escape.mk183 . info ${i\}} # XXX: unclear why ForLoop_SubstVarLong needs this
256 # XXX: Why does '$' result in the same text as '$$'?
258 # XXX: Why does the '$$' before the '${.TARGET}' lead to an escaped '}'?
260 # XXX: Why does '$' result in the same text as '$$'?
261 # XXX: Why does the '$$' before the '${.TARGET}' lead to an escaped '}'?
/freebsd/lib/libsys/
H A Dabort2.236 .Fn abort2 "const char *why" "int nargs" "void **args"
46 .Fa why
/freebsd/share/man/man9/
H A Dsignal.9102 .Fn killproc "struct proc *p" "char *why"
296 .Fa why
298 .Em why
/freebsd/sys/ofed/include/rdma/
H A Duverbs_types.h103 enum rdma_remove_reason why,
134 enum rdma_remove_reason why,
173 enum rdma_remove_reason why);
/freebsd/lib/libc/rpc/
H A Dsvc.c461 svcerr_auth(SVCXPRT *xprt, enum auth_stat why) in svcerr_auth() argument
470 rply.rjcted_rply.rj_why = why; in svcerr_auth()
637 enum auth_stat why; in svc_getreq_common() local
645 if ((why = _authenticate(&r, &msg)) != AUTH_OK) { in svc_getreq_common()
653 if (why != RPCSEC_GSS_NODISPATCH) in svc_getreq_common()
654 svcerr_auth(xprt, why); in svc_getreq_common()
/freebsd/sys/contrib/zlib/
H A DFAQ49 7. Why don't you use GNU autoconf or libtool or ...?
61 9. Why do I get "undefined reference to gzputc"?
115 17. Why am I getting this "register_frame_info not found" error on Solaris?
129 18. Why does gzip give an error on a file I make with compress/deflate?
137 19. Ok, so why are there two different formats?
/freebsd/crypto/openssl/include/crypto/
H A Dmd32_common.h232 * This comment was originally written for MD5, which is why it
234 * which is why it was moved to common header file.
236 * In case you wonder why A-D are declared as long and not

12345678910>>...59