| /src/sys/fs/hfs/ |
| hfs_vfsops.c | 535 struct hfsnode *hnode; local 552 hnode = pool_get(&hfs_node_pool, PR_WAITOK); 553 memset(hnode, 0, sizeof(*hnode)); 554 hnode->h_vnode = vp; 555 hnode->h_hmp = hmp; 556 hnode->dummy = 0x1337BABE; 557 hnode->h_dev = dev; 558 hnode->h_rec.u.cnid = hfskey.hnk_cnid; 559 hnode->h_fork = hfskey.hnk_fork [all...] |
| /src/external/bsd/ipf/dist/tools/ |
| ippool.c | 155 iphtent_t hnode; local 161 bzero((char *)&hnode, sizeof(hnode)); 205 ptr = &hnode; 251 err = load_hashnode(role, poolname, &hnode, ttl, ioctl); 253 err = remove_hashnode(role, poolname, &hnode, ioctl);
|
| /src/external/mpl/bind/dist/lib/dns/ |
| rbt.c | 787 dns_rbtnode_t *hnode; local 841 for (hnode = rbt->hashtable[hindex][hash]; 842 hnode != NULL; hnode = hnode->hashnext) 846 if (hashval != hnode->hashval) { 855 if (get_upper_node(hnode) != up_current) { 860 node_name(hnode, &hnode_name); 866 if (hnode != NULL) { 867 current = hnode; 1600 dns_rbtnode_t *hnode; local [all...] |
| /src/sys/external/bsd/drm2/dist/drm/i915/gvt/ |
| kvmgt.c | 93 struct hlist_node hnode; member in struct:kvmgt_pgfn 357 hash_for_each_safe(info->ptable, i, tmp, p, hnode) { 358 hash_del(&p->hnode); 368 hash_for_each_possible(info->ptable, p, hnode, gfn) { 399 hash_add(info->ptable, &p->hnode, gfn); 409 hash_del(&p->hnode);
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/ |
| rbt.c | 1629 dns_rbtnode_t *hnode; local 1676 for (hnode = rbt->hashtable[hash_32(hash, 1678 hnode != NULL; hnode = hnode->hashnext) 1682 if (ISC_LIKELY(hash != HASHVAL(hnode))) { 1692 if (ISC_LIKELY(get_upper_node(hnode) != 1699 NODENAME(hnode, &hnode_name); 1707 if (hnode != NULL) { 1708 current = hnode; [all...] |
| /src/sys/dev/pci/ |
| if_iwn.c | 3525 struct iwn4965_node_info hnode; local 3534 dst = (char *)&hnode; 3538 return iwn_cmd(sc, IWN_CMD_ADD_NODE, &hnode, sizeof hnode, async);
|