Searched refs:tr_context_obj (Results 1 – 2 of 2) sorted by relevance
32 struct tr_context_obj *context = calloc(1, sizeof(struct tr_context_obj)); in obj_context_add()35 LogError("malloc of %zd bytes failed.", sizeof(struct tr_context_obj)); in obj_context_add()76 struct tr_context_obj *context; in obj_context_get_tcs_api()85 context = (struct tr_context_obj *)obj->data; in obj_context_get_tcs_api()100 struct tr_context_obj *context = (struct tr_context_obj *)data; in __tspi_obj_context_free()124 struct tr_context_obj *context; in obj_context_close()129 context = (struct tr_context_obj *)obj->data; in obj_context_close()152 struct tr_context_obj *context; in obj_context_get_policy()158 context = (struct tr_context_obj *)obj->data; in obj_context_get_policy()177 struct tr_context_obj *context; in obj_context_get_machine_name()[all …]
27 struct tr_context_obj { struct71 TSS_RESULT obj_context_transport_establish(TSS_HCONTEXT, struct tr_context_obj *);