Home
last modified time | relevance | path

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

/src/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()
/src/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()
/src/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dhuf_compress.c85 static size_t showHNodeSymbols(const nodeElt* hnode, size_t size) in showHNodeSymbols() argument
89 RAWLOG(6, " %u", hnode[u].byte); (void)hnode; in showHNodeSymbols()
95 static size_t showHNodeBits(const nodeElt* hnode, size_t size) in showHNodeBits() argument
99 RAWLOG(6, " %u", hnode[u].nbBits); (void)hnode; in showHNodeBits()
/src/sys/dev/iwn/
H A Dif_iwn.c5313 struct iwn4965_node_info hnode; in iwn4965_add_node() local
5324 dst = (caddr_t)&hnode; in iwn4965_add_node()
5328 return iwn_cmd(sc, IWN_CMD_ADD_NODE, &hnode, sizeof hnode, async); in iwn4965_add_node()