Searched refs:dmsgr (Results 1 – 1 of 1) sorted by relevance
3163 dispatch_mach_msg_t dmsgr = NULL; in _dispatch_mach_reply_kevent_unregister() local3165 dmsgr = _dispatch_mach_msg_create_reply_disconnected(NULL, dmr); in _dispatch_mach_reply_kevent_unregister()3173 if (dmsgr) _dispatch_mach_push(dm, dmsgr, dmsgr->dmsg_priority); in _dispatch_mach_reply_kevent_unregister()3361 dispatch_mach_msg_t dmsg = dou._dmsg, dmsgr; in _dispatch_mach_msg_create_reply_disconnected() local3364 dmsgr = dispatch_mach_msg_create(NULL, sizeof(mach_msg_header_t), in _dispatch_mach_msg_create_reply_disconnected()3369 dmsgr->dmsg_voucher = _voucher_retain(dmsg->dmsg_voucher); in _dispatch_mach_msg_create_reply_disconnected()3371 dmsgr->dmsg_priority = dmsg->dmsg_priority; in _dispatch_mach_msg_create_reply_disconnected()3372 dmsgr->do_ctxt = dmsg->do_ctxt; in _dispatch_mach_msg_create_reply_disconnected()3375 dmsgr->dmsg_voucher = dmr->dmr_voucher; in _dispatch_mach_msg_create_reply_disconnected()3377 dmsgr->dmsg_priority = dmr->dmr_priority; in _dispatch_mach_msg_create_reply_disconnected()[all …]