Home
last modified time | relevance | path

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

/NextBSD/contrib/ofed/management/opensm/opensm/
HDosm_sa_mad_ctrl.c98 cl_disp_msgid_t msg_id = CL_DISP_MSGID_NONE; in __osm_sa_mad_ctrl_process() local
145 msg_id = OSM_MSG_MAD_CLASS_PORT_INFO; in __osm_sa_mad_ctrl_process()
149 msg_id = OSM_MSG_MAD_NODE_RECORD; in __osm_sa_mad_ctrl_process()
153 msg_id = OSM_MSG_MAD_PORTINFO_RECORD; in __osm_sa_mad_ctrl_process()
157 msg_id = OSM_MSG_MAD_LINK_RECORD; in __osm_sa_mad_ctrl_process()
161 msg_id = OSM_MSG_MAD_SMINFO_RECORD; in __osm_sa_mad_ctrl_process()
165 msg_id = OSM_MSG_MAD_SERVICE_RECORD; in __osm_sa_mad_ctrl_process()
169 msg_id = OSM_MSG_MAD_PATH_RECORD; in __osm_sa_mad_ctrl_process()
173 msg_id = OSM_MSG_MAD_MCMEMBER_RECORD; in __osm_sa_mad_ctrl_process()
177 msg_id = OSM_MSG_MAD_INFORM_INFO; in __osm_sa_mad_ctrl_process()
[all …]
HDosm_sm_mad_ctrl.c189 cl_disp_msgid_t msg_id = CL_DISP_MSGID_NONE; in __osm_sm_mad_ctrl_process_get_resp() local
224 msg_id = OSM_MSG_MAD_NODE_DESC; in __osm_sm_mad_ctrl_process_get_resp()
227 msg_id = OSM_MSG_MAD_NODE_INFO; in __osm_sm_mad_ctrl_process_get_resp()
230 msg_id = OSM_MSG_MAD_SWITCH_INFO; in __osm_sm_mad_ctrl_process_get_resp()
233 msg_id = OSM_MSG_MAD_PORT_INFO; in __osm_sm_mad_ctrl_process_get_resp()
236 msg_id = OSM_MSG_MAD_LFT; in __osm_sm_mad_ctrl_process_get_resp()
239 msg_id = OSM_MSG_MAD_MFT; in __osm_sm_mad_ctrl_process_get_resp()
242 msg_id = OSM_MSG_MAD_SM_INFO; in __osm_sm_mad_ctrl_process_get_resp()
245 msg_id = OSM_MSG_MAD_SLVL; in __osm_sm_mad_ctrl_process_get_resp()
248 msg_id = OSM_MSG_MAD_VL_ARB; in __osm_sm_mad_ctrl_process_get_resp()
[all …]
/NextBSD/contrib/ofed/management/opensm/complib/
HDcl_dispatcher.c210 IN const cl_disp_msgid_t msg_id, in cl_disp_register() argument
221 if ((msg_id != CL_DISP_MSGID_NONE) && in cl_disp_register()
222 (msg_id < cl_ptr_vector_get_size(&p_disp->reg_vec)) && in cl_disp_register()
223 (cl_ptr_vector_get(&p_disp->reg_vec, msg_id))) { in cl_disp_register()
241 p_reg->msg_id = msg_id; in cl_disp_register()
248 if (msg_id != CL_DISP_MSGID_NONE) { in cl_disp_register()
249 status = cl_ptr_vector_set(&p_disp->reg_vec, msg_id, p_reg); in cl_disp_register()
281 if (p_reg->msg_id != CL_DISP_MSGID_NONE) { in cl_disp_unregister()
282 CL_ASSERT(p_reg->msg_id < in cl_disp_unregister()
284 cl_ptr_vector_set(&p_disp->reg_vec, p_reg->msg_id, NULL); in cl_disp_unregister()
[all …]
/NextBSD/crypto/openssh/
HDsftp-client.c75 u_int msg_id; member
343 ret->msg_id = 1; in do_init()
439 id = conn->msg_id++; in do_close()
468 id = conn->msg_id++; in do_lsreaddir()
490 id = expected_id = conn->msg_id++; in do_lsreaddir()
606 id = conn->msg_id++; in do_rm()
619 id = conn->msg_id++; in do_mkdir()
635 id = conn->msg_id++; in do_rmdir()
651 id = conn->msg_id++; in do_stat()
673 id = conn->msg_id++; in do_lstat()
[all …]
HDChangeLog1232 two problems found by a to-be-committed regress test: 1) msg_id was not
/NextBSD/contrib/ofed/management/opensm/include/complib/
HDcl_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,
/NextBSD/sys/netinet/libalias/
HDalias_smedia.c437 u_short msg_id, msg_len; in alias_pna_out() local
445 memcpy(&msg_id, work, 2); in alias_pna_out()
449 if (ntohs(msg_id) == 0) { in alias_pna_out()
453 if ((ntohs(msg_id) == 1) || (ntohs(msg_id) == 7)) { in alias_pna_out()
/NextBSD/lib/libc/nls/
HDmsgcat.c261 catgets(nl_catd catd, int set_id, int msg_id, const char *s) in catgets() argument
295 r = msg_id - in catgets()
/NextBSD/contrib/tcsh/
HDsh.func.c2565 xcatgets(nl_catd ctd, int set_id, int msg_id, const char *s) argument
2570 while ((res = catgets(ctd, set_id, msg_id, s)) == s && errno == EINTR) {
2580 iconv_catgets(nl_catd ctd, int set_id, int msg_id, const char *s) argument
2589 orig = xcatgets(ctd, set_id, msg_id, s);