Home
last modified time | relevance | path

Searched refs:node_msg (Results 1 – 25 of 30) sorted by relevance

12

/dports/sysutils/slurm-wlm/slurm-20.02.7/src/scontrol/
H A Dupdate_node.c58 update_node_msg_t node_msg; in scontrol_update_node() local
78 node_msg.node_addr = val; in scontrol_update_node()
82 node_msg.node_hostname = val; in scontrol_update_node()
85 node_msg.node_names = val; in scontrol_update_node()
88 node_msg.features_act = val; in scontrol_update_node()
103 node_msg.features = val; in scontrol_update_node()
106 node_msg.gres = val; in scontrol_update_node()
141 node_msg.weight = num; in scontrol_update_node()
155 node_msg.reason = reason_str; in scontrol_update_node()
159 node_msg.reason_uid = getuid(); in scontrol_update_node()
[all …]
H A Dreboot_node.c44 update_node_msg_t node_msg; in scontrol_cancel_reboot() local
46 slurm_init_update_node_msg(&node_msg); in scontrol_cancel_reboot()
48 node_msg.node_names = nodes; in scontrol_cancel_reboot()
49 node_msg.node_state = NODE_STATE_CANCEL_REBOOT; in scontrol_cancel_reboot()
51 if (slurm_update_node(&node_msg)) { in scontrol_cancel_reboot()
/dports/science/py-mdp/MDP-3.5/bimdp/hinet/
H A Dbilayer.py125 node_msg = node_msgs[i_node]
126 if node_msg:
127 node_result = node.execute(node_x, node_msg)
175 node_msg = node_msgs[i_node]
176 if node_msg:
177 node_result = node.train(node_x, node_msg)
220 node_msg = node_msgs[i_node]
221 if node_msg:
316 for node_msg in msgs:
318 node_msg[key] = value
[all …]
/dports/mail/libetpan/libetpan-1.9.4/src/driver/tools/
H A Dmailthread_types.c47 mailmessage * node_msg) in mailmessage_tree_new() argument
60 tree->node_msg = node_msg; in mailmessage_tree_new()
H A Dmailthread.c434 if (tree->node_msg != NULL) { in get_thread_subject()
435 if (tree->node_msg->msg_fields != NULL) { in get_thread_subject()
533 if (env_tree->node_msg == NULL) { in delete_dummy()
588 if (tree->node_msg != NULL) { in tree_get_date()
605 if (tree->node_msg == NULL) in tree_get_index()
608 return tree->node_msg->msg_index; in tree_get_index()
815 msg = env_tree->node_msg; in mail_build_thread_references()
1091 if (msg_in_table->node_msg != NULL) { in mail_build_thread_references()
1093 if (env_tree->node_msg == NULL) in mail_build_thread_references()
1185 if ((env_tree->node_msg == NULL) && (main_tree->node_msg == NULL)) { in mail_build_thread_references()
[all …]
/dports/security/slurpie/slurpie/src/
H A Dslurpie.c197 u_char *msg_proc( u_char *node_msg, u_int *send_len ) in msg_proc() argument
205 if(!strcmp(FIRST_SEND,node_msg)) in msg_proc()
208 switch(node_msg[0]) in msg_proc()
212 node_msg+1, in msg_proc()
213 node_msg+strcpy_len(sendbuf,node_msg) ); in msg_proc()
214 if( !strcmp(cfg.curpwd.user,node_msg+1) ) in msg_proc()
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/sview/
H A Dnode_info.c1058 slurm_init_update_node_msg(node_msg); in update_active_features_node()
1079 node_msg->features_act = in update_active_features_node()
1081 if (!node_msg->features_act) { in update_active_features_node()
1104 slurm_free_update_node_msg(node_msg); in update_active_features_node()
1171 node_msg->features = in update_avail_features_node()
1173 if (!node_msg->features) { in update_avail_features_node()
1260 if (!node_msg->gres) { in update_gres_node()
1379 node_msg->reason = xstrdup( in update_state_node()
1381 if (!node_msg->reason || !strlen(node_msg->reason)) { in update_state_node()
1389 &node_msg->reason_uid) < 0) in update_state_node()
[all …]
/dports/sysutils/slurm-wlm/slurm-20.02.7/contribs/cray/
H A Dcapmc_resume.c519 update_node_msg_t node_msg; in main() local
576 slurm_init_update_node_msg(&node_msg); in main()
577 node_msg.node_names = argv[1]; in main()
578 node_msg.node_state = NODE_STATE_POWER_SAVE | in main()
580 rc = slurm_update_node(&node_msg); in main()
593 slurm_init_update_node_msg(&node_msg); in main()
594 node_msg.node_names = argv[1]; in main()
595 node_msg.features_act = argv[2]; in main()
596 rc = slurm_update_node(&node_msg); in main()
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/plugins/acct_gather_energy/rapl/
H A Dacct_gather_energy_rapl.c283 update_node_msg_t node_msg; in _send_drain_request() local
289 slurm_init_update_node_msg(&node_msg); in _send_drain_request()
290 node_msg.node_names = hostname; in _send_drain_request()
291 node_msg.reason = "Cannot collect energy data."; in _send_drain_request()
292 node_msg.node_state = NODE_STATE_DRAIN; in _send_drain_request()
297 if (slurm_update_node(&node_msg) != SLURM_SUCCESS) { in _send_drain_request()
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/sinfo/
H A Dsinfo.c53 node_info_msg_t *node_msg; member
81 node_info_msg_t *node_msg);
526 node_info_msg_t *node_msg; in _build_part_info() local
537 node_msg = build_struct_ptr->node_msg; in _build_part_info()
543 if (i >= node_msg->record_count) { in _build_part_info()
547 node_ptr = &(node_msg->node_array[i]); in _build_part_info()
582 node_info_msg_t *node_msg) in _build_sinfo_data() argument
605 for (j = 0; j < node_msg->record_count; j++) { in _build_sinfo_data()
606 node_ptr = &(node_msg->node_array[j]); in _build_sinfo_data()
625 node_ptr = &(node_msg->node_array[0]); in _build_sinfo_data()
[all …]
/dports/math/minizinc-ide/MiniZincIDE-2.5.5/cp-profiler/src/cpprofiler/
H A Dreceiver_worker.cpp160 auto node_msg = new Message{msg}; in handleMessage() local
161 emit newNode(node_msg); in handleMessage()
H A Dtree_builder.cpp76 std::unique_ptr<Message> node_msg{node}; in handleNode() local
/dports/devel/grpc130/grpc-1.30.2/src/core/ext/filters/client_channel/xds/
H A Dxds_api.cc219 envoy_api_v2_core_Node* node_msg) { in PopulateNode() argument
222 envoy_api_v2_core_Node_set_id(node_msg, in PopulateNode()
227 node_msg, upb_strview_makez(node->cluster.c_str())); in PopulateNode()
231 envoy_api_v2_core_Node_mutable_metadata(node_msg, arena); in PopulateNode()
236 envoy_api_v2_core_Node_mutable_metadata(node_msg, arena); in PopulateNode()
267 node_msg, in PopulateNode()
270 node_msg, upb_strview_makez(grpc_version_string())); in PopulateNode()
494 envoy_api_v2_core_Node* node_msg = in CreateAdsRequest() local
497 node_msg); in CreateAdsRequest()
1741 envoy_api_v2_core_Node* node_msg = in CreateLrsInitialRequest() local
[all …]
/dports/dns/p5-Net-DRI/Net-DRI-0.96/lib/Net/DRI/Protocol/EPP/Extensions/AFNIC/
H A DNotifications.pm88 return unless $mes->node_msg(); ## this is the <msg> node in the EPP header
92 my $zc=$mes->node_msg()->getChildrenByTagName('resZC');
/dports/devel/grpc134/grpc-1.34.1/src/core/ext/xds/
H A Dxds_api.cc677 _upb_msg_addunknown(node_msg, encoded_build_version.data(), in PopulateBuildVersion()
684 envoy_config_core_v3_Node* node_msg) { in PopulateNode() argument
687 envoy_config_core_v3_Node_set_id(node_msg, in PopulateNode()
692 node_msg, StdStringToUpbString(node->cluster)); in PopulateNode()
718 PopulateBuildVersion(arena, node_msg, build_version); in PopulateNode()
721 node_msg, StdStringToUpbString(user_agent_name)); in PopulateNode()
723 node_msg, upb_strview_makez(grpc_version_string())); in PopulateNode()
825 envoy_config_core_v3_Node* node_msg = in CreateAdsRequest() local
829 user_agent_name_, node_msg); in CreateAdsRequest()
1955 envoy_config_core_v3_Node* node_msg = in CreateLrsInitialRequest() local
[all …]
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/api/
H A Dupdate_config.c148 slurm_update_node ( update_node_msg_t * node_msg) in slurm_update_node() argument
150 return _slurm_update ((void *) node_msg, REQUEST_UPDATE_NODE); in slurm_update_node()
/dports/mail/libetpan/libetpan-1.9.4/tests/
H A Dfrm-tree.c21 if (msg_tree->node_msg != NULL) { in display_sub_tree()
22 print_mail_info(prefix->str, msg_tree->node_msg); in display_sub_tree()
/dports/sysutils/ganglia-webfrontend/ganglia-web-3.7.2/templates/default/
H A Dhost_overview.tpl8 {$node_msg}
/dports/dns/p5-Net-DRI/Net-DRI-0.96/lib/Net/DRI/Protocol/EPP/Extensions/LU/
H A DPoll.pm87 my $infdata=$mes->node_msg();
/dports/mail/libetpan/libetpan-1.9.4/src/driver/interface/
H A Dmaildriver_types.h773 mailmessage * node_msg; member
784 mailmessage * node_msg);
/dports/dns/p5-Net-DRI/Net-DRI-0.96/lib/Net/DRI/Protocol/EPP/Core/
H A DRegistryMessage.pm111 …& (defined($mes->node_resdata()) || defined($mes->node_extension()) || defined($mes->node_msg())));
/dports/devel/grpc/grpc-1.42.0/src/core/ext/xds/
H A Dxds_api.cc1088 _upb_msg_addunknown(node_msg, encoded_build_version.data(), in PopulateBuildVersion()
1097 envoy_config_core_v3_Node* node_msg) { in PopulateNode() argument
1100 envoy_config_core_v3_Node_set_id(node_msg, in PopulateNode()
1105 node_msg, StdStringToUpbString(node->cluster)); in PopulateNode()
1131 PopulateBuildVersion(context, node_msg, build_version); in PopulateNode()
1134 node_msg, StdStringToUpbString(user_agent_name)); in PopulateNode()
1136 node_msg, StdStringToUpbString(user_agent_version)); in PopulateNode()
1244 envoy_config_core_v3_Node* node_msg = in CreateAdsRequest() local
1248 user_agent_version_, node_msg); in CreateAdsRequest()
3718 envoy_config_core_v3_Node* node_msg = in CreateLrsInitialRequest() local
[all …]
/dports/devel/pecl-grpc/grpc-1.42.0/src/core/ext/xds/
H A Dxds_api.cc1088 _upb_msg_addunknown(node_msg, encoded_build_version.data(), in PopulateBuildVersion()
1097 envoy_config_core_v3_Node* node_msg) { in PopulateNode() argument
1100 envoy_config_core_v3_Node_set_id(node_msg, in PopulateNode()
1105 node_msg, StdStringToUpbString(node->cluster)); in PopulateNode()
1131 PopulateBuildVersion(context, node_msg, build_version); in PopulateNode()
1134 node_msg, StdStringToUpbString(user_agent_name)); in PopulateNode()
1136 node_msg, StdStringToUpbString(user_agent_version)); in PopulateNode()
1244 envoy_config_core_v3_Node* node_msg = in CreateAdsRequest() local
1248 user_agent_version_, node_msg); in CreateAdsRequest()
3718 envoy_config_core_v3_Node* node_msg = in CreateLrsInitialRequest() local
[all …]
/dports/devel/py-grpcio/grpcio-1.43.0/src/core/ext/xds/
H A Dxds_api.cc1047 _upb_msg_addunknown(node_msg, encoded_build_version.data(), in PopulateBuildVersion()
1056 envoy_config_core_v3_Node* node_msg) { in PopulateNode() argument
1059 envoy_config_core_v3_Node_set_id(node_msg, in PopulateNode()
1064 node_msg, StdStringToUpbString(node->cluster)); in PopulateNode()
1090 PopulateBuildVersion(context, node_msg, build_version); in PopulateNode()
1093 node_msg, StdStringToUpbString(user_agent_name)); in PopulateNode()
1095 node_msg, StdStringToUpbString(user_agent_version)); in PopulateNode()
1186 envoy_config_core_v3_Node* node_msg = in CreateAdsRequest() local
1190 user_agent_version_, node_msg); in CreateAdsRequest()
3820 envoy_config_core_v3_Node* node_msg = in CreateLrsInitialRequest() local
[all …]
/dports/dns/p5-Net-DRI/Net-DRI-0.96/lib/Net/DRI/Protocol/EPP/
H A DMessage.pm305 $self->node_msg($msgc);

12