Searched defs:sysevent_impl_handle (Results 1 – 1 of 1) sorted by relevance
47 typedef struct sysevent_impl_handle { struct48 int sh_bound; /* Channel bind status */49 int sh_type; /* pub/sub channel binding */50 uint32_t sh_id; /* pub/sub within channel */51 int sh_door_desc; /* Service door descrip */52 char *sh_door_name; /* Service door */53 char *sh_channel_name; /* Event Channel name */54 char *sh_channel_path; /* Full path to Event Chan */55 void *sh_priv_data; /* Pub/Sub private data */56 mutex_t sh_lock; /* lock to protect access */