Home
last modified time | relevance | path

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

12345678

/xnu-8792.61.2/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-8792.61.2/bsd/kern/ !
H A Dkern_lockf.c348 zfree(KT_LOCKF, lock); in lf_advlock()
359 zfree(KT_LOCKF, lock); in lf_advlock()
364 zfree(KT_LOCKF, lock); in lf_advlock()
369 zfree(KT_LOCKF, lock); in lf_advlock()
373 zfree(KT_LOCKF, lock); in lf_advlock()
474 zfree(KT_LOCKF, adjacent); in lf_coalesce_adjacent()
489 zfree(KT_LOCKF, adjacent); in lf_coalesce_adjacent()
561 zfree(KT_LOCKF, lock); in lf_setlock()
699 zfree(KT_LOCKF, lock); in lf_setlock()
718 zfree(KT_LOCKF, lock); in lf_setlock()
[all …]
H A Dbsd_init.c458 zfree(ZV_NAMEI, dev_path); in bsd_rooted_ramdisk()
1013 zfree(ZV_NAMEI, dmgpath); in bsd_init()
1459 zfree(ZV_NAMEI, dmgpath); in bsd_find_basesystem_dmg()
1460 zfree(ZV_NAMEI, dmgbasepath); in bsd_find_basesystem_dmg()
H A Dsys_persona.c153 zfree(ZV_NAMEI, pna_path); in kpersona_alloc_syscall()
162 zfree(ZV_NAMEI, pna_path); in kpersona_alloc_syscall()
H A Dimageboot.c146 zfree(ZV_NAMEI, root_path); in imageboot_desired()
181 zfree(ZV_NAMEI, root_path); in imageboot_needed()
1095 zfree(ZV_NAMEI, root_path); in imageboot_setup_new()
1179 zfree(ZV_NAMEI, root_path); in imageboot_setup()
H A Dkern_persona.c183 zfree(persona_zone, persona); in persona_alloc()
386 zfree(ZV_NAMEI, persona->pna_path); in persona_put()
393 zfree(persona_zone, persona); in persona_put()
/xnu-8792.61.2/osfmk/kern/ !
H A Dhost_notify.c121 zfree(host_notify_zone, entry); in host_request_notification()
137 zfree(host_notify_zone, entry); in host_notify_cancel()
190 zfree(host_notify_zone, entry); in host_notify_all()
H A Dmk_timer.c114 zfree(mk_timer_zone, timer); in mk_timer_create_trap()
151 zfree(mk_timer_zone, timer); in mk_timer_port_destroy()
201 zfree(mk_timer_zone, timer); in mk_timer_expire()
H A Dtask_ident.c114 zfree(task_id_token_zone, token); in tidt_release()
162 zfree(task_id_token_zone, token); in task_create_identity_token()
H A Dlock_group.c114 zfree(KT_LCK_GRP_ATTR, attr); in lck_grp_attr_free()
261 zfree(KT_LCK_GRP, grp); in lck_grp_destroy()
462 zfree(KT_LCK_ATTR, attr); in lck_attr_free()
H A Dzalloc.h850 extern void zfree(
860 #define zfree(zone, elem) ({ \ macro
862 (zfree)(__zfree_zone, (void *)os_ptr_load_and_erase(elem)); \
/xnu-8792.61.2/osfmk/arm64/ !
H A Dmachine_task.c132 zfree(ads_zone, task->task_debug); in machine_task_set_state()
219 zfree(ads_zone, task_debug); in machine_task_terminate()
/xnu-8792.61.2/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.c134 zfree(flipc_port_zone, fport); in flipc_port_create()
181 zfree(flipc_port_zone, fport); in flipc_port_destroy()
/xnu-8792.61.2/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.c158 zfree(zone, ptr); in kasan_fakestack_gc()
246 zfree(zone, dst); in kasan_fakestack_free()
/xnu-8792.61.2/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-8792.61.2/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-8792.61.2/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()
1520 zfree(ZV_NAMEI, path);
1732 zfree(ZV_NAMEI, cp);
1744 zfree(ZV_NAMEI, tmppn);
1920 zfree(ZV_NAMEI, tmp);
H A Dvfs_cprotect.c199 zfree(aes_ctz_zone, cpx->cpx_iv_aes_ctx_ptr); in cpx_free_ctx()
249 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-8792.61.2/bsd/netinet6/ !
H A Dnd6_rti.c84 zfree(ndrti_zone, rti); in ndrti_free()

12345678