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

/freebsd-10-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;
474 p = ht->newh ? ht->newh(key, flags, arg) : (void *)key;
475 // 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-10-stable/contrib/wpa/src/radius/
H A Dradius_client.c273 struct radius_rx_handler **handlers, *newh; local
284 newh = os_realloc_array(*handlers, *num + 1,
286 if (newh == NULL)
289 newh[*num].handler = handler;
290 newh[*num].data = data;
292 *handlers = newh;
/freebsd-10-stable/sys/geom/sched/
H A Dg_sched.c1087 struct g_hash *newh; local
1099 newh = g_sched_hash_init(gsp, &mask, HASH_WAITOK);
1100 if (gsp->gs_priv_size && !newh) {
1115 sc->sc_hash = newh;
1123 if (newh)
1124 g_sched_hash_fini(gp, newh, mask, gsp, data);
/freebsd-10-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 96 milliseconds