Lines Matching refs:fmrival
372 nwam_value_t fmrival; in nwamd_enm_activate() local
394 err = nwam_enm_get_prop_value(enmh, NWAM_ENM_PROP_FMRI, &fmrival); in nwamd_enm_activate()
398 if (nwam_value_get_string(fmrival, &fmri) != NWAM_SUCCESS) { in nwamd_enm_activate()
402 nwam_value_free(fmrival); in nwamd_enm_activate()
411 nwam_value_free(fmrival); in nwamd_enm_activate()
440 nwam_value_free(fmrival); in nwamd_enm_activate()
480 nwam_value_t fmrival; in nwamd_enm_deactivate() local
504 if (nwam_enm_get_prop_value(enmh, NWAM_ENM_PROP_FMRI, &fmrival) in nwamd_enm_deactivate()
523 if (nwam_value_get_string(fmrival, &fmri) != NWAM_SUCCESS) { in nwamd_enm_deactivate()
536 nwam_value_free(fmrival); in nwamd_enm_deactivate()
564 nwam_value_free(fmrival); in nwamd_enm_deactivate()