Searched refs:saved_reply (Results 1 – 1 of 1) sorted by relevance
1280 ipc_port_t saved_reply; in ipc_kmsg_copyin_header() local1341 saved_reply = (ipc_port_t) reply_entry->ie_object; in ipc_kmsg_copyin_header()1343 if (saved_reply != IP_NULL) in ipc_kmsg_copyin_header()1344 ipc_port_reference(saved_reply); in ipc_kmsg_copyin_header()1351 if ((saved_reply != IP_NULL) && (reply_port == IO_DEAD)) { in ipc_kmsg_copyin_header()1361 ip_lock(saved_reply); in ipc_kmsg_copyin_header()1362 assert(!ip_active(saved_reply)); in ipc_kmsg_copyin_header()1363 timestamp = saved_reply->ip_timestamp; in ipc_kmsg_copyin_header()1364 ip_unlock(saved_reply); in ipc_kmsg_copyin_header()1400 ipc_port_release(saved_reply); in ipc_kmsg_copyin_header()[all …]