Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/tnf/prex/
H A Dqueue.h61 queue_node_t *queue_remove(queue_node_t * q);
H A Dqueue.c104 queue_remove(queue_node_t * q) in queue_remove() function
H A Dset.c98 (void) queue_remove(&set_p->qn); in set_destroy()
H A Dfcn.c127 (void) queue_remove(&fcn_p->qn); in fcn_destroy()
H A Dsource.c188 (void) queue_remove(&top->qn); in source_input()
H A Dexpr.c139 (void) queue_remove(&expr_p->qn); in expr_destroy()
H A Dcmd.c133 (void) queue_remove(&cmd_p->qn);
H A Dspec.c115 (void) queue_remove(&spec_p->qn); in spec_destroy()
/titanic_41/usr/src/cmd/fm/modules/common/disk-monitor/
H A Dutil.c221 queue_remove(qu_t *qp) in queue_remove() function
275 while ((item = queue_remove(qp)) != NULL) { in queue_free()
H A Dutil.h98 extern void *queue_remove(qu_t *qp);
H A Dschg_mgr.c314 if ((dscp = (disk_statechg_t *)queue_remove(g_schg_queue)) in disk_state_change_thread()
H A Dhotplug_mgr.c641 if ((sevevp = (sysevent_event_t *)queue_remove(qp)) == NULL) in dm_fmd_sysevent_thread()
/titanic_41/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) { in queue_remove() function
2058 queue_remove(nscdb, entry); in delete_entry()