Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/syseventd/modules/sysevent_reg_mod/
H A Dsysevent_reg_mod.c64 } ev_queue_t; typedef
68 static ev_queue_t *event_q = NULL;
126 ev_queue_t *new_evq, *tmp_evq; in deliver_event()
149 new_evq = (ev_queue_t *)calloc(1, sizeof (ev_queue_t)); in deliver_event()
182 ev_queue_t *evqp; in subscriber_deliver_thr()
/titanic_44/usr/src/cmd/syseventd/modules/devfsadmd_mod/
H A Ddevfsadmd_mod.c63 } ev_queue_t; typedef
67 static ev_queue_t *eventq_head;
68 static ev_queue_t *eventq_tail;
171 ev_queue_t *new_evq; in devfsadmdeliver_event()
184 new_evq = (ev_queue_t *)calloc(1, sizeof (ev_queue_t)); in devfsadmdeliver_event()
219 ev_queue_t *evqp; in devfsadmd_deliver_thr()
/titanic_44/usr/src/cmd/picl/plugins/sun4u/snowbird/frutree/
H A Dpiclfrutree.c141 }ev_queue_t; typedef
159 static ev_queue_t *queue_head = NULL;
160 static ev_queue_t *queue_tail = NULL;
187 static ev_queue_t *remove_from_queue(void);
388 ev_queue_t *event = NULL; in piclfrutree_fini()
510 ev_queue_t *new_event; in add_to_queue()
512 new_event = (ev_queue_t *)malloc(sizeof (ev_queue_t)); in add_to_queue()
530 static ev_queue_t *
533 ev_queue_t *event = NULL; in remove_from_queue()
5474 ev_queue_t *event = NULL; in dr_thread()