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.c160 msg_id = OSM_MSG_MAD_NODE_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()
188 msg_id = OSM_MSG_MAD_INFORM_INFO; in sa_mad_ctrl_process()
192 msg_id = OSM_MSG_MAD_VL_ARB_RECORD; in sa_mad_ctrl_process()
204 msg_id = OSM_MSG_MAD_LFT_RECORD; in sa_mad_ctrl_process()
220 msg_id = OSM_MSG_MAD_MFT_RECORD; in sa_mad_ctrl_process()
237 if (msg_id != CL_DISP_MSGID_NONE) { in sa_mad_ctrl_process()
[all …]
H A Dosm_sm_mad_ctrl.c239 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()
251 msg_id = OSM_MSG_MAD_VL_ARB; in sm_mad_ctrl_process_get_resp()
254 msg_id = OSM_MSG_MAD_PKEY; in sm_mad_ctrl_process_get_resp()
279 osm_get_disp_msg_str(msg_id)); in sm_mad_ctrl_process_get_resp()
322 msg_id = OSM_MSG_MAD_SM_INFO; in sm_mad_ctrl_process_get()
339 osm_get_disp_msg_str(msg_id)); in sm_mad_ctrl_process_get()
391 msg_id = OSM_MSG_MAD_SM_INFO; in sm_mad_ctrl_process_set()
[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()
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()
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()
289 IN const cl_disp_msgid_t msg_id, in cl_disp_post() argument
301 CL_ASSERT(msg_id != CL_DISP_MSGID_NONE); in cl_disp_post()
305 if (cl_ptr_vector_get_size(&p_disp->reg_vec) <= msg_id) { in cl_disp_post()
[all …]
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_affinity.cpp1760 *msg_id = kmp_i18n_null; in __kmp_affinity_create_hwloc_map()
1964 *msg_id = kmp_i18n_null; in __kmp_affinity_create_flat_map()
2018 *msg_id = kmp_i18n_null; in __kmp_affinity_create_proc_group_map()
2167 *msg_id = kmp_i18n_null; in __kmp_affinity_create_apicid_map()
2176 *msg_id = kmp_i18n_str_NoLeaf4Support; in __kmp_affinity_create_apicid_map()
2628 *msg_id = kmp_i18n_null; in __kmp_affinity_create_x2apicid_map()
2680 *msg_id = leaf_message_id; in __kmp_affinity_create_x2apicid_map()
2913 *msg_id = kmp_i18n_null; in __kmp_affinity_create_cpuinfo_map()
2961 *msg_id = kmp_i18n_str_NoProcRecords; in __kmp_affinity_create_cpuinfo_map()
4502 kmp_i18n_id_t msg_id = kmp_i18n_null; in __kmp_aux_affinity_initialize_topology() local
[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()
651 if (id != msg_id) in sftp_get_limits()
684 id = conn->msg_id++; in sftp_close()
716 id = conn->msg_id++; in sftp_lsreaddir()
872 id = conn->msg_id++; in sftp_rm()
887 id = conn->msg_id++; in sftp_mkdir()
905 id = conn->msg_id++; in sftp_rmdir()
[all …]
/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/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/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()
887 uint16_t msg_id; in mana_hwc_send_request() local
890 mana_hwc_get_msg_index(hwc, &msg_id); in mana_hwc_send_request()
892 tx_wr = &txq->msg_buf->reqs[msg_id]; in mana_hwc_send_request()
902 ctx = hwc->caller_ctx + msg_id; in mana_hwc_send_request()
910 req_msg->req.hwc_msg_id = msg_id; in mana_hwc_send_request()
939 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/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/sys/dev/hyperv/vmbus/
H A Dvmbus_reg.h52 uint64_t msg_id; member
/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/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: