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

/opensolaris-onvv-gate/usr/src/cmd/syseventd/modules/sysevent_reg_mod/
H A Dsysevent_reg_mod.c64 } ev_queue_t; typedef in typeref:struct:ev_queue
68 static ev_queue_t *event_q = NULL;
126 ev_queue_t *new_evq, *tmp_evq;
149 new_evq = (ev_queue_t *)calloc(1, sizeof (ev_queue_t));
182 ev_queue_t *evqp;
/opensolaris-onvv-gate/usr/src/cmd/syseventd/modules/devfsadmd_mod/
H A Ddevfsadmd_mod.c63 } ev_queue_t; typedef in typeref:struct:ev_queue
67 static ev_queue_t *eventq_head;
68 static ev_queue_t *eventq_tail;
171 ev_queue_t *new_evq;
184 new_evq = (ev_queue_t *)calloc(1, sizeof (ev_queue_t));
219 ev_queue_t *evqp;
/opensolaris-onvv-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/frutree/
H A Dpiclfrutree.c141 }ev_queue_t; typedef in typeref:struct:event_queue
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;
510 ev_queue_t *new_event;
512 new_event = (ev_queue_t *)malloc(sizeof (ev_queue_t));
530 static ev_queue_t *
533 ev_queue_t *even
[all...]

Completed in 94 milliseconds