Searched defs:hnode (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/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 */ local
471 hnode = _glh_acquire_copy(glh, line, slen);
472 if(!hnode) {
486 hnode = _glh_discard_copy(glh, hnode);
498 lnode->line = hnode;
1711 GlhHashNode *hnode; local
1712 for(hnode=b->lines; hnode; hnod
2173 GlhHashNode *hnode; /* The hash-table node of the line */ local
2261 _glh_discard_copy(GlHistory *glh, GlhHashNode *hnode) argument
[all...]
/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_xfer.c674 uint_t hnode; local
688 hnode = pp->pp_pnode;
691 lattice_qh = &ehcip->ehci_qh_pool_addr[hnode];
/illumos-gate/usr/src/uts/common/io/iwn/
H A Dif_iwn.c4478 struct iwn4965_node_info hnode; local
4487 dst = (char *)&hnode;
4491 return iwn_cmd(sc, IWN_CMD_ADD_NODE, &hnode, sizeof hnode, async);

Completed in 69 milliseconds