Searched refs:hnode (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/sbin/ipf/ippool/ |
| H A D | ippool.c | 135 iphtent_t hnode; in poolnodecommand() local 141 bzero((char *)&hnode, sizeof(hnode)); in poolnodecommand() 182 ptr = &hnode; in poolnodecommand() 238 err = load_hashnode(role, poolname, &hnode, ttl, ioctl); in poolnodecommand() 240 err = remove_hashnode(role, poolname, &hnode, ioctl); in poolnodecommand()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Support/ |
| H A D | YAMLTraits.cpp | 361 void Input::setError(HNode *hnode, const Twine &message) { in setError() argument 362 assert(hnode && "HNode must not be NULL"); in setError() 363 setError(hnode->_node, message); in setError() 386 void Input::reportWarning(HNode *hnode, const Twine &message) { in reportWarning() argument 387 assert(hnode && "HNode must not be NULL"); in reportWarning() 388 Strm->printError(hnode->_node, message, SourceMgr::DK_Warning); in reportWarning()
|
| /freebsd-13.1/sys/dev/iwn/ |
| H A D | if_iwn.c | 5314 struct iwn4965_node_info hnode; in iwn4965_add_node() local 5325 dst = (caddr_t)&hnode; in iwn4965_add_node() 5329 return iwn_cmd(sc, IWN_CMD_ADD_NODE, &hnode, sizeof hnode, async); in iwn4965_add_node()
|