Home
last modified time | relevance | path

Searched refs:al_uuid (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_asru.c295 fmd_free(alp->al_uuid, alp->al_uuidlen + 1); in fmd_asru_al_destroy()
354 const char *al_uuid) in fmd_asru_al_create() argument
390 alp->al_uuid = fmd_strdup(al_uuid, FMD_SLEEP); in fmd_asru_al_create()
391 alp->al_uuidlen = strlen(alp->al_uuid); in fmd_asru_al_create()
400 ap = fmd_asru_create(ahp, al_uuid, name, got_asru ? asru : in fmd_asru_al_create()
744 lp = fmd_log_open(alp->al_asru->asru_root, alp->al_uuid, in fmd_asru_repair_if_aged()
1078 alp->al_uuid, (void *)alp->al_asru)); in fmd_asru_hash_create_entry()
1202 ahp->ah_dirpath, alp->al_uuid); in fmd_asru_hash_delete_case()
1531 lp = fmd_log_open(ap->asru_root, alp->al_uuid, FMD_LOG_ASRU); in fmd_asru_logevent()
1579 TRACE((FMD_DBG_ASRU, "asru %s %s->%s", alp->al_uuid, in fmd_asru_setflags()
[all …]
H A Dfmd_asru.h77 char *al_uuid; /* uuid for asru cache entry (ro) */ member
H A Dfmd_mdb.c1114 if (mdb_readstr(uuid, sizeof (uuid), (uintptr_t)a.al_uuid) <= 0) in fmd_asru_link()
1115 (void) mdb_snprintf(uuid, sizeof (uuid), "<%p>", a.al_uuid); in fmd_asru_link()