Searched refs:petype (Results 1 – 3 of 3) sorted by relevance
227 ASN1_OBJECT **petype; in CMS_get0_eContentType() local228 petype = cms_get0_econtent_type(cms); in CMS_get0_eContentType()229 if (petype) in CMS_get0_eContentType()230 return *petype; in CMS_get0_eContentType()236 ASN1_OBJECT **petype, *etype; in CMS_set1_eContentType() local237 petype = cms_get0_econtent_type(cms); in CMS_set1_eContentType()238 if (!petype) in CMS_set1_eContentType()245 ASN1_OBJECT_free(*petype); in CMS_set1_eContentType()246 *petype = etype; in CMS_set1_eContentType()
345 ASN1_OBJECT **petype; in CMS_get0_eContentType() local346 petype = cms_get0_econtent_type(cms); in CMS_get0_eContentType()347 if (petype) in CMS_get0_eContentType()348 return *petype; in CMS_get0_eContentType()354 ASN1_OBJECT **petype, *etype; in CMS_set1_eContentType() local356 petype = cms_get0_econtent_type(cms); in CMS_set1_eContentType()357 if (petype == NULL) in CMS_set1_eContentType()364 ASN1_OBJECT_free(*petype); in CMS_set1_eContentType()365 *petype = etype; in CMS_set1_eContentType()
700 const struct power_event_description *petype = in sysmon_power_make_dictionary() local725 for (i = 0; petype[i].type != -1; i++) in sysmon_power_make_dictionary()726 if (petype[i].type == smpsw->smpsw_type) in sysmon_power_make_dictionary()729 SETPROP("powerd-script-name", petype[i].desc); in sysmon_power_make_dictionary()740 const struct power_event_description *petype = in sysmon_power_make_dictionary() local756 for (i = 0; petype[i].type != -1; i++) in sysmon_power_make_dictionary()757 if (petype[i].type == pes->pes_type) in sysmon_power_make_dictionary()760 SETPROP("powerd-script-name", petype[i].desc); in sysmon_power_make_dictionary()