Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/os/
H A Dlog_sysevent.c819 sysevent_channel_descriptor_t *registered_channels[CHAN_HASH_SZ];
821 static void remove_all_class(sysevent_channel_descriptor_t *chan,
843 static sysevent_channel_descriptor_t *
847 sysevent_channel_descriptor_t *chan_list; in get_channel()
867 create_channel_registration(sysevent_channel_descriptor_t *chan, in create_channel_registration()
892 free_channel_registration(sysevent_channel_descriptor_t *chan) in free_channel_registration()
924 sysevent_channel_descriptor_t *chan, *chan_list; in open_channel()
946 chan = kmem_zalloc(sizeof (sysevent_channel_descriptor_t), KM_SLEEP); in open_channel()
957 kmem_free(chan, sizeof (sysevent_channel_descriptor_t)); in open_channel()
964 kmem_free(chan, sizeof (sysevent_channel_descriptor_t)); in open_channel()
[all …]
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/
H A Dsysevent.c332 sysevent_channel_descriptor_t chan_tbl; in sysevent_channel()
367 addr + offsetof(sysevent_channel_descriptor_t, in sysevent_channel()
375 sysevent_channel_descriptor_t *hash_tbl[CHAN_HASH_SZ];
406 sysevent_channel_descriptor_t scd; in sysevent_channel_walk_step()
412 if (mdb_vread(&scd, sizeof (sysevent_channel_descriptor_t), in sysevent_channel_walk_step()
/titanic_41/usr/src/uts/common/sys/
H A Dsysevent_impl.h235 } sysevent_channel_descriptor_t; typedef