Searched refs:krealloc_type (Results 1 – 8 of 8) sorted by relevance
| /xnu-8020.140.41/bsd/netinet/ |
| H A D | dhcp_options.c | 69 #define krealloc_type(type, old_n, new_n, ptr, flags) \ macro 141 arr = krealloc_type(const void *, list->size, new_size, list->array, Z_WAITOK); in ptrlist_grow()
|
| H A D | in_mcast.c | 292 if ((nmships = krealloc_type(struct in_multi *, oldmax, newmax, in imo_grow() 299 if ((nmfilters = krealloc_type(struct in_mfilter, oldmax, newmax, in imo_grow()
|
| H A D | ip_dummynet.c | 558 p = krealloc_type(struct dn_heap_entry, h->size, new_size, in heap_init()
|
| /xnu-8020.140.41/osfmk/kern/ |
| H A D | kalloc.h | 643 #define krealloc_type(...) KALLOC_DISPATCH(krealloc_type, ##__VA_ARGS__) macro
|
| /xnu-8020.140.41/bsd/kern/ |
| H A D | sysv_sem.c | 263 newSemu = krealloc_type(struct sem_undo, seminfo.semmnu, new_size, in grow_semu_array() 290 newArr = krealloc_type(struct semid_kernel *, in grow_sema_array()
|
| /xnu-8020.140.41/bsd/netinet6/ |
| H A D | in6_mcast.c | 292 if ((nmships = krealloc_type(struct in6_multi *, oldmax, newmax, in im6o_grow() 299 if ((nmfilters = krealloc_type(struct in6_mfilter, oldmax, newmax, in im6o_grow()
|
| /xnu-8020.140.41/bsd/net/ |
| H A D | bpf.c | 473 new_dtab = krealloc_type(struct bpf_d *, in bpf_make_dev_t()
|
| H A D | pf_ioctl.c | 1304 rs->rules[rs_cnt].inactive.ptr_array = krealloc_type(struct pf_rule *, in pf_setup_pfsync_matching()
|