Home
last modified time | relevance | path

Searched refs:why (Results 1 – 25 of 256) sorted by relevance

1234567891011

/freebsd/sys/contrib/openzfs/module/zcommon/
H A Dzfs_namecheck.c89 zfs_component_namecheck(const char *path, namecheck_err_t *why, char *what) in zfs_component_namecheck() argument
94 if (why) in zfs_component_namecheck()
95 *why = NAME_ERR_TOOLONG; in zfs_component_namecheck()
100 if (why) in zfs_component_namecheck()
101 *why = NAME_ERR_EMPTY_COMPONENT; in zfs_component_namecheck()
107 if (why) { in zfs_component_namecheck()
108 *why = NAME_ERR_INVALCHAR; in zfs_component_namecheck()
126 permset_namecheck(const char *path, namecheck_err_t *why, char *what) in permset_namecheck() argument
129 if (why) in permset_namecheck()
130 *why = NAME_ERR_TOOLONG; 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_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
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_uverbs_std_types_counters.c41 enum rdma_remove_reason why, in uverbs_free_counters() argument
47 ret = ib_destroy_usecnt(&counters->usecnt, why, uobject); in uverbs_free_counters()
H A Dib_uverbs_std_types_cq.c38 enum rdma_remove_reason why, in uverbs_free_cq() argument
48 if (ib_is_destroy_retryable(ret, why, uobject)) in uverbs_free_cq()
H A Dib_uverbs_std_types_async_fd.c25 enum rdma_remove_reason why) in uverbs_async_event_destroy_uobj() argument
/freebsd/sys/contrib/openzfs/tests/unit/
H A Dtest_namecheck.c43 namecheck_err_t why = (namecheck_err_t)-1; in check_valid() local
45 unit_ok(fn(name, &why, &what)); in check_valid()
52 namecheck_err_t why = (namecheck_err_t)-1; in check_invalid() local
54 unit_err(fn(name, &why, &what), -1); in check_invalid()
55 unit_eq(why, expected); in check_invalid()
231 namecheck_err_t why = (namecheck_err_t)-1; in test_mountpoint_namecheck() local
237 unit_ok(mountpoint_namecheck(path, &why)); in test_mountpoint_namecheck()
240 unit_ok(mountpoint_namecheck("/", &why)); in test_mountpoint_namecheck()
243 unit_err(mountpoint_namecheck("relative/path", &why), -1); in test_mountpoint_namecheck()
244 unit_eq(why, NAME_ERR_LEADING_SLASH); in test_mountpoint_namecheck()
[all …]
/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/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Dbtree_test.c162 insert_find_remove(zfs_btree_t *bt, char *why) in insert_find_remove() argument
170 (void) snprintf(why, BUFSIZE, "Didn't find value in tree\n"); in insert_find_remove()
173 (void) snprintf(why, BUFSIZE, "Found (%llu) in tree\n", *p); in insert_find_remove()
182 (void) snprintf(why, BUFSIZE, in insert_find_remove()
200 stress_tree(zfs_btree_t *bt, char *why) in stress_tree() argument
202 (void) why; in stress_tree()
428 char why[BUFSIZE] = {0}; in main() local
432 retval = test->func(&bt, why); in main()
438 if (strlen(why) != 0) in main()
439 (void) fprintf(stdout, "\t%s\n", why); in main()
[all …]
/freebsd/cddl/contrib/opensolaris/lib/pyzfs/common/
H A Dutil.py67 def __init__(self, eno, task=None, why=None): argument
76 self.why = why
82 if self.why:
83 s += self.why
/freebsd/contrib/googletest/googlemock/include/gmock/
H A Dgmock-spec-builders.h174 ::std::ostream* what, ::std::ostream* why)
1221 ::std::ostream* why) in GetActionForArguments() argument
1234 DescribeCallCountTo(why); in GetActionForArguments()
1413 std::stringstream& why; member
1420 ss << "\n" << why.str(); in ~FailureCleanupHandler()
1645 ::std::ostream* what, ::std::ostream* why) override in UntypedFindMatchingExpectation() argument
1652 this->FormatUnexpectedCallMessageLocked(args, what, why); in UntypedFindMatchingExpectation()
1660 const Action<F>* action = exp->GetActionForArguments(this, args, what, why); in UntypedFindMatchingExpectation()
1697 ::std::ostream* why) const in FormatUnexpectedCallMessageLocked() argument
1702 PrintTriedExpectationsLocked(args, why); in FormatUnexpectedCallMessageLocked()
[all …]
/freebsd/sys/contrib/openzfs/include/os/linux/zfs/sys/
H A Dtrace_dbuf.h100 TP_PROTO(dmu_buf_impl_t *db, const char *why),
101 TP_ARGS(db, why),
116 TP_PROTO(dmu_buf_impl_t *db, const char *why), \
117 TP_ARGS(db, 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/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/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/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/contrib/ntp/libntp/
H A Dauthreadkeys.c375 const char * why = ""; in authreadkeys()
378 why = " (emergency break)"; in authreadkeys()
381 file, nerr, why); in authreadkeys()
373 const char * why = ""; authreadkeys() local
/freebsd/crypto/openssl/test/
H A Devp_extra_test.c7427 unsigned char *out, unsigned char *tag, const char **why) in aead_oneshot_op() argument
7435 *why = NULL; in aead_oneshot_op()
7438 *why = "CIPHER_FETCH"; in aead_oneshot_op()
7442 *why = "CTX_NEW"; in aead_oneshot_op()
7446 *why = "INIT_CIPHER"; in aead_oneshot_op()
7452 *why = "SET_IVLEN"; in aead_oneshot_op()
7460 *why = "CCM_SET_TAG"; in aead_oneshot_op()
7465 *why = "INIT_KEY_IV"; in aead_oneshot_op()
7470 *why = "CCM_LEN_DECL"; in aead_oneshot_op()
7476 *why = "AAD"; in aead_oneshot_op()
[all …]
/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/sys/compat/freebsd32/
H A Dfreebsd32_abort2.c65 return (kern_abort2(td, uap->why, nargs, uargsp)); in freebsd32_abort2()
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dmsm8956.dtsi20 * You might be wondering.. why is it so empty out there?
/freebsd/contrib/libcbor/.github/
H A DPULL_REQUEST_TEMPLATE3 What changes and why
/freebsd/lib/libutil/
H A Dlogin_class.c51 int why; member
97 if (getrlimit(lr->why, &rlim) != 0) in setclassresources()
113 if (setrlimit(lr->why, &rlim) == -1) in setclassresources()
/freebsd/tools/tools/vhba/
H A DREADME13 itself- this is why this is in the tool directory.

1234567891011