Home
last modified time | relevance | path

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

12345678910>>...60

/freebsd/sys/contrib/openzfs/module/zcommon/
H A Dzfs_namecheck.c36 * Each routine therefore takes a 'namecheck_err_t' which describes exactly why
99 zfs_component_namecheck(const char *path, namecheck_err_t *why, char *what) in zfs_component_namecheck() argument
104 if (why) in zfs_component_namecheck()
105 *why = NAME_ERR_TOOLONG; in zfs_component_namecheck()
110 if (why) in zfs_component_namecheck()
111 *why = NAME_ERR_EMPTY_COMPONENT; in zfs_component_namecheck()
117 if (why) { in zfs_component_namecheck()
118 *why = NAME_ERR_INVALCHAR; in zfs_component_namecheck()
136 permset_namecheck(const char *path, namecheck_err_t *why, char *what) in permset_namecheck() argument
139 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()
/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.c162 find_without_index(zfs_btree_t *bt, char *why) in find_without_index() argument
169 (void) snprintf(why, BUFSIZE, "Unexpectedly found %llu\n", in find_without_index()
177 (void) snprintf(why, BUFSIZE, "Found bad value: %llu\n", *p); in find_without_index()
186 insert_find_remove(zfs_btree_t *bt, char *why) in insert_find_remove() argument
194 (void) snprintf(why, BUFSIZE, "Didn't find value in tree\n"); in insert_find_remove()
197 (void) snprintf(why, BUFSIZE, "Found (%llu) in tree\n", *p); in insert_find_remove()
206 (void) snprintf(why, BUFSIZE, in insert_find_remove()
222 drain_tree(zfs_btree_t *bt, char *why) in drain_tree() argument
249 (void) snprintf(why, BUFSIZE, in drain_tree()
300 stress_tree(zfs_btree_t *bt, char *why) in stress_tree() argument
[all …]
/freebsd/crypto/krb5/src/windows/leash/htmlhelp/html/
H A DTroubleshooting.htm10 <li> <a href="#renew"> When I try to renew my ticket, why do I get an error message and see the Ge…
11 <li><a href="#expire"> Why did my tickets expire even though I had Automatically Renew Tickets tu…
13 <li> <a href="#ticket-lifetime"> Why doesn't my ticket lifetime match the lifetime I selected with…
24 <a name="renew"> <h3> When I try to renew my ticket, why do I get an error message and see the Get…
33 <a name="expire"> </a><h3><a name=" expire"> Why did my tickets expire even though I had Automati…
40 <a name="ticket-lifetime"> </a><h3><a name="ticket-lifetime"> Why doesn't my ticket lifetime match…
/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.h110 TP_PROTO(dmu_buf_impl_t *db, const char *why),
111 TP_ARGS(db, why),
126 TP_PROTO(dmu_buf_impl_t *db, const char *why), \
127 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/crypto/krb5/src/lib/rpc/
H A Dsvc.c313 enum auth_stat why) in svcerr_auth() argument
320 rply.rjcted_rply.rj_why = why; in svcerr_auth()
471 enum auth_stat why; in svc_do_xprt() local
487 why = gssrpc__authenticate(&r, &msg, &no_dispatch); in svc_do_xprt()
488 if (why != AUTH_OK) { in svc_do_xprt()
489 svcerr_auth(xprt, why); in svc_do_xprt()
/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 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 '}'?
H A Dvarcmd.mk12 # be rewritten to make it clear why there is a difference and why this is
/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/crypto/krb5/doc/
H A Diprop-notes.txt61 Why are different principal names used, when incremental propagation
65 Why is this tied to kadmind, aside from (a) wanting to prevent other
140 Why is the ACL not applied before we get to the functions themselves?
/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()

12345678910>>...60