Searched refs:newh (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sys/netpfil/ipfw/
H A Ddn_heap.h122 * newh(key, flags, arg) optional, used to allocate a new
170 void *(*newh)(uintptr_t, int, void *));
H A Ddn_heap.c326 void *(*newh)(uintptr_t, int, void *); member in struct:dn_ht
332 * If the 'newh' function is not supplied, we assume that the
339 void *(*newh)(uintptr_t, int, void *))
413 ht->newh = newh;
476 p = ht->newh ? ht->newh(key, flags, arg) : (void *)key;
477 // printf("%s newh returns %p\n", __FUNCTION__, p);
336 dn_ht_init(struct dn_ht *ht, int buckets, int ofs, uint32_t (*h)(uintptr_t, int, void *), int (*match)(void *, uintptr_t, int, void *), void *(*newh)(uintptr_t, int, void *)) argument
/freebsd-11-stable/sys/geom/sched/
H A Dg_sched.c1078 struct g_hash *newh; local
1090 newh = g_sched_hash_init(gsp, &mask, HASH_WAITOK);
1091 if (gsp->gs_priv_size && !newh) {
1106 sc->sc_hash = newh;
1114 if (newh)
1115 g_sched_hash_fini(gp, newh, mask, gsp, data);
/freebsd-11-stable/contrib/wpa/src/radius/
H A Dradius_client.c290 struct radius_rx_handler **handlers, *newh; local
301 newh = os_realloc_array(*handlers, *num + 1,
303 if (newh == NULL)
306 newh[*num].handler = handler;
307 newh[*num].data = data;
309 *handlers = newh;
/freebsd-11-stable/contrib/binutils/bfd/
H A Delflink.c5562 struct elf_link_hash_entry *newh;
5579 newh = elf_link_hash_lookup (elf_hash_table (info),
5582 if (newh == NULL
5583 || (newh->root.type != bfd_link_hash_defined
5584 && newh->root.type != bfd_link_hash_defweak))
5589 newh = elf_link_hash_lookup (elf_hash_table (info),
5597 if (newh != NULL
5598 && !newh->def_dynamic
5599 && (newh->root.type == bfd_link_hash_defined
5600 || newh
5552 struct elf_link_hash_entry *newh; local
[all...]

Completed in 111 milliseconds