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.c470 if(!hnode) { in _glh_add_history()
484 hnode = _glh_discard_copy(glh, 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()
2184 if(!hnode) { in _glh_acquire_copy()
2217 if(!hnode) in _glh_acquire_copy()
2236 hnode->len = n; in _glh_acquire_copy()
2238 hnode->used = 0; in _glh_acquire_copy()
2244 hnode->used++; in _glh_acquire_copy()
2245 return hnode; in _glh_acquire_copy()
[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()