Home
last modified time | relevance | path

Searched refs:oep (Results 1 – 6 of 6) sorted by relevance

/titanic_44/usr/src/cmd/fm/fmd/common/
H A Dfmd_serd.c194 fmd_serd_elem_t *sep, *oep; in fmd_serd_eng_record() local
221 oep = fmd_list_next(&sgp->sg_list); in fmd_serd_eng_record()
224 fmd_event_delta(oep->se_event, sep->se_event) <= sgp->sg_t) { in fmd_serd_eng_record()
H A Dfmd_rpc_adm.c624 const fmd_serd_elem_t *oep; in fmd_adm_serdinfo_record() local
631 if ((oep = fmd_list_next(&sgp->sg_list)) != NULL) in fmd_adm_serdinfo_record()
632 old = fmd_event_hrtime(oep->se_event); in fmd_adm_serdinfo_record()
H A Dfmd_case.c1579 fmd_event_t *oep; in fmd_case_insert_principal() local
1591 oep = cip->ci_principal; in fmd_case_insert_principal()
1600 new = cit == NULL && ep != oep; in fmd_case_insert_principal()
1607 if (oep != NULL) in fmd_case_insert_principal()
1608 fmd_event_rele(oep); in fmd_case_insert_principal()
/titanic_44/usr/src/common/smbios/
H A Dsmb_info.c751 smbios_info_obdevs_ext(smbios_hdl_t *shp, id_t id, smbios_obdev_ext_t *oep) in smbios_info_obdevs_ext() argument
763 bzero(oep, sizeof (smbios_obdev_ext_t)); in smbios_info_obdevs_ext()
765 oep->smboe_name = smb_strptr(stp, obe.smbobe_name); in smbios_info_obdevs_ext()
766 oep->smboe_dtype = obe.smbobe_dtype; in smbios_info_obdevs_ext()
767 oep->smboe_dti = obe.smbobe_dti; in smbios_info_obdevs_ext()
768 oep->smboe_sg = obe.smbobe_sg; in smbios_info_obdevs_ext()
769 oep->smboe_bus = obe.smbobe_bus; in smbios_info_obdevs_ext()
770 oep->smboe_df = obe.smbobe_df; in smbios_info_obdevs_ext()
/titanic_44/usr/src/cmd/csh/
H A Dsh.func.c1145 char *blk[2], **oep = ep; in local_setenv() local
1198 xfree((void *)oep); in local_setenv()
1208 char **oep = ep; in local_unsetenv() local
1250 xfree((void *)oep); in local_unsetenv()
/titanic_44/usr/src/cmd/auditreduce/
H A Doption.c318 obj_ent_t *oep; in proc_object() local
329 (oep = obj_lkup(obj_str)) == (obj_ent_t *)0 || in proc_object()
337 obj_flag = oep->obj_flag; in proc_object()