Searched refs:XPC_C_OPENCOMPLETE (Results 1 – 2 of 2) sorted by relevance
62 if (!(ch->flags & XPC_C_OPENCOMPLETE)) { in xpc_process_connect()63 ch->flags |= (XPC_C_OPENCOMPLETE | XPC_C_CONNECTED); in xpc_process_connect()
370 #define XPC_C_OPENCOMPLETE 0x00000004 /* local open channel complete */ macro