Home
last modified time | relevance | path

Searched refs:_FREE (Results 1 – 17 of 17) sorted by relevance

/xnu-8019.80.24/bsd/netkey/
H A Dkeydb.c134 _FREE(p, M_SECA);
188 _FREE(p, M_SECA);
257 _FREE(p, M_SECA);
H A Dkeysock.c406 _FREE(kp, M_PCB); in key_attach()
H A Dkey.c359 _FREE((caddr_t)(p), M_SECA);
377 _FREE((caddr_t)(p), M_SECA); \
/xnu-8019.80.24/bsd/sys/
H A Dmalloc.h162 #define _FREE(addr, type) \ macro
200 _FREE((void *)addr, type)
213 extern void _FREE(
/xnu-8019.80.24/bsd/net/
H A Dradix.h204 #define R_Free(p) _FREE((caddr_t)p, M_RTABLE);
H A Dpf_ioctl.c308 _FREE(s##_un, M_TEMP); \
331 _FREE(v, M_TEMP); \
1115 _FREE(rs->rules[rs_num].inactive.ptr_array, M_TEMP); in pf_commit_rules()
1316 _FREE(rs->rules[rs_cnt].inactive.ptr_array, M_TEMP); in pf_setup_pfsync_matching()
H A Dpf_table.c2179 _FREE((caddr_t)kt->pfrkt_ip4, M_RTABLE); in pfr_destroy_ktable()
2182 _FREE((caddr_t)kt->pfrkt_ip6, M_RTABLE); in pfr_destroy_ktable()
H A Dif_bridge.c6647 _FREE(old_rthash, M_DEVBUF);
6653 _FREE(new_rthash, M_DEVBUF);
6701 _FREE(sc->sc_rthash, M_DEVBUF);
H A Dbpf.c490 _FREE(old_dtab, M_DEVBUF); in bpf_make_dev_t()
/xnu-8019.80.24/bsd/nfs/
H A Dnfs_srvcache.c453 _FREE(rp, M_NFSD); in nfsrv_cleancache()
H A Dnfs_subs.c3053 _FREE((caddr_t)rnh, M_RTABLE); in nfsrv_free_addrlist()
3122 _FREE((caddr_t)rnh, M_RTABLE); in nfsrv_free_addrlist()
/xnu-8019.80.24/bsd/netinet/
H A Ddhcp_options.c63 _FREE(ptr, M_TEMP); in my_free()
H A Din_mcast.c1696 _FREE(immp, M_IPMOPTS); in inp_findmoptions()
/xnu-8019.80.24/bsd/dev/dtrace/
H A Ddtrace_glue.c486 _FREE(cyc_list, M_TEMP); in cyclic_remove_omni()
764 _FREE(buf, M_TEMP); in kmem_cache_free()
H A Dblist.c79 #define free _FREE
/xnu-8019.80.24/bsd/skywalk/mem/
H A Dskmem_test.c723 _FREE(mbary, M_TEMP); in skmem_buflet_tests()
1964 _FREE(objary, M_TEMP); in skmem_tests()
/xnu-8019.80.24/bsd/netinet6/
H A Din6_mcast.c1609 _FREE(immp, M_IP6MOPTS); in in6p_findmoptions()