Symbol: mg
crypto/heimdal/lib/gssapi/mech/context.c
114
struct mg_thread_ctx *mg;
crypto/heimdal/lib/gssapi/mech/context.c
123
mg = _gss_mechglue_thread();
crypto/heimdal/lib/gssapi/mech/context.c
124
if (mg == NULL)
crypto/heimdal/lib/gssapi/mech/context.c
127
gss_release_buffer(&minor_status, &mg->maj_error);
crypto/heimdal/lib/gssapi/mech/context.c
128
gss_release_buffer(&minor_status, &mg->min_error);
crypto/heimdal/lib/gssapi/mech/context.c
130
mg->mech = &m->gm_mech_oid;
crypto/heimdal/lib/gssapi/mech/context.c
131
mg->maj_stat = maj;
crypto/heimdal/lib/gssapi/mech/context.c
132
mg->min_stat = min;
crypto/heimdal/lib/gssapi/mech/context.c
139
&mg->maj_error);
crypto/heimdal/lib/gssapi/mech/context.c
141
mg->maj_error.value = NULL;
crypto/heimdal/lib/gssapi/mech/context.c
142
mg->maj_error.length = 0;
crypto/heimdal/lib/gssapi/mech/context.c
149
&mg->min_error);
crypto/heimdal/lib/gssapi/mech/context.c
151
mg->min_error.value = NULL;
crypto/heimdal/lib/gssapi/mech/context.c
152
mg->min_error.length = 0;
crypto/heimdal/lib/gssapi/mech/context.c
20
struct mg_thread_ctx *mg = ptr;
crypto/heimdal/lib/gssapi/mech/context.c
23
if (mg == NULL)
crypto/heimdal/lib/gssapi/mech/context.c
26
gss_release_buffer(&junk, &mg->maj_error);
crypto/heimdal/lib/gssapi/mech/context.c
27
gss_release_buffer(&junk, &mg->min_error);
crypto/heimdal/lib/gssapi/mech/context.c
28
free(mg);
crypto/heimdal/lib/gssapi/mech/context.c
69
struct mg_thread_ctx *mg;
crypto/heimdal/lib/gssapi/mech/context.c
71
mg = _gss_mechglue_thread();
crypto/heimdal/lib/gssapi/mech/context.c
72
if (mg == NULL)
crypto/heimdal/lib/gssapi/mech/context.c
80
if (mech != NULL && gss_oid_equal(mg->mech, mech) == 0)
crypto/heimdal/lib/gssapi/mech/context.c
86
if (value != mg->maj_stat || mg->maj_error.length == 0)
crypto/heimdal/lib/gssapi/mech/context.c
88
string->value = malloc(mg->maj_error.length + 1);
crypto/heimdal/lib/gssapi/mech/context.c
89
string->length = mg->maj_error.length;
crypto/heimdal/lib/gssapi/mech/context.c
90
memcpy(string->value, mg->maj_error.value, mg->maj_error.length);
crypto/heimdal/lib/gssapi/mech/context.c
95
if (value != mg->min_stat || mg->min_error.length == 0)
crypto/heimdal/lib/gssapi/mech/context.c
97
string->value = malloc(mg->min_error.length + 1);
crypto/heimdal/lib/gssapi/mech/context.c
98
string->length = mg->min_error.length;
crypto/heimdal/lib/gssapi/mech/context.c
99
memcpy(string->value, mg->min_error.value, mg->min_error.length);
lib/libgssapi/gss_display_status.c
188
struct mg_thread_ctx *mg;
lib/libgssapi/gss_display_status.c
190
mg = &last_error_context;
lib/libgssapi/gss_display_status.c
192
if (mech != NULL && gss_oid_equal(mg->mech, mech) == 0)
lib/libgssapi/gss_display_status.c
197
if (value != mg->maj_stat || mg->maj_error.length == 0)
lib/libgssapi/gss_display_status.c
199
string->value = malloc(mg->maj_error.length);
lib/libgssapi/gss_display_status.c
200
string->length = mg->maj_error.length;
lib/libgssapi/gss_display_status.c
201
memcpy(string->value, mg->maj_error.value,
lib/libgssapi/gss_display_status.c
202
mg->maj_error.length);
lib/libgssapi/gss_display_status.c
206
if (value != mg->min_stat || mg->min_error.length == 0)
lib/libgssapi/gss_display_status.c
208
string->value = malloc(mg->min_error.length);
lib/libgssapi/gss_display_status.c
209
string->length = mg->min_error.length;
lib/libgssapi/gss_display_status.c
210
memcpy(string->value, mg->min_error.value,
lib/libgssapi/gss_display_status.c
211
mg->min_error.length);
lib/libgssapi/gss_display_status.c
225
struct mg_thread_ctx *mg;
lib/libgssapi/gss_display_status.c
227
mg = &last_error_context;
lib/libgssapi/gss_display_status.c
229
gss_release_buffer(&minor_status, &mg->maj_error);
lib/libgssapi/gss_display_status.c
230
gss_release_buffer(&minor_status, &mg->min_error);
lib/libgssapi/gss_display_status.c
232
mg->mech = &m->gm_mech_oid;
lib/libgssapi/gss_display_status.c
233
mg->maj_stat = maj;
lib/libgssapi/gss_display_status.c
234
mg->min_stat = min;
lib/libgssapi/gss_display_status.c
241
&mg->maj_error);
lib/libgssapi/gss_display_status.c
243
mg->maj_error.value = NULL;
lib/libgssapi/gss_display_status.c
244
mg->maj_error.length = 0;
lib/libgssapi/gss_display_status.c
251
&mg->min_error);
lib/libgssapi/gss_display_status.c
253
mg->min_error.value = NULL;
lib/libgssapi/gss_display_status.c
254
mg->min_error.length = 0;
sys/dev/irdma/irdma_uda.c
230
struct irdma_mcast_grp_ctx_entry_info *mg)
sys/dev/irdma/irdma_uda.c
239
if (irdma_compare_mgs(&ctx->mg_ctx_info[idx], mg)) {
sys/dev/irdma/irdma_uda.c
252
ctx->mg_ctx_info[free_entry_idx] = *mg;
sys/dev/irdma/irdma_uda.c
272
struct irdma_mcast_grp_ctx_entry_info *mg)
sys/dev/irdma/irdma_uda.c
281
if (irdma_compare_mgs(mg, &ctx->mg_ctx_info[idx])) {
sys/dev/irdma/irdma_uda.h
71
struct irdma_mcast_grp_ctx_entry_info *mg);
sys/dev/irdma/irdma_uda.h
73
struct irdma_mcast_grp_ctx_entry_info *mg);