/freebsd/usr.sbin/ngctl/ |
H A D | dot.c | 144 struct hooklist *hlist; in DotCmd() local 165 hlist = (struct hooklist *)hlresp->data; in DotCmd() 166 ninfo = &hlist->nodeinfo; in DotCmd() 177 hlist->link[j].ourhook, hlist->link[j].ourhook); in DotCmd() 185 hlist->link[j].ourhook); in DotCmd() 191 if (hlist->link[j].nodeinfo.id > nlist->nodeinfo[i].id) in DotCmd() 195 (uintmax_t)hlist->link[j].nodeinfo.id, in DotCmd() 197 hlist->link[j].ourhook, in DotCmd() 198 hlist->link[j].peerhook); in DotCmd() 202 hlist->link[j].ourhook, in DotCmd() [all …]
|
H A D | show.c | 65 struct hooklist *hlist; in ShowCmd() local 106 hlist = (struct hooklist *) resp->data; in ShowCmd() 107 ninfo = &hlist->nodeinfo; in ShowCmd() 120 struct linkinfo *const link = &hlist->link[k]; in ShowCmd() 121 struct nodeinfo *const peer = &hlist->link[k].nodeinfo; in ShowCmd()
|
/freebsd/sbin/ipf/ippool/ |
H A D | ippool_y.y | 677 alist_t *a, *hlist; in add_htablehosts() local 680 hlist = load_url(url); in add_htablehosts() 684 hlist = calloc(1, sizeof(*hlist)); in add_htablehosts() 685 if (hlist == NULL) in add_htablehosts() 688 if (gethost(hlist->al_family, url, &hlist->al_i6addr) == -1) { in add_htablehosts() 696 for (a = hlist; a != NULL; a = a->al_next) { in add_htablehosts() 712 alist_free(hlist); in add_htablehosts() 722 alist_t *a, *hlist; in add_poolhosts() local 725 hlist = load_url(url); in add_poolhosts() 729 hlist = calloc(1, sizeof(*hlist)); in add_poolhosts() [all …]
|
/freebsd/stand/efi/loader/ |
H A D | framebuffer.c | 553 EFI_HANDLE *hlist; in efi_has_gop() local 557 hlist = NULL; in efi_has_gop() 558 status = BS->LocateHandle(ByProtocol, &gop_guid, NULL, &hsize, hlist); in efi_has_gop() 568 EFI_HANDLE *hlist; in efi_find_framebuffer() local 577 hlist = NULL; in efi_find_framebuffer() 578 status = BS->LocateHandle(ByProtocol, &gop_guid, NULL, &hsize, hlist); in efi_find_framebuffer() 580 hlist = malloc(hsize); in efi_find_framebuffer() 581 if (hlist == NULL) in efi_find_framebuffer() 584 hlist); in efi_find_framebuffer() 586 free(hlist); in efi_find_framebuffer() [all …]
|
/freebsd/sys/dev/mlx5/mlx5_core/ |
H A D | eswitch.h | 45 struct hlist_node hlist; 51 hlist_for_each_entry_safe(hn, tmp, &hash[i], hlist) 58 hlist_for_each_entry(ptr, &hash[ix], node.hlist) \ 75 hlist_add_head(&ptr->node.hlist, &hash[ix]);\ 81 hlist_del(&ptr->node.hlist); \ 43 struct hlist_node hlist; global() member
|
/freebsd/usr.sbin/ppp/ |
H A D | netgraph.c | 458 const struct hooklist *hlist; in ng_Create() local 597 hlist = (const struct hooklist *)resp->data; in ng_Create() 598 ninfo = &hlist->nodeinfo; in ng_Create() 605 nlink = &hlist->link[f]; in ng_Create() 666 hlist = (const struct hooklist *)resp->data; in ng_Create() 667 ninfo = &hlist->nodeinfo; in ng_Create()
|
H A D | ether.c | 445 const struct hooklist *hlist; in ether_Create() local 539 hlist = (const struct hooklist *)resp->data; in ether_Create() 540 ninfo = &hlist->nodeinfo; in ether_Create() 555 nlink = &hlist->link[f]; in ether_Create()
|
/freebsd/contrib/libpcap/ |
H A D | nametoaddr.c | 161 static bpf_u_int32 *hlist[2]; in pcap_nametoaddr() local 184 hlist[0] = (bpf_u_int32 *)hp->h_addr; in pcap_nametoaddr() local 186 return hlist; in pcap_nametoaddr()
|
/freebsd/libexec/pppoed/ |
H A D | pppoed.c | 118 const struct hooklist *hlist; in ConfigureNode() local 153 hlist = (const struct hooklist *)resp->data; in ConfigureNode() 154 ninfo = &hlist->nodeinfo; in ConfigureNode() 169 nlink = &hlist->link[f]; in ConfigureNode()
|
/freebsd/sys/dev/mlx5/mlx5_en/ |
H A D | mlx5_en_flow_table.c | 103 LIST_ENTRY(mlx5e_eth_addr_hash_node) hlist; 124 LIST_FOREACH(hn, &hash[ix], hlist) { in mlx5e_add_eth_addr_to_hash() 132 LIST_INSERT_HEAD(&hash[ix], hn_new, hlist); in mlx5e_add_eth_addr_to_hash() 139 LIST_REMOVE(hn, hlist); in mlx5e_del_eth_addr_from_hash() 891 LIST_FOREACH_SAFE(hn, &(hash)[i], hlist, tmp) 922 LIST_REMOVE(hn, hlist); in mlx5e_move_hn() 923 LIST_INSERT_HEAD(uh, hn, hlist); in mlx5e_move_hn() 935 LIST_REMOVE(hn, hlist); in mlx5e_remove_hn() 986 LIST_INSERT_HEAD(&head_free, hn, hlist); in mlx5e_sync_ifp_addr()
|
/freebsd/sys/dev/irdma/ |
H A D | irdma_cm.h | 270 struct hlist_node hlist; member
|
H A D | irdma_hw.c | 2275 HASH_FOR_EACH_POSSIBLE(cm_core->apbvt_hash_tbl, entry, hlist, port) { in irdma_lookup_apbvt_entry() 2483 HASH_ADD(cm_core->apbvt_hash_tbl, &entry->hlist, entry->port); in irdma_add_apbvt() 2512 HASH_DEL(cm_core->apbvt_hash_tbl, &entry->hlist); in irdma_del_apbvt()
|
/freebsd/sys/ofed/drivers/infiniband/core/ |
H A D | ib_umem_odp.c | 311 INIT_HLIST_NODE(&context->mn.hlist); in ib_umem_odp_get()
|
/freebsd/sys/dev/mlx4/mlx4_en/ |
H A D | en.h | 659 struct hlist_node hlist; member
|
/freebsd/sys/contrib/dev/athk/ath10k/ |
H A D | htt_rx.c | 34 hash_for_each_possible(ar->htt.rx_ring.skb_table, rxcb, hlist, paddr) in ath10k_htt_rx_find_skb_paddr() 50 hash_for_each_safe(htt->rx_ring.skb_table, i, n, rxcb, hlist) { in ath10k_htt_rx_ring_free() 55 hash_del(&rxcb->hlist); in ath10k_htt_rx_ring_free() 191 &ATH10K_SKB_RXCB(skb)->hlist, in __ath10k_htt_rx_ring_fill_n() 480 hash_del(&rxcb->hlist); in ath10k_htt_rx_pop_paddr()
|
H A D | core.h | 137 struct hlist_node hlist; member
|