Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dlog_sysevent.c981 if ((chan->scd_publisher_cache = vmem_create(channel_name, (void *)1, in open_channel()
1031 vmem_destroy(chan->scd_publisher_cache); in close_channel()
1054 id = (id_t)(uintptr_t)vmem_alloc(chan->scd_publisher_cache, 1, in bind_common()
1081 vmem_free(chan->scd_publisher_cache, (void *)(uintptr_t)id, 1); in unbind_common()
/illumos-gate/usr/src/uts/common/sys/
H A Dsysevent_impl.h231 id_space_t *scd_publisher_cache; /* cache of publisher ids */ member