Searched refs:log_uuid (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/fm/libfmd_log/common/
H A Dfmd_log_impl.h50 char *log_uuid; /* log file uuid string */ member in struct:fmd_log
H A Dfmd_log.h65 const char *log_uuid; /* fmd(1M) log file uuid */ member in struct:fmd_log_header
H A Dfmd_log.c248 } else if (xlp->log_uuid != NULL &&
249 strcmp(xlp->log_uuid, uuid) == 0)
462 lp->log_uuid = strdup(obj->eo_item.ei_string);
463 if (lp->log_uuid == NULL) {
523 free(lp->log_uuid);
548 hp->log_uuid = lp->log_uuid ? lp->log_uuid : "";

Completed in 42 milliseconds