Home
last modified time | relevance | path

Searched refs:zfree (Results 1 – 25 of 178) sorted by relevance

12345678

/xnu-8020.101.4/bsd/security/audit/
H A Daudit_mac.c87 zfree(audit_mac_label_zone, ar->k_ar.ar_cred_mac_labels); in audit_mac_new()
97 zfree(audit_mac_label_zone, ar->k_ar.ar_cred_mac_labels); in audit_mac_new()
112 zfree(audit_mac_label_zone, ar->k_ar.ar_vnode1_mac_labels); in audit_mac_free()
115 zfree(audit_mac_label_zone, ar->k_ar.ar_vnode2_mac_labels); in audit_mac_free()
118 zfree(audit_mac_label_zone, ar->k_ar.ar_cred_mac_labels); in audit_mac_free()
131 zfree(mac_audit_data_zone, head->data); in audit_mac_free()
202 zfree(mac_audit_data_zone, data); in audit_mac_data()
208 zfree(mac_audit_data_zone, data); in audit_mac_data()
H A Daudit.c261 zfree(ZV_NAMEI, ar->k_ar.ar_arg_upath1); in audit_record_dtor()
264 zfree(ZV_NAMEI, ar->k_ar.ar_arg_upath2); in audit_record_dtor()
267 zfree(ZV_NAMEI, ar->k_ar.ar_arg_kpath1); in audit_record_dtor()
270 zfree(ZV_NAMEI, ar->k_ar.ar_arg_kpath2); in audit_record_dtor()
273 zfree(ZV_NAMEI, ar->k_ar.ar_arg_text); in audit_record_dtor()
422 zfree(audit_record_zone, ar); in audit_new()
446 zfree(audit_record_zone, ar); in audit_free()
956 zfree(ZV_NAMEI, *pathp); in audit_proc_coredump()
/xnu-8020.101.4/bsd/kern/
H A Dkern_lockf.c347 zfree(KT_LOCKF, lock); in lf_advlock()
352 zfree(KT_LOCKF, lock); in lf_advlock()
357 zfree(KT_LOCKF, lock); in lf_advlock()
361 zfree(KT_LOCKF, lock); in lf_advlock()
462 zfree(KT_LOCKF, adjacent); in lf_coalesce_adjacent()
477 zfree(KT_LOCKF, adjacent); in lf_coalesce_adjacent()
549 zfree(KT_LOCKF, lock); in lf_setlock()
687 zfree(KT_LOCKF, lock); in lf_setlock()
706 zfree(KT_LOCKF, lock); in lf_setlock()
810 zfree(KT_LOCKF, lock); in lf_setlock()
[all …]
H A Dbsd_init.c448 zfree(ZV_NAMEI, dev_path); in bsd_rooted_ramdisk()
997 zfree(ZV_NAMEI, dmgpath); in bsd_init()
1416 zfree(ZV_NAMEI, dmgpath); in bsd_find_basesystem_dmg()
1417 zfree(ZV_NAMEI, dmgbasepath); in bsd_find_basesystem_dmg()
H A Dimageboot.c146 zfree(ZV_NAMEI, root_path); in imageboot_desired()
181 zfree(ZV_NAMEI, root_path); in imageboot_needed()
1088 zfree(ZV_NAMEI, root_path); in imageboot_setup_new()
1172 zfree(ZV_NAMEI, root_path); in imageboot_setup()
H A Dsys_persona.c125 zfree(ZV_NAMEI, pna_path); in kpersona_alloc_syscall()
134 zfree(ZV_NAMEI, pna_path); in kpersona_alloc_syscall()
/xnu-8020.101.4/osfmk/kern/
H A Dhost_notify.c100 zfree(host_notify_zone, entry); in host_request_notification()
123 zfree(host_notify_zone, entry); in host_notify_port_destroy()
165 zfree(host_notify_zone, entry); in host_notify_all()
H A Dmk_timer.c93 zfree(mk_timer_zone, timer); in mk_timer_create_trap()
130 zfree(mk_timer_zone, timer); in mk_timer_port_destroy()
180 zfree(mk_timer_zone, timer); in mk_timer_expire()
H A Dtask_ident.c114 zfree(task_id_token_zone, token); in tidt_release()
160 zfree(task_id_token_zone, token); in task_create_identity_token()
H A Dlock_group.c109 zfree(KT_LCK_GRP_ATTR, attr); in lck_grp_attr_free()
231 zfree(KT_LCK_GRP, grp); in lck_grp_destroy()
428 zfree(KT_LCK_ATTR, attr); in lck_attr_free()
H A Dzalloc.h783 extern void zfree(
793 #define zfree(zone, elem) ({ \ macro
795 (zfree)(__zfree_zone, (void *)os_ptr_load_and_erase(elem)); \
/xnu-8020.101.4/osfmk/arm/
H A Dmachine_task.c91 zfree(ads_zone, task->task_debug); in machine_task_set_state()
147 zfree(ads_zone, task_debug); in machine_task_terminate()
/xnu-8020.101.4/osfmk/arm64/
H A Dmachine_task.c130 zfree(ads_zone, task->task_debug); in machine_task_set_state()
217 zfree(ads_zone, task_debug); in machine_task_terminate()
/xnu-8020.101.4/osfmk/ipc/
H A Dipc_service_port.c96 zfree(ipc_service_port_label_zone, sp_label); in ipc_service_port_label_alloc()
140 zfree(ipc_service_port_label_zone, sp_label); in ipc_service_port_label_dealloc()
H A Dflipc.c135 zfree(flipc_port_zone, fport); in flipc_port_create()
182 zfree(flipc_port_zone, fport); in flipc_port_destroy()
/xnu-8020.101.4/san/memory/
H A Dkasan-blacklist-dynamic3 # <type> = [ kfree zfree fsfree memr memw strr strw read write rw free mem str poison ]
H A Dkasan-fakestack.c159 zfree(zone, ptr); in kasan_fakestack_gc()
247 zfree(zone, dst); in kasan_fakestack_free()
/xnu-8020.101.4/libkern/zlib/
H A Duncompr.c73 stream.zfree = (free_func)0; in uncompress()
H A Dcompress.c71 stream.zfree = (free_func)0; in compress2()
H A Dinfback.c74 if (strm->zfree == (free_func)0) strm->zfree = zcfree; in inflateBackInit_()
642 if (strm == Z_NULL || strm->state == Z_NULL || strm->zfree == (free_func)0) in inflateBackEnd()
/xnu-8020.101.4/bsd/vfs/
H A Dvfs_lookup.c309 zfree(ZV_NAMEI, realpath); in namei()
317 zfree(ZV_NAMEI, cnp->cn_pnbuf); in namei()
557 zfree(ZV_NAMEI, cnp->cn_pnbuf); in namei()
1516 zfree(ZV_NAMEI, path);
1728 zfree(ZV_NAMEI, cp);
1740 zfree(ZV_NAMEI, tmppn);
1916 zfree(ZV_NAMEI, tmp);
H A Dvfs_cprotect.c194 zfree(aes_ctz_zone, cpx->cpx_iv_aes_ctx_ptr); in cpx_free_ctx()
244 zfree(cpx_zone, cpx); in cpx_free()
H A Dvfs_quota.c560 zfree(KT_DQUOT, ndq); in dqget()
620 zfree(KT_DQUOT, ndq); in dqget()
703 zfree(KT_DQUOT, ndq); in dqget()
/xnu-8020.101.4/bsd/netinet/
H A Dmp_pcb.c217 zfree(mppi->mppi_zone, mpp); in mp_pcballoc()
293 zfree(mppi->mppi_zone, mpp); in mptcp_pcbdispose()
/xnu-8020.101.4/bsd/netinet6/
H A Dnd6_rti.c84 zfree(ndrti_zone, rti); in ndrti_free()

12345678