Home
last modified time | relevance | path

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

/freebsd/sbin/ipf/ippool/
H A Dippool.c134 iphtent_t hnode; in poolnodecommand() local
140 bzero((char *)&hnode, sizeof(hnode)); in poolnodecommand()
181 ptr = &hnode; in poolnodecommand()
237 err = load_hashnode(role, poolname, &hnode, ttl, ioctl); in poolnodecommand()
239 err = remove_hashnode(role, poolname, &hnode, ioctl); in poolnodecommand()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DYAMLTraits.cpp356 void Input::setError(HNode *hnode, const Twine &message) { in setError() argument
357 assert(hnode && "HNode must not be NULL"); in setError()
358 setError(hnode->_node, message); in setError()
381 void Input::reportWarning(HNode *hnode, const Twine &message) { in reportWarning() argument
382 assert(hnode && "HNode must not be NULL"); in reportWarning()
383 Strm->printError(hnode->_node, message, SourceMgr::DK_Warning); in reportWarning()
/freebsd/sys/dev/iwn/
H A Dif_iwn.c5301 struct iwn4965_node_info hnode; in iwn4965_add_node() local
5312 dst = (caddr_t)&hnode; in iwn4965_add_node()
5316 return iwn_cmd(sc, IWN_CMD_ADD_NODE, &hnode, sizeof hnode, async); in iwn4965_add_node()