Home
last modified time | relevance | path

Searched refs:temp_status (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libgss/
H A Dg_accept_sec_context.c112 OM_uint32 status, temp_status, t_minstat; local
230 temp_status = __gss_convert_name_to_union_name(
233 if (temp_status != GSS_S_COMPLETE) {
240 return (temp_status);
322 temp_status =
326 if (temp_status != GSS_S_COMPLETE) {
335 return (temp_status);
H A Dg_rel_cred.c44 OM_uint32 status, temp_status; local
82 temp_status = mech->gss_release_cred
86 if (temp_status != GSS_S_COMPLETE) {
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Dset_allowable_enctypes.c72 OM_uint32 temp_status; in gss_krb5int_set_allowable_enctypes() local
83 major_status = krb5_gss_validate_cred(&temp_status, cred_handle); in gss_krb5int_set_allowable_enctypes()
85 kerr = temp_status; in gss_krb5int_set_allowable_enctypes()
/illumos-gate/usr/src/uts/sun4u/io/
H A Drmclomv.c1686 temp_r.temp_status[index].handle; in refresh_name_cache()
2201 (rmc_temp_r.temp_status[0].sensor_status == in rmclomv_ioctl()
2210 if (rmc_temp_r.temp_status[0].sensor_status != in rmclomv_ioctl()
2214 rmc_temp_r.temp_status[0].value; in rmclomv_ioctl()
2216 rmc_temp_r.temp_status[0].low_warning; in rmclomv_ioctl()
2218 rmc_temp_r.temp_status[0].low_soft_shutdown; in rmclomv_ioctl()
2220 rmc_temp_r.temp_status[0].low_hard_shutdown; in rmclomv_ioctl()
2222 rmc_temp_r.temp_status[0].high_warning; in rmclomv_ioctl()
2224 rmc_temp_r.temp_status[0].high_soft_shutdown; in rmclomv_ioctl()
2226 rmc_temp_r.temp_status[0].high_hard_shutdown; in rmclomv_ioctl()
/illumos-gate/usr/src/uts/sun4u/sys/
H A Drmc_comm_hproto.h504 dp_tempr_status_t temp_status[1]; member