| /freebsd-12.1/contrib/ofed/opensm/opensm/ |
| H A D | osm_sa_mad_ctrl.c | 160 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 D | osm_sm_mad_ctrl.c | 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() 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-12.1/contrib/ofed/opensm/complib/ |
| H A D | cl_dispatcher.c | 199 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-12.1/contrib/openmp/runtime/src/ |
| H A D | kmp_affinity.cpp | 566 *msg_id = kmp_i18n_null; in __kmp_affinity_create_hwloc_map() 865 *msg_id = kmp_i18n_null; in __kmp_affinity_create_flat_map() 959 *msg_id = kmp_i18n_null; in __kmp_affinity_create_proc_group_map() 1068 *msg_id = kmp_i18n_null; in __kmp_affinity_create_apicid_map() 1073 *msg_id = kmp_i18n_str_NoLeaf4Support; in __kmp_affinity_create_apicid_map() 1490 *msg_id = kmp_i18n_null; in __kmp_affinity_create_x2apicid_map() 2035 *msg_id = kmp_i18n_null; in __kmp_affinity_create_cpuinfo_map() 2068 *msg_id = kmp_i18n_str_NoProcRecords; in __kmp_affinity_create_cpuinfo_map() 4188 kmp_i18n_id_t msg_id = kmp_i18n_null; in __kmp_aux_affinity_initialize() local 4237 if (msg_id != kmp_i18n_null) { in __kmp_aux_affinity_initialize() [all …]
|
| /freebsd-12.1/contrib/ofed/opensm/include/complib/ |
| H A D | cl_dispatcher.h | 270 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-12.1/crypto/openssh/ |
| H A D | sftp-client.c | 83 u_int msg_id; member 402 ret->msg_id = 1; in do_init() 510 id = conn->msg_id++; in do_close() 542 id = conn->msg_id++; in do_lsreaddir() 702 id = conn->msg_id++; in do_rm() 715 id = conn->msg_id++; in do_mkdir() 731 id = conn->msg_id++; in do_rmdir() 747 id = conn->msg_id++; in do_stat() 769 id = conn->msg_id++; in do_lstat() 783 id = conn->msg_id++; in do_fstat() [all …]
|
| /freebsd-12.1/sys/dev/qlnx/qlnxe/ |
| H A D | mcp_public.h | 1859 #define MFW_DRV_MSG_DWORD(msg_id) (msg_id >> 2) argument 1860 #define MFW_DRV_MSG_OFFSET(msg_id) ((msg_id & 0x3) << 3) argument 1861 #define MFW_DRV_MSG_MASK(msg_id) (0xff << MFW_DRV_MSG_OFFSET(msg_id)) argument 1864 #define DRV_ACK_MSG(msg_p, msg_id) (u8)((u8*)msg_p)[msg_id]++; argument 1866 #define DRV_ACK_MSG(msg_p, msg_id) (u8)((u8*)msg_p)[((msg_id & ~3) | ((~msg_id) & 3))]++; argument 1869 #define MFW_DRV_UPDATE(shmem_func, msg_id) (u8)((u8*)(MFW_MB_P(shmem_func)->msg))[msg_id]++; argument
|
| /freebsd-12.1/sys/netinet/libalias/ |
| H A D | alias_smedia.c | 439 u_short msg_id, msg_len; in alias_pna_out() local 447 memcpy(&msg_id, work, 2); in alias_pna_out() 451 if (ntohs(msg_id) == 0) { in alias_pna_out() 455 if ((ntohs(msg_id) == 1) || (ntohs(msg_id) == 7)) { in alias_pna_out()
|
| /freebsd-12.1/lib/libc/nls/ |
| H A D | msgcat.c | 261 catgets(nl_catd catd, int set_id, int msg_id, const char *s) in catgets() argument 295 r = msg_id - in catgets()
|
| /freebsd-12.1/sys/dev/hyperv/vmbus/ |
| H A D | vmbus_reg.h | 49 uint64_t msg_id; member
|
| /freebsd-12.1/contrib/tcsh/ |
| H A D | sh.func.c | 2614 xcatgets(nl_catd ctd, int set_id, int msg_id, const char *s) argument 2619 while ((res = catgets(ctd, set_id, msg_id, s)) == s && errno == EINTR) { 2629 iconv_catgets(nl_catd ctd, int set_id, int msg_id, const char *s) argument 2638 orig = xcatgets(ctd, set_id, msg_id, s);
|
| /freebsd-12.1/contrib/sendmail/cf/m4/ |
| H A D | cfhead.m4 | 308 define(`confMILTER_MACROS_EOM', `{msg_id}')
|
| /freebsd-12.1/contrib/sendmail/cf/ |
| H A D | README | 4450 [{msg_id}] Macros to transmit to
|
| /freebsd-12.1/contrib/sendmail/ |
| H A D | RELEASE_NOTES | 1226 New macro {msg_id} which contains the value of the Message-Id:
|