Searched refs:hnode (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Support/ |
| H A D | YAMLTraits.cpp | 360 void Input::setError(HNode *hnode, const Twine &message) { in setError() argument 361 assert(hnode && "HNode must not be NULL"); in setError() 362 setError(hnode->_node, message); in setError() 385 void Input::reportWarning(HNode *hnode, const Twine &message) { in reportWarning() argument 386 assert(hnode && "HNode must not be NULL"); in reportWarning() 387 Strm->printError(hnode->_node, message, SourceMgr::DK_Warning); in reportWarning()
|
| /openbsd-src/sys/dev/pci/drm/i915/gvt/ |
| H A D | kvmgt.c | 93 struct hlist_node hnode; member 342 hash_for_each_safe(info->ptable, i, tmp, p, hnode) { in kvmgt_protect_table_destroy() 343 hash_del(&p->hnode); in kvmgt_protect_table_destroy() 355 hash_for_each_possible(info->ptable, p, hnode, gfn) { in __kvmgt_protect_table_find() 385 hash_add(info->ptable, &p->hnode, gfn); in kvmgt_protect_table_add() 394 hash_del(&p->hnode); in kvmgt_protect_table_del()
|
| /openbsd-src/sys/dev/pci/ |
| H A D | if_iwn.c | 3873 struct iwn4965_node_info hnode; in iwn4965_add_node() local 3882 dst = (caddr_t)&hnode; in iwn4965_add_node() 3886 return iwn_cmd(sc, IWN_CMD_ADD_NODE, &hnode, sizeof hnode, async); in iwn4965_add_node()
|