Searched refs:chctl (Results 1 – 4 of 4) sorted by relevance
171 part->chctl.flags[ch->number] |= in xpc_process_disconnect()238 if (part->chctl.flags[ch_number] & in xpc_process_openclose_chctl_flags()243 part->chctl.flags[ch_number] |= in xpc_process_openclose_chctl_flags()296 if (part->chctl.flags[ch_number] & in xpc_process_openclose_chctl_flags()301 part->chctl.flags[ch_number] |= in xpc_process_openclose_chctl_flags()549 union xpc_channel_ctl_flags chctl; in xpc_process_sent_chctl_flags() local554 chctl.all_flags = xpc_arch_ops.get_chctl_all_flags(part); in xpc_process_sent_chctl_flags()571 if (chctl.flags[ch_number] & XPC_OPENCLOSE_CHCTL_FLAGS) { in xpc_process_sent_chctl_flags()573 chctl.flags[ch_number]); in xpc_process_sent_chctl_flags()602 if (chctl.flags[ch_number] & XPC_MSG_CHCTL_FLAGS) in xpc_process_sent_chctl_flags()
423 xpc_any_openclose_chctl_flags_set(union xpc_channel_ctl_flags *chctl) in xpc_any_openclose_chctl_flags_set() argument428 if (chctl->flags[ch_number] & XPC_OPENCLOSE_CHCTL_FLAGS) in xpc_any_openclose_chctl_flags_set()435 xpc_any_msg_chctl_flags_set(union xpc_channel_ctl_flags *chctl) in xpc_any_msg_chctl_flags_set() argument440 if (chctl->flags[ch_number] & XPC_MSG_CHCTL_FLAGS) in xpc_any_msg_chctl_flags_set()504 union xpc_channel_ctl_flags chctl; /* chctl flags yet to be processed */ member
500 part->chctl.flags[msg->ch_number] |= XPC_CHCTL_CLOSEREQUEST; in xpc_handle_activate_mq_msg_uv()517 part->chctl.flags[msg->ch_number] |= XPC_CHCTL_CLOSEREPLY; in xpc_handle_activate_mq_msg_uv()537 part->chctl.flags[msg->ch_number] |= XPC_CHCTL_OPENREQUEST; in xpc_handle_activate_mq_msg_uv()557 part->chctl.flags[msg->ch_number] |= XPC_CHCTL_OPENREPLY; in xpc_handle_activate_mq_msg_uv()572 part->chctl.flags[msg->ch_number] |= XPC_CHCTL_OPENCOMPLETE; in xpc_handle_activate_mq_msg_uv()1074 union xpc_channel_ctl_flags chctl; in xpc_get_chctl_all_flags_uv() local1077 chctl = part->chctl; in xpc_get_chctl_all_flags_uv()1078 if (chctl.all_flags != 0) in xpc_get_chctl_all_flags_uv()1079 part->chctl.all_flags = 0; in xpc_get_chctl_all_flags_uv()1082 return chctl.all_flags; in xpc_get_chctl_all_flags_uv()[all …]
364 part->chctl.all_flags != 0 || in xpc_channel_mgr()433 part->chctl.all_flags = 0; in xpc_setup_ch_structures()879 part->chctl.flags[ch->number] |= in xpc_disconnect_wait()