Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_serd.c193 fmd_serd_elem_t *sep, *oep; in fmd_serd_eng_record() local
220 oep = fmd_list_next(&sgp->sg_list); in fmd_serd_eng_record()
223 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()
/illumos-gate/usr/src/lib/libctf/common/
H A Dctf_diff.c559 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()
/illumos-gate/usr/src/cmd/csh/
H A Dsh.func.c1156 char *blk[2], **oep = ep; in local_setenv() local
1209 xfree((void *)oep); in local_setenv()
1219 char **oep = ep; in local_unsetenv() local
1261 xfree((void *)oep); in local_unsetenv()
/illumos-gate/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()
/illumos-gate/usr/src/common/smbios/
H A Dsmb_info.c942 smbios_info_obdevs_ext(smbios_hdl_t *shp, id_t id, smbios_obdev_ext_t *oep) in smbios_info_obdevs_ext() argument
954 bzero(oep, sizeof (smbios_obdev_ext_t)); in smbios_info_obdevs_ext()
956 oep->smboe_name = smb_strptr(stp, obe.smbobe_name); in smbios_info_obdevs_ext()
957 oep->smboe_dtype = obe.smbobe_dtype; in smbios_info_obdevs_ext()
958 oep->smboe_dti = obe.smbobe_dti; in smbios_info_obdevs_ext()
959 oep->smboe_sg = obe.smbobe_sg; in smbios_info_obdevs_ext()
960 oep->smboe_bus = obe.smbobe_bus; in smbios_info_obdevs_ext()
961 oep->smboe_df = obe.smbobe_df; in smbios_info_obdevs_ext()