Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/tnf/prex/
H A Dqueue.c60 queue_node_t *hnode_p = h->next_p; in queue_prepend() local
62 hnode_p->prev_p = qtail_p; in queue_prepend()
66 qtail_p->next_p = hnode_p; in queue_prepend()