Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libtecla/common/
H A Dhistory.c212 static GlhHashNode *_glh_discard_copy(GlHistory *glh, GlhHashNode *hnode);
408 GlhHashNode *hnode; /* The hash-table node of the line */ in _glh_add_history() local
471 hnode = _glh_acquire_copy(glh, line, slen); in _glh_add_history()
472 if(!hnode) { in _glh_add_history()
486 hnode = _glh_discard_copy(glh, hnode); in _glh_add_history()
498 lnode->line = hnode; in _glh_add_history()
1711 GlhHashNode *hnode; in _glh_resize_history() local
1712 for(hnode=b->lines; hnode; hnode=hnode->next) { in _glh_resize_history()
1713 GlhLineSeg *seg = hnode->head; in _glh_resize_history()
1714 hnode->head = buffer + nbusy; in _glh_resize_history()
[all …]
/titanic_41/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_xfer.c674 uint_t hnode; in ehci_insert_intr_qh() local
688 hnode = pp->pp_pnode; in ehci_insert_intr_qh()
691 lattice_qh = &ehcip->ehci_qh_pool_addr[hnode]; in ehci_insert_intr_qh()
H A Dehci_util.c163 uint_t *hnode,
178 uint_t hnode,