Searched refs:oep (Results 1 – 7 of 7) sorted by relevance
/titanic_50/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_serd.c | 194 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 D | fmd_rpc_adm.c | 624 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 D | fmd_case.c | 1579 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_50/usr/src/common/smbios/ |
H A D | smb_info.c | 751 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_50/usr/src/cmd/csh/ |
H A D | sh.func.c | 1145 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_50/usr/src/cmd/auditreduce/ |
H A D | option.c | 318 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()
|
/titanic_50/usr/src/lib/libctf/common/ |
H A D | ctf_diff.c | 559 const ctf_enum_t *iep, *oep; in ctf_diff_enum() local 575 oep = (const ctf_enum_t *)((uintptr_t)otp + oincr); in ctf_diff_enum() 578 n--, iep++, oep++) { in ctf_diff_enum() 580 ctf_strptr(ofp, oep->cte_name)) != 0) in ctf_diff_enum() 583 if (iep->cte_value != oep->cte_value) in ctf_diff_enum()
|