Home
last modified time | relevance | path

Searched refs:minor_status_temp (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/gss/gssd/
H A Dgssd_clnt_stubs.c88 OM_uint32 minor_status_temp; local
108 *minor_status = (OM_uint32) minor_status_temp;
176 gss_release_buffer(&minor_status_temp, &external_name);
297 OM_uint32 minor_status_temp; local
318 *minor_status = (OM_uint32) minor_status_temp;
588 OM_uint32 minor_status_temp; local
603 if (gss_display_name(&minor_status_temp, target_name,
606 *minor_status = (OM_uint32) minor_status_temp;
1829 OM_uint32 minor_status_temp; local
1907 *minor_status = (OM_uint32) minor_status_temp;
[all …]
/illumos-gate/usr/src/uts/common/gssapi/
H A Dgssd_clnt_stubs.c111 OM_uint32 minor_status_temp; local
133 *minor_status = (OM_uint32) minor_status_temp;
183 (void) gss_release_buffer(&minor_status_temp, &external_name);
328 OM_uint32 minor_status_temp; local
366 *minor_status = (OM_uint32) minor_status_temp;
629 OM_uint32 minor_status_temp; in kgss_init_sec_context_wrapped() local
647 if (gss_display_name(&minor_status_temp, target_name, in kgss_init_sec_context_wrapped()
650 *minor_status = (OM_uint32) minor_status_temp; in kgss_init_sec_context_wrapped()
2190 OM_uint32 minor_status_temp; local
2270 if (gss_import_name(&minor_status_temp, &external_name,
[all …]