Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DYAMLTraits.cpp360 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 Dkvmgt.c93 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 Dif_iwn.c3873 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()