Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/ipc/
H A Dipc_init.c124 const vm_size_t ipc_kmsg_max_body_space = ((IPC_KMSG_MAX_SPACE * 3) / 4 - MAX_TRAILER_SIZE); variable
H A Dipc_kmsg.c861 extern const vm_size_t ipc_kmsg_max_body_space;
1931 if (size > ipc_kmsg_max_body_space) { in ipc_kmsg_get_from_user()