Searched refs:context1 (Results 1 – 4 of 4) sorted by relevance
59 const model::context context1(fs::path("/foo/bar"), env); in ATF_TEST_CASE_BODY() local64 ATF_REQUIRE( context1 == context2); in ATF_TEST_CASE_BODY()65 ATF_REQUIRE(!(context1 != context2)); in ATF_TEST_CASE_BODY()66 ATF_REQUIRE(!(context1 == context3)); in ATF_TEST_CASE_BODY()67 ATF_REQUIRE( context1 != context3); in ATF_TEST_CASE_BODY()68 ATF_REQUIRE(!(context1 == context4)); in ATF_TEST_CASE_BODY()69 ATF_REQUIRE( context1 != context4); in ATF_TEST_CASE_BODY()
92 (osmv_query_req_t *) (p_req_madw->context.arb_context.context1); in __osmv_sa_mad_rcv_cb()190 (osmv_query_req_t *) (p_madw->context.arb_context.context1); in __osmv_sa_mad_err_cb()525 p_madw->context.arb_context.context1 = p_query_req_copy; in __osmv_send_sa_req()
176 osm_madw_t *const p_madw = (osm_madw_t *) p_elem->context1; in __osm_al_send_callback()258 CL_ASSERT(p_elem->context1 == NULL); in __osm_al_rcv_callback()1156 p_elem->context1 = p_madw; in osm_vendor_send()
370 void *context1; member