Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libuuid/common/
H A Duuid.c74 static uuid_node_t node_id_cache; variable
114 bcopy(&node_id_cache, &system_node, sizeof (uuid_node_t)); in uuid_create()
117 bcopy(&system_node, &node_id_cache, sizeof (uuid_node_t)); in uuid_create()
295 bcopy(node, &node_id_cache, sizeof (uuid_node_t)); in revalidate_data()