Home
last modified time | relevance | path

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

/freebsd-13.1/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-13.1/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-13.1/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_affinity.cpp1132 *msg_id = kmp_i18n_null; in __kmp_affinity_create_hwloc_map()
1270 *msg_id = kmp_i18n_null; in __kmp_affinity_create_flat_map()
1324 *msg_id = kmp_i18n_null; in __kmp_affinity_create_proc_group_map()
1473 *msg_id = kmp_i18n_null; in __kmp_affinity_create_apicid_map()
1482 *msg_id = kmp_i18n_str_NoLeaf4Support; in __kmp_affinity_create_apicid_map()
1910 *msg_id = kmp_i18n_null; in __kmp_affinity_create_x2apicid_map()
1962 *msg_id = leaf_message_id; in __kmp_affinity_create_x2apicid_map()
2187 *msg_id = kmp_i18n_null; in __kmp_affinity_create_cpuinfo_map()
2229 *msg_id = kmp_i18n_str_NoProcRecords; in __kmp_affinity_create_cpuinfo_map()
3510 kmp_i18n_id_t msg_id = kmp_i18n_null; in __kmp_aux_affinity_initialize() local
[all …]
/freebsd-13.1/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-13.1/crypto/openssh/
H A Dsftp-client.c97 u_int msg_id; member
460 ret->msg_id = 1; in do_init()
600 u_int id, msg_id; in do_limits() local
613 id = conn->msg_id++; in do_limits()
628 if (id != msg_id) in do_limits()
661 id = conn->msg_id++; in do_close()
693 id = conn->msg_id++; in do_lsreaddir()
849 id = conn->msg_id++; in do_rm()
862 id = conn->msg_id++; in do_mkdir()
878 id = conn->msg_id++; in do_rmdir()
[all …]
/freebsd-13.1/sys/netinet/libalias/
H A Dalias_smedia.c423 u_short msg_id, msg_len; in alias_pna_out() local
431 memcpy(&msg_id, work, 2); in alias_pna_out()
435 if (ntohs(msg_id) == 0) /* end of options */ in alias_pna_out()
438 if ((ntohs(msg_id) == 1) || (ntohs(msg_id) == 7)) { in alias_pna_out()
/freebsd-13.1/sys/dev/qlnx/qlnxe/
H A Dmcp_public.h1853 #define MFW_DRV_MSG_DWORD(msg_id) (msg_id >> 2) argument
1854 #define MFW_DRV_MSG_OFFSET(msg_id) ((msg_id & 0x3) << 3) argument
1855 #define MFW_DRV_MSG_MASK(msg_id) (0xff << MFW_DRV_MSG_OFFSET(msg_id)) argument
1858 #define DRV_ACK_MSG(msg_p, msg_id) (u8)((u8*)msg_p)[msg_id]++; argument
1860 #define DRV_ACK_MSG(msg_p, msg_id) (u8)((u8*)msg_p)[((msg_id & ~3) | ((~msg_id) & 3))]++; argument
1863 #define MFW_DRV_UPDATE(shmem_func, msg_id) (u8)((u8*)(MFW_MB_P(shmem_func)->msg))[msg_id]++; argument
/freebsd-13.1/lib/libc/nls/
H A Dmsgcat.c278 catgets(nl_catd catd, int set_id, int msg_id, const char *s) in catgets() argument
312 r = msg_id - in catgets()
/freebsd-13.1/sys/dev/hyperv/vmbus/
H A Dvmbus_reg.h49 uint64_t msg_id; member
/freebsd-13.1/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-13.1/contrib/sendmail/cf/m4/
H A Dcfhead.m4317 define(`confMILTER_MACROS_EOM', `{msg_id}')
/freebsd-13.1/contrib/sendmail/cf/
H A DREADME4462 [{msg_id}] Macros to transmit to
/freebsd-13.1/contrib/sendmail/
H A DRELEASE_NOTES1344 New macro {msg_id} which contains the value of the Message-Id: