Lines Matching refs:fmri
57 * /lib/svc/method/ipfilter fw_update fmri
59 * where fmri the instance fmri of the service to be updated.
245 is_correct_event(const char *fmri, const scf_propertygroup_t *pg,
273 if ((state = smf_get_state(fmri)) == NULL) {
275 "%s\n", fmri, scf_strerror(scf_error()));
279 syslog(LOG_DEBUG | LOG_DAEMON, "%s STATE: %s \n", fmri, state);
314 ipfilter_update(const char *fmri)
319 syslog(LOG_DEBUG | LOG_DAEMON, "ipfilter_update: %s\n", fmri);
326 "ipfilter for %s: %s", fmri, strerror(errno));
332 if (execl(IPF_UPDATE_CMD, IPF_UPDATE_CMD, "fw_update", fmri,
335 "%s: %s", fmri, strerror(errno));
350 "for: %s\n", fmri);
570 char *fmri, *scratch;
574 if ((fmri = umem_alloc(max_scf_fmri_size, UMEM_DEFAULT)) == NULL) {
597 * Note: fmri is only set on delete events.
599 res = _scf_notify_wait(pg, fmri, max_scf_fmri_size);
614 syslog(LOG_DEBUG | LOG_DAEMON, "Deleted: %s", fmri);
616 (void) strlcpy(scratch, fmri, max_scf_fmri_size);
622 (void) ipfilter_update(fmri);