Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/modules/common/sw-diag-response/subsidiary/smf/
H A Dsmf_response.c94 #define UUID_CACHE_BUFNAME "uuid_cache" macro
118 fmd_buf_destroy(hdl, NULL, UUID_CACHE_BUFNAME); in uuid_cache_grow()
122 fmd_buf_create(hdl, NULL, UUID_CACHE_BUFNAME, newsz); in uuid_cache_grow()
131 fmd_buf_write(hdl, NULL, UUID_CACHE_BUFNAME, uuid_cache, sz); in uuid_cache_persist()
191 size_t sz = fmd_buf_size(hdl, NULL, UUID_CACHE_BUFNAME); in uuid_cache_restore()
197 fmd_buf_read(hdl, NULL, UUID_CACHE_BUFNAME, uuid_cache, sz); in uuid_cache_restore()