Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_snap.c273 if (thp->th_uuid != NULL) { in topo_snap_create()
279 if ((thp->th_uuid = topo_hdl_zalloc(thp, TOPO_UUID_SIZE)) == NULL) { in topo_snap_create()
288 uuid_unparse(uuid, thp->th_uuid); in topo_snap_create()
289 if ((ustr = topo_hdl_strdup(thp, thp->th_uuid)) == NULL) { in topo_snap_create()
478 if (thp->th_uuid != NULL) { in topo_snap_destroy()
479 topo_hdl_free(thp, thp->th_uuid, TOPO_UUID_SIZE); in topo_snap_destroy()
480 thp->th_uuid = NULL; in topo_snap_destroy()
H A Dtopo_tree.h108 char *th_uuid; /* uuid of snapshot */ member
/titanic_44/usr/src/cmd/mdb/common/modules/libtopo/
H A Dlibtopo.c81 if (mdb_readstr(uuid, sizeof (uuid), (uintptr_t)th.th_uuid) < 0) { in topo_handle()
82 (void) mdb_snprintf(uuid, sizeof (uuid), "<%p>", th.th_uuid); in topo_handle()