Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_sa_mad_ctrl.c102 cl_disp_msgid_t msg_id = CL_DISP_MSGID_NONE; in sa_mad_ctrl_process() local
156 msg_id = OSM_MSG_MAD_CLASS_PORT_INFO; in sa_mad_ctrl_process()
160 msg_id = OSM_MSG_MAD_NODE_RECORD; in sa_mad_ctrl_process()
164 msg_id = OSM_MSG_MAD_PORTINFO_RECORD; in sa_mad_ctrl_process()
168 msg_id = OSM_MSG_MAD_LINK_RECORD; in sa_mad_ctrl_process()
172 msg_id = OSM_MSG_MAD_SMINFO_RECORD; in sa_mad_ctrl_process()
176 msg_id = OSM_MSG_MAD_SERVICE_RECORD; in sa_mad_ctrl_process()
180 msg_id = OSM_MSG_MAD_PATH_RECORD; in sa_mad_ctrl_process()
184 msg_id = OSM_MSG_MAD_MCMEMBER_RECORD; in sa_mad_ctrl_process()
188 msg_id = OSM_MSG_MAD_INFORM_INFO; in sa_mad_ctrl_process()
[all …]
H A Dosm_sm_mad_ctrl.c189 cl_disp_msgid_t msg_id = CL_DISP_MSGID_NONE; in sm_mad_ctrl_process_get_resp() local
224 msg_id = OSM_MSG_MAD_NODE_DESC; in sm_mad_ctrl_process_get_resp()
227 msg_id = OSM_MSG_MAD_NODE_INFO; in sm_mad_ctrl_process_get_resp()
230 msg_id = OSM_MSG_MAD_GUID_INFO; in sm_mad_ctrl_process_get_resp()
233 msg_id = OSM_MSG_MAD_SWITCH_INFO; in sm_mad_ctrl_process_get_resp()
236 msg_id = OSM_MSG_MAD_PORT_INFO; in sm_mad_ctrl_process_get_resp()
239 msg_id = OSM_MSG_MAD_LFT; in sm_mad_ctrl_process_get_resp()
242 msg_id = OSM_MSG_MAD_MFT; in sm_mad_ctrl_process_get_resp()
245 msg_id = OSM_MSG_MAD_SM_INFO; in sm_mad_ctrl_process_get_resp()
248 msg_id = OSM_MSG_MAD_SLVL; in sm_mad_ctrl_process_get_resp()
[all …]
/freebsd/contrib/ofed/opensm/complib/
H A Dcl_dispatcher.c199 IN const cl_disp_msgid_t msg_id, in cl_disp_register() argument
211 if ((msg_id != CL_DISP_MSGID_NONE) && in cl_disp_register()
212 (msg_id < cl_ptr_vector_get_size(&p_disp->reg_vec)) && in cl_disp_register()
213 (cl_ptr_vector_get(&p_disp->reg_vec, msg_id))) { in cl_disp_register()
231 p_reg->msg_id = msg_id; in cl_disp_register()
238 if (msg_id != CL_DISP_MSGID_NONE) { in cl_disp_register()
239 status = cl_ptr_vector_set(&p_disp->reg_vec, msg_id, p_reg); in cl_disp_register()
269 if (p_reg->msg_id != CL_DISP_MSGID_NONE) { in cl_disp_unregister()
270 CL_ASSERT(p_reg->msg_id < in cl_disp_unregister()
272 cl_ptr_vector_set(&p_disp->reg_vec, p_reg->msg_id, NULL); in cl_disp_unregister()
[all …]
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_affinity.cpp1774 static bool __kmp_affinity_create_hwloc_map(kmp_i18n_id_t *const msg_id) { in __kmp_affinity_create_hwloc_map() argument
1783 *msg_id = kmp_i18n_null; in __kmp_affinity_create_hwloc_map()
1983 static bool __kmp_affinity_create_flat_map(kmp_i18n_id_t *const msg_id) { in __kmp_affinity_create_flat_map() argument
1984 *msg_id = kmp_i18n_null; in __kmp_affinity_create_flat_map()
2037 static bool __kmp_affinity_create_proc_group_map(kmp_i18n_id_t *const msg_id) { in __kmp_affinity_create_proc_group_map() argument
2038 *msg_id = kmp_i18n_null; in __kmp_affinity_create_proc_group_map()
2185 static bool __kmp_affinity_create_apicid_map(kmp_i18n_id_t *const msg_id) { in __kmp_affinity_create_apicid_map() argument
2187 *msg_id = kmp_i18n_null; in __kmp_affinity_create_apicid_map()
2196 *msg_id = kmp_i18n_str_NoLeaf4Support; in __kmp_affinity_create_apicid_map()
2308 *msg_id = kmp_i18n_str_ApicNotPresent; in __kmp_affinity_create_apicid_map()
[all …]
/freebsd/contrib/ofed/opensm/include/complib/
H A Dcl_dispatcher.h270 cl_disp_msgid_t msg_id; member
487 IN const cl_disp_msgid_t msg_id,
558 IN const cl_disp_msgid_t msg_id,
/freebsd/crypto/openssh/
H A Dsftp-client.c97 u_int msg_id; member
465 ret->msg_id = 1; in sftp_init()
623 u_int id, msg_id; in sftp_get_limits() local
636 id = conn->msg_id++; in sftp_get_limits()
647 (r = sshbuf_get_u32(msg, &msg_id)) != 0) in sftp_get_limits()
650 debug3("Received limits reply T:%u I:%u", type, msg_id); in sftp_get_limits()
651 if (id != msg_id) in sftp_get_limits()
652 fatal("ID mismatch (%u != %u)", msg_id, id); in sftp_get_limits()
684 id = conn->msg_id++; in sftp_close()
716 id = conn->msg_id++; in sftp_lsreaddir()
[all …]
/freebsd/sys/dev/qlnx/qlnxe/
H A Dmcp_public.h1851 #define MFW_DRV_MSG_DWORD(msg_id) (msg_id >> 2) argument
1852 #define MFW_DRV_MSG_OFFSET(msg_id) ((msg_id & 0x3) << 3) argument
1853 #define MFW_DRV_MSG_MASK(msg_id) (0xff << MFW_DRV_MSG_OFFSET(msg_id)) argument
1856 #define DRV_ACK_MSG(msg_p, msg_id) (u8)((u8*)msg_p)[msg_id]++; argument
1858 #define DRV_ACK_MSG(msg_p, msg_id) (u8)((u8*)msg_p)[((msg_id & ~3) | ((~msg_id) & 3))]++; argument
1861 #define MFW_DRV_UPDATE(shmem_func, msg_id) (u8)((u8*)(MFW_MB_P(shmem_func)->msg))[msg_id]++; argument
/freebsd/sys/netinet/libalias/
H A Dalias_smedia.c421 u_short msg_id, msg_len; in alias_pna_out() local
429 memcpy(&msg_id, work, 2); in alias_pna_out()
433 if (ntohs(msg_id) == 0) /* end of options */ in alias_pna_out()
436 if ((ntohs(msg_id) == 1) || (ntohs(msg_id) == 7)) { in alias_pna_out()
/freebsd/sys/dev/mana/
H A Dhw_channel.c46 mana_hwc_get_msg_index(struct hw_channel_context *hwc, uint16_t *msg_id) in mana_hwc_get_msg_index() argument
62 *msg_id = index; in mana_hwc_get_msg_index()
68 mana_hwc_put_msg_index(struct hw_channel_context *hwc, uint16_t msg_id) in mana_hwc_put_msg_index() argument
73 bitmap_clear(hwc->inflight_msg_res.map, msg_id, 1); in mana_hwc_put_msg_index()
870 uint16_t msg_id; in mana_hwc_send_request() local
873 mana_hwc_get_msg_index(hwc, &msg_id); in mana_hwc_send_request()
875 tx_wr = &txq->msg_buf->reqs[msg_id]; in mana_hwc_send_request()
885 ctx = hwc->caller_ctx + msg_id; in mana_hwc_send_request()
893 req_msg->req.hwc_msg_id = msg_id; in mana_hwc_send_request()
922 mana_hwc_put_msg_index(hwc, msg_id); in mana_hwc_send_request()
/freebsd/sys/compat/linuxkpi/common/include/linux/soc/qcom/
H A Dqmi.h87 uint32_t msg_id; member
/freebsd/lib/libc/nls/
H A Dmsgcat.c275 catgets(nl_catd catd, int set_id, int msg_id, const char *s) in catgets() argument
309 r = msg_id - in catgets()
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dhtc.h121 __le32 msg_id; member
H A Dhtc.c730 msg->msg_id = le32_encode_bits(ATH12K_HTC_MSG_SETUP_COMPLETE_EX_ID, in ath12k_htc_start()
H A Dqmi.c2943 .msg_id = QMI_WLFW_REQUEST_MEM_IND_V01,
2950 .msg_id = QMI_WLFW_FW_MEM_READY_IND_V01,
2957 .msg_id = QMI_WLFW_FW_READY_IND_V01,
/freebsd/sys/dev/hyperv/vmbus/
H A Dvmbus_reg.h52 uint64_t msg_id; member
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dhtc.h122 u32 msg_id; member
H A Dqmi.c3139 .msg_id = QMI_WLFW_REQUEST_MEM_IND_V01,
3146 .msg_id = QMI_WLFW_FW_MEM_READY_IND_V01,
3153 .msg_id = QMI_WLFW_FW_READY_IND_V01,
3160 .msg_id = QMI_WLFW_COLD_BOOT_CAL_DONE_IND_V01,
3168 .msg_id = QMI_WLFW_FW_INIT_DONE_IND_V01,
H A Dhtc.c780 msg->msg_id = FIELD_PREP(HTC_MSG_MESSAGEID, in ath11k_htc_start()
/freebsd/contrib/tcsh/
H A Dsh.func.c2609 xcatgets(nl_catd ctd, int set_id, int msg_id, const char *s) argument
2614 while ((res = catgets(ctd, set_id, msg_id, s)) == s && errno == EINTR) {
2624 iconv_catgets(nl_catd ctd, int set_id, int msg_id, const char *s) argument
2633 orig = xcatgets(ctd, set_id, msg_id, s);
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dqmi.c959 .msg_id = QMI_WLFW_FW_READY_IND_V01,
966 .msg_id = QMI_WLFW_MSA_READY_IND_V01,
/freebsd/contrib/sendmail/cf/m4/
H A Dcfhead.m4323 define(`confMILTER_MACROS_EOM', `{msg_id}')
/freebsd/contrib/sendmail/cf/
H A DREADME4492 [{msg_id}] Macros to transmit to
/freebsd/contrib/sendmail/
H A DRELEASE_NOTES1642 New macro {msg_id} which contains the value of the Message-Id: