Home
last modified time | relevance | path

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

/NextBSD/lib/libmach/mach/
HDmach_msg.c334 boolean_t allocatedRequest = FALSE, allocatedReply = FALSE, allocatedTemp; in mach_msg_server_once() local
343 allocatedRequest = TRUE; in mach_msg_server_once()
398 allocatedTemp = allocatedRequest; in mach_msg_server_once()
399 allocatedRequest = allocatedReply; in mach_msg_server_once()
400 allocatedReply = allocatedRequest; in mach_msg_server_once()
444 if ( allocatedRequest == TRUE ) in mach_msg_server_once()
470 boolean_t allocatedRequest = FALSE, allocatedReply = FALSE, allocatedTemp; in mach_msg_server() local
479 allocatedRequest = TRUE; in mach_msg_server()
524 allocatedTemp = allocatedRequest; in mach_msg_server()
525 allocatedRequest = allocatedReply; in mach_msg_server()
[all …]