Home
last modified time | relevance | path

Searched refs:ip_free (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.81.4/osfmk/ipc/
H A Dipc_port.c920 ip_free(port); in ipc_port_alloc()
976 ip_free(port); in ipc_port_alloc_name()
3220 ip_free(port); in ipc_port_free()
H A Dipc_port.h299 #define ip_free(port) zfree_id(ZONE_ID_IPC_PORT, port) macro