Searched refs:scd_subscriber_cache (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dlog_sysevent.c975 if ((chan->scd_subscriber_cache = vmem_create(channel_name, (void *)1,
984 vmem_destroy(chan->scd_subscriber_cache);
1030 vmem_destroy(chan->scd_subscriber_cache);
1048 id = (id_t)(uintptr_t)vmem_alloc(chan->scd_subscriber_cache, 1,
1074 vmem_free(chan->scd_subscriber_cache, (void *)(uintptr_t)id, 1);
/illumos-gate/usr/src/uts/common/sys/
H A Dsysevent_impl.h230 id_space_t *scd_subscriber_cache; /* cache of subscriber ids */ member in struct:sysevent_channel_descriptor

Completed in 64 milliseconds