Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dlog_sysevent.c864 static sysevent_channel_descriptor_t *
868 sysevent_channel_descriptor_t *chan_list; in get_channel()
888 create_channel_registration(sysevent_channel_descriptor_t *chan, in create_channel_registration()
913 free_channel_registration(sysevent_channel_descriptor_t *chan) in free_channel_registration()
945 sysevent_channel_descriptor_t *chan, *chan_list; in open_channel()
978 kmem_free(chan, sizeof (sysevent_channel_descriptor_t)); in open_channel()
985 kmem_free(chan, sizeof (sysevent_channel_descriptor_t)); in open_channel()
1007 sysevent_channel_descriptor_t *chan, *prev_chan; in close_channel()
1038 kmem_free(chan, sizeof (sysevent_channel_descriptor_t)); in close_channel()
1043 bind_common(sysevent_channel_descriptor_t *chan, int type) in bind_common()
[all …]
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dsysevent.c330 sysevent_channel_descriptor_t chan_tbl; in sysevent_channel()
365 addr + offsetof(sysevent_channel_descriptor_t, in sysevent_channel()
373 sysevent_channel_descriptor_t *hash_tbl[CHAN_HASH_SZ];
404 sysevent_channel_descriptor_t scd; in sysevent_channel_walk_step()
410 if (mdb_vread(&scd, sizeof (sysevent_channel_descriptor_t), in sysevent_channel_walk_step()
/illumos-gate/usr/src/uts/common/sys/
H A Dsysevent_impl.h235 } sysevent_channel_descriptor_t; typedef