Home
last modified time | relevance | path

Searched refs:msg_type (Results 176 – 200 of 4220) sorted by relevance

12345678910>>...169

/dports/sysutils/u-boot-sifive-fu540/u-boot-2021.07/tools/patman/
H A Dcheckpatch.py221 def GetWarningMsg(col, msg_type, fname, line, msg): argument
230 if msg_type == 'warning':
231 msg_type = col.Color(col.YELLOW, msg_type)
232 elif msg_type == 'error':
233 msg_type = col.Color(col.RED, msg_type)
234 elif msg_type == 'check':
235 msg_type = col.Color(col.MAGENTA, msg_type)
237 return '%s:%s: %s: %s\n' % (fname, line_str, msg_type, msg)
/dports/sysutils/u-boot-pinebookpro/u-boot-2021.07/tools/patman/
H A Dcheckpatch.py221 def GetWarningMsg(col, msg_type, fname, line, msg): argument
230 if msg_type == 'warning':
231 msg_type = col.Color(col.YELLOW, msg_type)
232 elif msg_type == 'error':
233 msg_type = col.Color(col.RED, msg_type)
234 elif msg_type == 'check':
235 msg_type = col.Color(col.MAGENTA, msg_type)
237 return '%s:%s: %s: %s\n' % (fname, line_str, msg_type, msg)
/dports/sysutils/u-boot-rockpro64/u-boot-2021.07/tools/patman/
H A Dcheckpatch.py221 def GetWarningMsg(col, msg_type, fname, line, msg): argument
230 if msg_type == 'warning':
231 msg_type = col.Color(col.YELLOW, msg_type)
232 elif msg_type == 'error':
233 msg_type = col.Color(col.RED, msg_type)
234 elif msg_type == 'check':
235 msg_type = col.Color(col.MAGENTA, msg_type)
237 return '%s:%s: %s: %s\n' % (fname, line_str, msg_type, msg)
/dports/sysutils/u-boot-qemu-arm/u-boot-2021.07/tools/patman/
H A Dcheckpatch.py221 def GetWarningMsg(col, msg_type, fname, line, msg): argument
230 if msg_type == 'warning':
231 msg_type = col.Color(col.YELLOW, msg_type)
232 elif msg_type == 'error':
233 msg_type = col.Color(col.RED, msg_type)
234 elif msg_type == 'check':
235 msg_type = col.Color(col.MAGENTA, msg_type)
237 return '%s:%s: %s: %s\n' % (fname, line_str, msg_type, msg)
/dports/sysutils/u-boot-rpi-0-w/u-boot-2021.07/tools/patman/
H A Dcheckpatch.py221 def GetWarningMsg(col, msg_type, fname, line, msg): argument
230 if msg_type == 'warning':
231 msg_type = col.Color(col.YELLOW, msg_type)
232 elif msg_type == 'error':
233 msg_type = col.Color(col.RED, msg_type)
234 elif msg_type == 'check':
235 msg_type = col.Color(col.MAGENTA, msg_type)
237 return '%s:%s: %s: %s\n' % (fname, line_str, msg_type, msg)
/dports/sysutils/u-boot-qemu-riscv64/u-boot-2021.07/tools/patman/
H A Dcheckpatch.py221 def GetWarningMsg(col, msg_type, fname, line, msg): argument
230 if msg_type == 'warning':
231 msg_type = col.Color(col.YELLOW, msg_type)
232 elif msg_type == 'error':
233 msg_type = col.Color(col.RED, msg_type)
234 elif msg_type == 'check':
235 msg_type = col.Color(col.MAGENTA, msg_type)
237 return '%s:%s: %s: %s\n' % (fname, line_str, msg_type, msg)
/dports/sysutils/u-boot-riotboard/u-boot-2021.07/tools/patman/
H A Dcheckpatch.py221 def GetWarningMsg(col, msg_type, fname, line, msg): argument
230 if msg_type == 'warning':
231 msg_type = col.Color(col.YELLOW, msg_type)
232 elif msg_type == 'error':
233 msg_type = col.Color(col.RED, msg_type)
234 elif msg_type == 'check':
235 msg_type = col.Color(col.MAGENTA, msg_type)
237 return '%s:%s: %s: %s\n' % (fname, line_str, msg_type, msg)
/dports/sysutils/u-boot-rpi-arm64/u-boot-2021.07/tools/patman/
H A Dcheckpatch.py221 def GetWarningMsg(col, msg_type, fname, line, msg): argument
230 if msg_type == 'warning':
231 msg_type = col.Color(col.YELLOW, msg_type)
232 elif msg_type == 'error':
233 msg_type = col.Color(col.RED, msg_type)
234 elif msg_type == 'check':
235 msg_type = col.Color(col.MAGENTA, msg_type)
237 return '%s:%s: %s: %s\n' % (fname, line_str, msg_type, msg)
/dports/sysutils/u-boot-rock-pi-4/u-boot-2021.07/tools/patman/
H A Dcheckpatch.py221 def GetWarningMsg(col, msg_type, fname, line, msg): argument
230 if msg_type == 'warning':
231 msg_type = col.Color(col.YELLOW, msg_type)
232 elif msg_type == 'error':
233 msg_type = col.Color(col.RED, msg_type)
234 elif msg_type == 'check':
235 msg_type = col.Color(col.MAGENTA, msg_type)
237 return '%s:%s: %s: %s\n' % (fname, line_str, msg_type, msg)
/dports/sysutils/u-boot-rpi2/u-boot-2021.07/tools/patman/
H A Dcheckpatch.py221 def GetWarningMsg(col, msg_type, fname, line, msg): argument
230 if msg_type == 'warning':
231 msg_type = col.Color(col.YELLOW, msg_type)
232 elif msg_type == 'error':
233 msg_type = col.Color(col.RED, msg_type)
234 elif msg_type == 'check':
235 msg_type = col.Color(col.MAGENTA, msg_type)
237 return '%s:%s: %s: %s\n' % (fname, line_str, msg_type, msg)
/dports/sysutils/u-boot-rpi3/u-boot-2021.07/tools/patman/
H A Dcheckpatch.py221 def GetWarningMsg(col, msg_type, fname, line, msg): argument
230 if msg_type == 'warning':
231 msg_type = col.Color(col.YELLOW, msg_type)
232 elif msg_type == 'error':
233 msg_type = col.Color(col.RED, msg_type)
234 elif msg_type == 'check':
235 msg_type = col.Color(col.MAGENTA, msg_type)
237 return '%s:%s: %s: %s\n' % (fname, line_str, msg_type, msg)
/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/core/peermanager/messaging/azureus/
H A DAZMetaData.java42 private int msg_type; field in AZMetaData
52 msg_type = MSG_TYPE_REQUEST; in AZMetaData()
64 msg_type = _data==null?MSG_TYPE_REJECT:MSG_TYPE_DATA; in AZMetaData()
83 msg_type = ((Long)map.get( "msg_type" )).intValue(); in AZMetaData()
130 return( getID() + " piece #" + piece + ", mt=" + msg_type ); in getDescription()
136 return( msg_type ); in getMessageType()
165 payload_map.put( "msg_type", new Long( msg_type )); in getData()
176 if ( msg_type == MSG_TYPE_DATA ){ in getData()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/dbapi/driver/ftds100/freetds/tds/
H A Dsec_negotiate.c66 unsigned msg_type; member
81 tds5_negotiate_set_msg_type(TDSSOCKET * tds, TDSAUTHENTICATION * tds_auth, unsigned msg_type) in tds5_negotiate_set_msg_type() argument
86 auth->msg_type = msg_type; in tds5_negotiate_set_msg_type()
90 tds5_send_msg(TDSSOCKET *tds, TDS_USMALLINT msg_type) in tds5_send_msg() argument
95 tds_put_smallint(tds, msg_type); in tds5_send_msg()
121 if (auth->msg_type != 0x1e) in tds5_negotiate_handle_next()
197 tds5_negotiate_set_msg_type(TDSSOCKET * tds, TDSAUTHENTICATION * tds_auth, unsigned msg_type) in tds5_negotiate_set_msg_type() argument
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-gsm_ipa.c212 guint8 msg_type; in dissect_ipaccess() local
214 msg_type = tvb_get_guint8(tvb, 0); in dissect_ipaccess()
223 switch (msg_type) { in dissect_ipaccess()
280 guint16 len, msg_type; in dissect_ipa() local
286 msg_type = tvb_get_guint8(tvb, 2); in dissect_ipa()
288 (msg_type >= ABISIP_RSL_MAX)) in dissect_ipa()
300 msg_type = tvb_get_guint8(tvb, offset+2); in dissect_ipa()
303 val_to_str(msg_type, ipa_protocol_vals, in dissect_ipa()
319 val_to_str(msg_type, ipa_protocol_vals, in dissect_ipa()
329 switch (msg_type) { in dissect_ipa()
[all …]
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-gsm_ipa.c212 guint8 msg_type; in dissect_ipaccess() local
214 msg_type = tvb_get_guint8(tvb, 0); in dissect_ipaccess()
223 switch (msg_type) { in dissect_ipaccess()
280 guint16 len, msg_type; in dissect_ipa() local
286 msg_type = tvb_get_guint8(tvb, 2); in dissect_ipa()
288 (msg_type >= ABISIP_RSL_MAX)) in dissect_ipa()
300 msg_type = tvb_get_guint8(tvb, offset+2); in dissect_ipa()
303 val_to_str(msg_type, ipa_protocol_vals, in dissect_ipa()
319 val_to_str(msg_type, ipa_protocol_vals, in dissect_ipa()
329 switch (msg_type) { in dissect_ipa()
[all …]
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-gsm_ipa.c212 guint8 msg_type; in preallocation()
214 msg_type = tvb_get_guint8(tvb, 0);
223 switch (msg_type) {
280 guint16 len, msg_type;
286 msg_type = tvb_get_guint8(tvb, 2);
288 (msg_type >= ABISIP_RSL_MAX))
300 msg_type = tvb_get_guint8(tvb, offset+2);
303 val_to_str(msg_type, ipa_protocol_vals,
319 val_to_str(msg_type, ipa_protocol_vals,
329 switch (msg_type) {
[all …]
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-gsm_ipa.c212 guint8 msg_type; in dissect_ipaccess() local
214 msg_type = tvb_get_guint8(tvb, 0); in dissect_ipaccess()
223 switch (msg_type) { in dissect_ipaccess()
280 guint16 len, msg_type; in dissect_ipa() local
286 msg_type = tvb_get_guint8(tvb, 2); in dissect_ipa()
288 (msg_type >= ABISIP_RSL_MAX)) in dissect_ipa()
300 msg_type = tvb_get_guint8(tvb, offset+2); in dissect_ipa()
303 val_to_str(msg_type, ipa_protocol_vals, in dissect_ipa()
319 val_to_str(msg_type, ipa_protocol_vals, in dissect_ipa()
329 switch (msg_type) { in dissect_ipa()
[all …]
/dports/x11/py-i3ipc/i3ipc-2.2.1/i3ipc/
H A Dconnection.py105 def _pack(self, msg_type, payload): argument
139 return self._unpack(data), msg_type
146 data, msg_type = self._ipc_recv(sock)
438 msg_type = 1 << (msg_type & 0x7f)
442 if msg_type == EventType.WORKSPACE.value:
445 elif msg_type == EventType.OUTPUT.value:
448 elif msg_type == EventType.MODE.value:
451 elif msg_type == EventType.WINDOW.value:
457 elif msg_type == EventType.BINDING.value:
463 elif msg_type == EventType.TICK.value:
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/tools/
H A Dipc_messages_log.py66 msg_type = line[:msgstart_index] + 'MsgStart'
67 msg_start_table[msg_type.strip()] = count
115 def _ResolveMsg(msg_type, msg_map): argument
117 if msg_type in msg_map:
118 return msg_map[msg_type]
120 return '[Unknown message %d (0x%x)]x' % (msg_type, msg_type)
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/
H A Dipc_messages_log.py66 msg_type = line[:msgstart_index] + 'MsgStart'
67 msg_start_table[msg_type.strip()] = count
115 def _ResolveMsg(msg_type, msg_map): argument
117 if msg_type in msg_map:
118 return msg_map[msg_type]
120 return '[Unknown message %d (0x%x)]x' % (msg_type, msg_type)
/dports/comms/rtl-433/rtl_433-21.12/src/devices/
H A Dfineoffset_wh1080.c127 int msg_type; // 0=Weather 1=Datetime 2=UV/Light in fineoffset_wh1080_callback() local
201 msg_type = 0; // WH1080/3080 Weather msg in fineoffset_wh1080_callback()
204 msg_type = 1; // WH1080/3080 Datetime msg in fineoffset_wh1080_callback()
207 msg_type = 2; // WH3080 UV/Light msg in fineoffset_wh1080_callback()
263 if (msg_type == 0) { in fineoffset_wh1080_callback()
267 "subtype", "Msg type", DATA_INT, msg_type, in fineoffset_wh1080_callback()
280 else if (msg_type == 1) { in fineoffset_wh1080_callback()
288 "subtype", "Msg type", DATA_INT, msg_type, in fineoffset_wh1080_callback()
300 "subtype", "Msg type", DATA_INT, msg_type, in fineoffset_wh1080_callback()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/dbus-0.9.5/src/message/
H A Dmatchrule.rs11 pub msg_type: Option<MessageType>, field
44 if let Some(x) = self.msg_type { v.push(("type", msg_type_str(x))) }; in match_str()
72 if let Some(x) = self.msg_type { if x != msg.msg_type() { return false; }}; in matches()
92 m.msg_type = Some(MessageType::MethodCall); in new_method_call()
99 m.msg_type = Some(MessageType::Signal); in new_signal()
108 msg_type: self.msg_type, in static_clone()
167 self.msg_type = Some(ty); in with_type()
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/api/
H A Dallocate.c94 uint16_t msg_type, int timeout,
132 switch (resp_msg.msg_type) { in slurm_allocate_resources()
223 switch (resp_msg.msg_type) { in slurm_allocate_resources_blocking()
484 switch (resp_msg.msg_type) { in slurm_allocate_het_job_blocking()
716 switch (resp_msg.msg_type) { in _job_will_run_cluster()
756 switch (resp_msg.msg_type) { in slurm_job_step_create()
811 switch (resp_msg.msg_type) { in slurm_allocation_lookup()
858 switch (resp_msg.msg_type) { in slurm_het_job_lookup()
906 switch (resp_msg.msg_type) { in slurm_sbcast_lookup()
1177 if (msg->msg_type == msg_type) { in _handle_msg()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromecast/media/cdm/
H A Dchromecast_init_data.cc55 uint16_t msg_type; in FindChromecastInitData() local
56 RCHECK(reader.ReadBits(2 * 8, &msg_type)); in FindChromecastInitData()
57 RCHECK(msg_type < static_cast<uint16_t>(InitDataMessageType::END)); in FindChromecastInitData()
58 RCHECK(msg_type == static_cast<uint16_t>(type)); in FindChromecastInitData()
60 chromecast_init_data_out->type = static_cast<InitDataMessageType>(msg_type); in FindChromecastInitData()
/dports/net/hostapd-devel/hostap-14ab4a816/src/radius/
H A Dradius_client.c101 RadiusType msg_type; member
283 RadiusType msg_type, in radius_client_register() argument
294 if (msg_type == RADIUS_ACCT) { in radius_client_register()
340 int s, RadiusType msg_type) in radius_client_handle_send_error() argument
351 if (msg_type == RADIUS_ACCT || in radius_client_handle_send_error()
668 RadiusType msg_type, in radius_client_list_add() argument
691 entry->msg_type = msg_type; in radius_client_list_add()
758 if (msg_type == RADIUS_ACCT || msg_type == RADIUS_ACCT_INTERIM) { in radius_client_send()
832 if (msg_type == RADIUS_ACCT) { in radius_client_receive()
895 if ((req->msg_type == msg_type || in radius_client_receive()
[all …]

12345678910>>...169