Home
last modified time | relevance | path

Searched refs:context_a (Results 1 – 6 of 6) sorted by relevance

/freebsd/crypto/krb5/src/ccapi/test/
H A Dtest_ccapi_context.c930 cc_context_t context_a = NULL; in check_cc_context_compare() local
941 err = cc_initialize(&context_a, ccapi_version_3, NULL, NULL); in check_cc_context_compare()
946 …check_once_cc_context_compare(context_a, context_a, &equal, ccNoError, "valid params, same context… in check_cc_context_compare()
947 …check_once_cc_context_compare(context_a, context_b, &equal, ccNoError, "valid params, different co… in check_cc_context_compare()
948 check_once_cc_context_compare(context_a, NULL, &equal, ccErrBadParam, "NULL compare_to context"); in check_cc_context_compare()
949 check_once_cc_context_compare(context_a, context_b, NULL, ccErrBadParam, "NULL out param"); in check_cc_context_compare()
951 if (context_a) { cc_context_release(context_a); } in check_cc_context_compare()
/freebsd/sys/dev/dpaa/
H A Dqman_var.h49 uint64_t context_a; member
97 uint64_t context_a; /* 8 bytes on the wire */ member
H A Dqman.c568 cmd.init_fq.context_a = (excl << 56) | (cl << 48); in qman_fq_create()
578 cmd.init_fq.context_a = context_a_opaque; in qman_fq_create()
H A Dqman_portals.c568 db_printf(" Context_A: %16lx\n", save_res.query_fq.context_a); in DB_SHOW_COMMAND()
/freebsd/sys/contrib/ncsw/Peripherals/QM/
H A Dfsl_qman.h560 volatile u_QmFqdContextA context_a; member
H A Dqm_portal_fqr.c1060 memcpy((void*)&fq_opts.fqd.context_a, p_ContextA, sizeof(t_QmContextA)); in qm_new_fq()