Searched defs:al_uuid (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_asru.h77 char *al_uuid; /* uuid for asru cache entry (ro) */ member in struct:fmd_asru_link
78 uint_t al_uuidlen; /* length of al_uuid (not incl. \0) */
H A Dfmd_asru.c295 fmd_free(alp->al_uuid, alp->al_uuidlen + 1);
354 const char *al_uuid)
390 alp->al_uuid = fmd_strdup(al_uuid, FMD_SLEEP);
391 alp->al_uuidlen = strlen(alp->al_uuid);
400 ap = fmd_asru_create(ahp, al_uuid, name, got_asru ? asru :
596 TRACE((FMD_DBG_ASRU, "asru %s recreated as %p (%s)", alp->al_uuid,
744 lp = fmd_log_open(alp->al_asru->asru_root, alp->al_uuid,
773 lp = fmd_log_open(alp->al_asru->asru_root, alp->al_uuid, FMD_LOG_ASRU);
792 lp = fmd_log_open(alp->al_asru->asru_root, alp->al_uuid, FMD_LOG_ASR
353 fmd_asru_al_create(fmd_asru_hash_t *ahp, nvlist_t *nvl, fmd_case_t *cp, const char *al_uuid) argument
[all...]

Completed in 232 milliseconds