Home
last modified time | relevance | path

Searched refs:hnode (Results 1 – 5 of 5) 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.cpp355 void Input::setError(HNode *hnode, const Twine &message) { in setError() argument
356 assert(hnode && "HNode must not be NULL"); in setError()
357 setError(hnode->_node, message); in setError()
380 void Input::reportWarning(HNode *hnode, const Twine &message) { in reportWarning() argument
381 assert(hnode && "HNode must not be NULL"); in reportWarning()
382 Strm->printError(hnode->_node, message, SourceMgr::DK_Warning); in reportWarning()
/freebsd/sys/contrib/zstd/lib/compress/
H A Dhuf_compress.c84 static size_t showHNodeSymbols(const nodeElt* hnode, size_t size) in showHNodeSymbols() argument
88 RAWLOG(6, " %u", hnode[u].byte); (void)hnode; in showHNodeSymbols()
94 static size_t showHNodeBits(const nodeElt* hnode, size_t size) in showHNodeBits() argument
98 RAWLOG(6, " %u", hnode[u].nbBits); (void)hnode; in showHNodeBits()
/freebsd/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()
/freebsd/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()