Home
last modified time | relevance | path

Searched defs:reply (Results 1 – 18 of 18) sorted by relevance

/xnu-8796.141.3/osfmk/UserNotification/
H A DKUNCUserNotifications.c72 #define UNDReply_lock(reply) lck_mtx_lock(&reply->lock) argument
73 #define UNDReply_unlock(reply) lck_mtx_unlock(&reply->lock) argument
103 UNDReplyRef reply, in UNDAlertCompletedWithResult_rpc()
161 UNDReplyRef reply, in UNDNotificationCreated_rpc()
186 UNDReplyRef reply; in KUNCGetNotificationID() local
201 UNDReplyRef reply; in UNDReply_no_senders() local
302 UNDReplyRef reply = (UNDReplyRef)id; in KUNCUserNotificationDisplayFromBundle() local
349 UNDReplyRef reply = NULL; in convert_port_to_UNDReply() local
/xnu-8796.141.3/bsd/net/
H A Dnetsrc.c80 struct netsrc_rep *reply) in netsrc_reply()
110 netsrc_common(struct rtentry *rt, struct netsrc_rep *reply) in netsrc_common()
173 netsrc_policy_common(struct netsrc_req *request, struct netsrc_rep *reply) in netsrc_policy_common()
207 struct netsrc_rep reply = { in netsrc_ipv6() local
249 struct netsrc_rep reply = {}; in netsrc_ipv4() local
/xnu-8796.141.3/tests/
H A Dmach_exception_reply.c119 reply_fmt_t *reply = (reply_fmt_t *)reply_store; in handle_exceptions() local
137 reply_fmt_t *reply = (reply_fmt_t *)reply_store; in handle_exceptions() local
155 reply_fmt_t *reply = (reply_fmt_t *)reply_store; in handle_exceptions() local
172 reply_fmt_t *reply = (reply_fmt_t *)reply_store; in handle_exceptions() local
190 reply_fmt_t *reply = (reply_fmt_t *)reply_store; in handle_exceptions() local
209 reply_fmt_t *reply = (reply_fmt_t *)reply_store; in handle_exceptions() local
231 reply_fmt_t *reply = (reply_fmt_t *)reply_store; in handle_exceptions() local
255 reply_fmt_t *reply = (reply_fmt_t *)reply_store; in handle_exceptions() local
281 reply_fmt_t *reply = (reply_fmt_t *)reply_store; in handle_exceptions() local
H A Dtest_knote_use_after_free.c71 move_receive_reply_t reply; in th_allocate_knotes() member
75 move_receive_reply_t *reply = &message.reply; in th_allocate_knotes() local
H A Dkevent_info.c50 struct msg_reply_s reply; member
H A Dport_table_limits.c189 mach_msg_header_t *reply = (mach_msg_header_t *)args->reply_msg; in server_run() local
/xnu-8796.141.3/tests/vm_memory_tests_src/
H A Dvm_tests.c239 ipc_message_t *reply = NULL; in mach_server_make_memory_entry() local
429 ipc_message_t *reply = NULL; in mach_server_read() local
551 ipc_message_t *reply = NULL; in mach_server_remap() local
/xnu-8796.141.3/libsyscall/mach/
H A Dmig_reply_setup.c69 mig_reply_setup(mach_msg_header_t *request, mach_msg_header_t *reply) in mig_reply_setup()
H A Dmach_msg.c517 mach_msg_server_mig_return_code(mig_reply_error_t *reply) in mach_msg_server_mig_return_code()
/xnu-8796.141.3/bsd/kern/
H A Dnetboot.c289 const struct dhcp * reply; in get_root_path() local
459 const struct dhcp * reply; in get_ip_parameters() local
/xnu-8796.141.3/osfmk/kern/
H A Dipc_kobject.c349 ipc_kmsg_t reply, in ipc_kobject_init_reply()
390 ipc_kmsg_t reply = IKM_NULL; in ipc_kobject_server_internal() local
503 ipc_kmsg_t reply = IKM_NULL; in ipc_kobject_server() local
H A Dipc_mig.c312 ipc_port_t reply; in kernel_mach_msg_rpc() local
/xnu-8796.141.3/tools/tests/MPMMTest/
H A DKQMPMMtest.c598 mach_msg_header_t *req, *reply; in client() local
H A DMPMMtest.c685 mach_msg_header_t *req, *reply; in client() local
/xnu-8796.141.3/iokit/IOKit/
H A DIORPC.h224 IORPCMessageMach * reply; member
/xnu-8796.141.3/iokit/DriverKit/
H A DIORPC.h224 IORPCMessageMach * reply; member
/xnu-8796.141.3/osfmk/ipc/
H A Dipc_kmsg.c5410 ipc_port_t reply = msg->msgh_local_port; in ipc_kmsg_copyout_header() local
6452 ipc_object_t reply = ip_to_object(hdr->msgh_local_port); in ipc_kmsg_copyout_pseudo() local
6544 ipc_object_t reply; in ipc_kmsg_copyout_dest_to_user() local
6626 mach_port_t reply; in ipc_kmsg_copyout_dest_to_kernel() local
/xnu-8796.141.3/iokit/Kernel/
H A DIOUserServer.cpp2837 OSObject_Instantiate_Rpl_Content * reply; in objectInstantiate() local
3147 IORPCMessage * reply; in server() local
3315 IORPCMessage * reply; in IOUserServerUEXTTrap() local
3555 IORPCMessageFromMach(IORPCMessageMach * msg, bool reply) in IORPCMessageFromMach()