Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libtecla/common/
H A Dhistory.c210 static GlhHashNode *_glh_discard_copy(GlHistory *glh, GlhHashNode *hnode);
406 GlhHashNode *hnode; /* The hash-table node of the line */ in _glh_add_history() local
469 hnode = _glh_acquire_copy(glh, line, slen); in _glh_add_history()
470 if(!hnode) { in _glh_add_history()
484 hnode = _glh_discard_copy(glh, hnode); in _glh_add_history()
496 lnode->line = hnode; in _glh_add_history()
1709 GlhHashNode *hnode; in _glh_resize_history() local
1710 for(hnode=b->lines; hnode; hnode=hnode->next) { in _glh_resize_history()
1711 GlhLineSeg *seg = hnode->head; in _glh_resize_history()
1712 hnode->head = buffer + nbusy; in _glh_resize_history()
[all …]
/illumos-gate/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.c164 uint_t *hnode,
179 uint_t hnode,
/illumos-gate/usr/src/uts/common/io/iwn/
H A Dif_iwn.c4479 struct iwn4965_node_info hnode; in iwn4965_add_node() local
4488 dst = (char *)&hnode; in iwn4965_add_node()
4492 return iwn_cmd(sc, IWN_CMD_ADD_NODE, &hnode, sizeof hnode, async); in iwn4965_add_node()