Searched refs:queue_remove (Results 1 - 13 of 13) sorted by relevance

/illumos-gate/usr/src/cmd/tnf/prex/
H A Dqueue.h61 queue_node_t *queue_remove(queue_node_t * q);
H A Dqueue.c99 * queue_remove() - removes a node from a list, returns a pointer to the next
104 queue_remove(queue_node_t * q) function
120 } /* end queue_remove */
H A Dset.c98 (void) queue_remove(&set_p->qn);
H A Dfcn.c127 (void) queue_remove(&fcn_p->qn);
H A Dcmd.c133 (void) queue_remove(&cmd_p->qn);
H A Dexpr.c139 (void) queue_remove(&expr_p->qn);
H A Dsource.c188 (void) queue_remove(&top->qn);
H A Dspec.c115 (void) queue_remove(&spec_p->qn);
/illumos-gate/usr/src/cmd/fm/modules/common/disk-monitor/
H A Dutil.h98 extern void *queue_remove(qu_t *qp);
H A Dutil.c221 queue_remove(qu_t *qp) function
275 while ((item = queue_remove(qp)) != NULL) {
H A Dschg_mgr.c314 if ((dscp = (disk_statechg_t *)queue_remove(g_schg_queue))
H A Dhotplug_mgr.c641 if ((sevevp = (sysevent_event_t *)queue_remove(qp)) == NULL)
/illumos-gate/usr/src/cmd/nscd/
H A Dcache.c80 static void queue_remove(nsc_db_t *, nsc_entry_t *);
609 queue_remove(nsc_db_t *nscdb, nsc_entry_t *entry) { function
2058 queue_remove(nscdb, entry);

Completed in 55 milliseconds