Searched refs:qu_t (Results 1 - 4 of 4) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/fm/modules/common/disk-monitor/
H A Dutil.h83 } qu_t; typedef in typeref:struct:q_head
97 extern void queue_add(qu_t *qp, void *data);
98 extern void *queue_remove(qu_t *qp);
99 extern qu_t *new_queue(boolean_t block_on_empty, void *(*nodealloc)(size_t),
101 extern void queue_free(qu_t **qp);
H A Dutil.c193 queue_add(qu_t *qp, void *data)
221 queue_remove(qu_t *qp)
247 qu_t *
251 qu_t *newqp = (qu_t *)dmalloc(sizeof (qu_t));
265 queue_free(qu_t **qpp)
267 qu_t *qp = *qpp;
281 dfree(qp, sizeof (qu_t));
H A Dhotplug_mgr.c59 static qu_t *g_sysev_queue = NULL;
630 qu_t *qp = (qu_t *)queuep;
H A Dschg_mgr.c47 static qu_t *g_schg_queue = NULL;

Completed in 49 milliseconds