Searched refs:esip (Results 1 - 4 of 4) sorted by relevance
/osnet-11/usr/src/lib/scsi/plugins/ses/SUN/common/ |
H A D | sun_element.c | 40 elem_parse_sunw_fanmodule(const ses2_elem_status_impl_t *esip, nvlist_t *nvl) argument 42 sun_fanmodule_status_impl_t *fip = (sun_fanmodule_status_impl_t *)esip; 62 ses2_elem_status_impl_t *esip; local 69 if ((esip = ses_plugin_page_lookup(spp, 78 esip->sesi_common.sesi_status_code); 80 esip->sesi_common.sesi_swap); 82 esip->sesi_common.sesi_disabled); 84 esip->sesi_common.sesi_prdfail); 88 return (sp->func(esip, nvl));
|
/osnet-11/usr/src/lib/scsi/plugins/ses/ses2/common/ |
H A D | ses2_element.c | 39 elem_parse_device(const ses2_elem_status_impl_t *esip, nvlist_t *nvl) argument 41 ses2_device_status_impl_t *dip = (ses2_device_status_impl_t *)esip; 82 elem_parse_psu(const ses2_elem_status_impl_t *esip, nvlist_t *nvl) argument 84 ses2_psu_status_impl_t *pip = (ses2_psu_status_impl_t *)esip; 114 elem_parse_cooling(const ses2_elem_status_impl_t *esip, nvlist_t *nvl) argument 116 ses2_cooling_status_impl_t *cip = (ses2_cooling_status_impl_t *)esip; 134 elem_parse_temp(const ses2_elem_status_impl_t *esip, nvlist_t *nvl) argument 136 ses2_temp_status_impl_t *tip = (ses2_temp_status_impl_t *)esip; 156 elem_parse_lock(const ses2_elem_status_impl_t *esip, nvlist_t *nvl) argument 158 ses2_lock_status_impl_t *lip = (ses2_lock_status_impl_t *)esip; 172 elem_parse_alarm(const ses2_elem_status_impl_t *esip, nvlist_t *nvl) argument 199 elem_parse_esc(const ses2_elem_status_impl_t *esip, nvlist_t *nvl) argument 216 elem_parse_scc(const ses2_elem_status_impl_t *esip, nvlist_t *nvl) argument 230 elem_parse_cache(const ses2_elem_status_impl_t *esip, nvlist_t *nvl) argument 245 elem_parse_ups(const ses2_elem_status_impl_t *esip, nvlist_t *nvl) argument 278 elem_parse_display(const ses2_elem_status_impl_t *esip, nvlist_t *nvl) argument 294 elem_parse_keypad(const ses2_elem_status_impl_t *esip, nvlist_t *nvl) argument 306 elem_parse_px(const ses2_elem_status_impl_t *esip, nvlist_t *nvl) argument 325 elem_parse_lang(const ses2_elem_status_impl_t *esip, nvlist_t *nvl) argument 339 elem_parse_comm(const ses2_elem_status_impl_t *esip, nvlist_t *nvl) argument 354 elem_parse_voltage(const ses2_elem_status_impl_t *esip, nvlist_t *nvl) argument 376 elem_parse_current(const ses2_elem_status_impl_t *esip, nvlist_t *nvl) argument 394 elem_parse_itp(const ses2_elem_status_impl_t *esip, nvlist_t *nvl) argument 411 elem_parse_sse(const ses2_elem_status_impl_t *esip, nvlist_t *nvl) argument 425 elem_parse_arraydev(const ses2_elem_status_impl_t *esip, nvlist_t *nvl) argument 481 elem_parse_expander(const ses2_elem_status_impl_t *esip, nvlist_t *nvl) argument 493 elem_parse_sasconn(const ses2_elem_status_impl_t *esip, nvlist_t *nvl) argument 541 ses2_elem_status_impl_t *esip; local [all...] |
H A D | ses2_enclosure.c | 35 enc_parse_sd(ses2_elem_status_impl_t *esip, nvlist_t *nvl) argument 40 sdp = (ses2_enclosure_status_impl_t *)esip; 302 ses2_elem_status_impl_t *esip; local 306 if ((esip = ses_plugin_page_lookup(sp, snap, 308 if ((err = enc_parse_sd(esip, props)) != 0)
|
/osnet-11/usr/src/lib/libelfsign/common/ |
H A D | elfsignlib.c | 1031 struct ELFsign_sig_info *esip = NULL; local 1034 esip = (struct ELFsign_sig_info *) 1036 *esipp = esip; 1078 esip->esi_format = fsx.fsx_format; 1079 if (esip->esi_signer != NULL) 1080 free(esip->esi_signer); 1081 esip->esi_signer = strdup(fsx.fsx_signer_DN); 1082 esip->esi_time = fsx.fsx_time; 1313 struct ELFsign_sig_info *esip; local 1315 esip 1339 elfsign_sig_info_free(struct ELFsign_sig_info *esip) argument [all...] |
Completed in 36 milliseconds