Home
last modified time | relevance | path

Searched refs:pmsg (Results 1 – 25 of 1041) sorted by relevance

12345678910>>...42

/dports/sysutils/apcupsd/apcupsd-3.14.14/src/
H A Dapctest.c197 pmsg(dt); in ptime()
258 pmsg(buf); in apctest_error_out()
404 pmsg(buf); in print_bits()
418 pmsg("\n" in do_dumb_testing()
513 pmsg("\n"); in test1()
528 pmsg("\n"); in test2()
543 pmsg("\n"); in test3()
571 pmsg("\n"); in test4()
577 pmsg("\n"); in test4()
618 pmsg("\n"); in test5()
[all …]
/dports/sysutils/apcctrl/apcctrl-0.8.21/src/
H A Dapctest.c201 pmsg(dt); in ptime()
262 pmsg(buf); in apctest_error_out()
417 pmsg(buf); in print_bits()
431 pmsg("\n" in do_dumb_testing()
526 pmsg("\n"); in test1()
541 pmsg("\n"); in test2()
556 pmsg("\n"); in test3()
746 pmsg("\n" in do_smart_testing()
1175 pmsg("\n" in program_smart_eeprom()
3075 pmsg("\n" in brazil_setSchedule()
[all …]
/dports/sysutils/videogen/videogen-0.33/
H A Dcfg.y107 pmsg (VL_DEBUG, "[cfgfile] line %u: verbose mode on\n", lexer_num_lines);
113 pmsg (VL_DEBUG, "[cfgfile] line %u: verbose mode off\n", lexer_num_lines);
125 pmsg (VL_DEBUG, "[cfgfile] line %u: fbset mode on\n", lexer_num_lines);
130 pmsg (VL_DEBUG, "[cfgfile] line %u: fbset mode off\n", lexer_num_lines);
173 pmsg (VL_VERBOSE, "error at line %u: invalid parameter\n", lexer_num_lines);
195 pmsg (VL_VERBOSE, "error at line %u: invalid parameter\n", lexer_num_lines);
217 pmsg (VL_VERBOSE, "error at line %u: invalid parameter\n", lexer_num_lines);
239 pmsg (VL_VERBOSE, "error at line %u: invalid parameter\n", lexer_num_lines);
261 pmsg (VL_VERBOSE, "error at line %u: invalid parameter\n", lexer_num_lines);
283 pmsg (VL_VERBOSE, "error at line %u: invalid parameter\n", lexer_num_lines);
[all …]
H A Dvideogen.c115 pmsg (VL_VERBOSE, "command line syntax error\n"); in main()
134 pmsg (VL_VERBOSE, "reading configuration from file %s\n", cfgfile); in main()
144 pmsg (VL_DEBUG, "[main] stdin not open\n"); in main()
148 pmsg (VL_VERBOSE, "reading configuration from standard input\n"); in main()
170 pmsg (VL_VERBOSE, "error: no modes (resolutions) have been specified\n"); in main()
224 pmsg (VL_DEBUG, "[main] hsp: %u > %u\n", calc_hsp, CFG_NV_MAX_HSP); in main()
251 pmsg (VL_DEBUG, "[main] vsp: %u > %u\n", calc_vsp, CFG_NV_MAX_VSP); in main()
259 pmsg (VL_DEBUG, "[main] dump 1: hsp=%u vsp=%u\n\n", calc_hsp, calc_vsp); in main()
263 pmsg (VL_DEBUG, "[main] dc: %f > %f\n", calc_dc, max_dotclk); in main()
272 pmsg (VL_DEBUG, "[main] dump 2: hsp=%u vsp=%u\n\n", calc_hsp, calc_vsp); in main()
[all …]
H A Dcfg.tab.c1052 pmsg (VL_DEBUG, "[cfgfile] line %u: verbose mode on\n", lexer_num_lines); in yyparse()
1058 pmsg (VL_DEBUG, "[cfgfile] line %u: verbose mode off\n", lexer_num_lines); in yyparse()
1071 pmsg (VL_DEBUG, "[cfgfile] line %u: fbset mode on\n", lexer_num_lines); in yyparse()
1076 pmsg (VL_DEBUG, "[cfgfile] line %u: fbset mode off\n", lexer_num_lines); in yyparse()
1121 pmsg (VL_VERBOSE, "error at line %u: invalid parameter\n", lexer_num_lines); in yyparse()
1144 pmsg (VL_VERBOSE, "error at line %u: invalid parameter\n", lexer_num_lines); in yyparse()
1167 pmsg (VL_VERBOSE, "error at line %u: invalid parameter\n", lexer_num_lines); in yyparse()
1190 pmsg (VL_VERBOSE, "error at line %u: invalid parameter\n", lexer_num_lines); in yyparse()
1213 pmsg (VL_VERBOSE, "error at line %u: invalid parameter\n", lexer_num_lines); in yyparse()
1236 pmsg (VL_VERBOSE, "error at line %u: invalid parameter\n", lexer_num_lines); in yyparse()
[all …]
H A Dargs.c92 pmsg (VL_DEBUG, "[cmdline] arg %u: verbose mode on\n", ap->aindex); in arg_action()
98 pmsg (VL_DEBUG, "[cmdline] arg %u: verbose mode off\n", ap->aindex); in arg_action()
130 pmsg (VL_DEBUG, "[cmdline] arg %u: config file set to %s\n", ap->aindex, cfgfile); in arg_action()
145 pmsg (VL_DEBUG, "[cmdline] arg %u: added mode %ux%u\n", ap->aindex, x_uint, y_uint); in arg_action()
217 pmsg (VL_DEBUG, "[cmdline] arg %u: max_hfreq = %0.1f kHz\n", ap->aindex, x_double); in arg_action()
250 pmsg (VL_DEBUG, "[cmdline] arg %u: max_vfreq = %0.1f Hz\n", ap->aindex, x_double); in arg_action()
316 pmsg (VL_DEBUG, "[cmdline] arg %u: hvisible = %0.0f %\n", ap->aindex, x_double); in arg_action()
349 pmsg (VL_DEBUG, "[cmdline] arg %u: vvisible = %0.0f %\n", ap->aindex, x_double); in arg_action()
448 pmsg (VL_DEBUG, "[cmdline] arg %u: hsync = %0.1f usec\n", ap->aindex, x_double); in arg_action()
547 pmsg (VL_DEBUG, "[cmdline] arg %u: vsync = %0.0f usec\n", ap->aindex, x_double); in arg_action()
[all …]
/dports/net/osrtspproxy/osrtspproxy_2_0/rtspproxy/
H A Drtspproxy.cpp77 m_pprot->SendRequest( pmsg ); in sendRequest()
317 delete pmsg; in Close()
565 sendRequest( pmsg); in OnConnectDone()
566 delete pmsg; in OnConnectDone()
597 delete pmsg; in SendClientConnectionError()
649 assert( pmsg ); in PassToClient()
682 assert( pmsg ); in PassToClient()
706 assert( pmsg ); in PassToServer()
764 assert( pmsg ); in PassToServer()
807 assert( pmsg ); in PassSetupRequestMsgToServer()
[all …]
H A Drtspproxy.h37 void sendRequest( CRtspRequestMsg* pmsg );
38 void sendResponse( CRtspResponseMsg* pmsg );
40 void sendSetupResponse( CRtspResponseMsg* pmsg );
55 virtual void OnPauseRequest( CRtspRequestMsg* pmsg );
56 virtual void OnPlayRequest( CRtspRequestMsg* pmsg );
57 virtual void OnRecordRequest( CRtspRequestMsg* pmsg );
106 void sendRequest( CRtspRequestMsg* pmsg );
107 void sendResponse( CRtspResponseMsg* pmsg );
115 void AddRtspMsgToQueue( CRtspRequestMsg * pmsg );
216 void PassToServer( CRtspRequestMsg* pmsg );
[all …]
/dports/databases/twemproxy/twemproxy-0.5.0/src/
H A Dnc_response.c75 pmsg = msg->peer; in rsp_make_error()
77 ASSERT(!pmsg->request && pmsg->peer == msg); in rsp_make_error()
185 ASSERT(pmsg->request && !pmsg->done); in rsp_filter()
249 ASSERT(pmsg != NULL && pmsg->peer == NULL); in rsp_forward()
250 ASSERT(pmsg->request && !pmsg->done); in rsp_forward()
253 pmsg->done = 1; in rsp_forward()
303 if (pmsg == NULL || !req_done(conn, pmsg)) { in rsp_send_next()
325 if (pmsg == NULL || !req_done(conn, pmsg)) { in rsp_send_next()
329 ASSERT(pmsg->request && !pmsg->swallow); in rsp_send_next()
366 ASSERT(pmsg->done && !pmsg->swallow); in rsp_send_done()
[all …]
/dports/science/axom/axom-0.6.1/src/axom/sidre/examples/lulesh2/
H A Dlulesh-comm.cc118 ++pmsg ; in CommRecv()
127 ++pmsg ; in CommRecv()
136 ++pmsg ; in CommRecv()
145 ++pmsg ; in CommRecv()
154 ++pmsg ; in CommRecv()
163 ++pmsg ; in CommRecv()
428 ++pmsg ; in CommSend()
444 ++pmsg ; in CommSend()
467 ++pmsg ; in CommSend()
485 ++pmsg ; in CommSend()
[all …]
/dports/science/axom/axom-0.6.1/src/axom/slam/examples/lulesh2.0.3/
H A Dlulesh-comm.cpp167 ++pmsg; in CommRecv()
177 ++pmsg; in CommRecv()
187 ++pmsg; in CommRecv()
197 ++pmsg; in CommRecv()
207 ++pmsg; in CommRecv()
217 ++pmsg; in CommRecv()
514 ++pmsg; in CommSend()
533 ++pmsg; in CommSend()
561 ++pmsg; in CommSend()
583 ++pmsg; in CommSend()
[all …]
/dports/science/axom/axom-0.6.1/src/axom/slam/examples/lulesh2.0.3_orig/
H A Dlulesh-comm.cc113 ++pmsg ; in CommRecv()
122 ++pmsg ; in CommRecv()
131 ++pmsg ; in CommRecv()
140 ++pmsg ; in CommRecv()
149 ++pmsg ; in CommRecv()
158 ++pmsg ; in CommRecv()
423 ++pmsg ; in CommSend()
439 ++pmsg ; in CommSend()
462 ++pmsg ; in CommSend()
480 ++pmsg ; in CommSend()
[all …]
/dports/science/ascent/ascent-0.7.1-66-gbcf2742a/src/examples/proxies/lulesh2.0.3/
H A Dlulesh-comm.cc113 ++pmsg ; in CommRecv()
122 ++pmsg ; in CommRecv()
131 ++pmsg ; in CommRecv()
140 ++pmsg ; in CommRecv()
149 ++pmsg ; in CommRecv()
158 ++pmsg ; in CommRecv()
423 ++pmsg ; in CommSend()
439 ++pmsg ; in CommSend()
462 ++pmsg ; in CommSend()
480 ++pmsg ; in CommSend()
[all …]
/dports/misc/lifelines/lifelines-3.1.1/src/gedlib/
H A Dvalid.c63 *pmsg = _(qSbademp); in valid_indi_tree()
67 *pmsg = _(qSbadin0); in valid_indi_tree()
71 *pmsg = _(qSbadmul); in valid_indi_tree()
81 *pmsg = _(qSbadenm); in valid_indi_tree()
94 *pmsg = _(qSbadfmc); in valid_indi_tree()
142 *pmsg = _(qSbademp); in valid_fam_tree()
146 *pmsg = _(qSbadfm0); in valid_fam_tree()
150 *pmsg = _(qSbadmul); in valid_fam_tree()
227 *pmsg = NULL; in valid_sour_tree()
248 *pmsg = NULL; in valid_even_tree()
[all …]
/dports/net/osrtspproxy/osrtspproxy_2_0/librtsp/
H A Drtspprot.h63 virtual void OnDescribeRequest( CRtspRequestMsg* pmsg ) = 0;
64 virtual void OnAnnounceRequest( CRtspRequestMsg* pmsg ) = 0;
65 virtual void OnGetParamRequest( CRtspRequestMsg* pmsg ) = 0;
67 virtual void OnOptionsRequest( CRtspRequestMsg* pmsg ) = 0;
68 virtual void OnPauseRequest( CRtspRequestMsg* pmsg ) = 0;
69 virtual void OnPlayRequest( CRtspRequestMsg* pmsg ) = 0;
70 virtual void OnRecordRequest( CRtspRequestMsg* pmsg ) = 0;
72 virtual void OnSetupRequest( CRtspRequestMsg* pmsg ) = 0;
82 virtual void OnPlayResponse( CRtspResponseMsg* pmsg ) = 0;
101 void SendRequest( CRtspRequestMsg* pmsg );
[all …]
H A Drtspprot.cpp169 assert_or_ret( pmsg ); in SendRequest()
178 pmsg->SetHdr( "CSeq", buf ); in SendRequest()
185 CPCHAR pVerb = pmsg->GetVerbStr(); in SendRequest()
186 CPCHAR pUrl = pmsg->GetUrl(); in SendRequest()
187 size_t nHdrLen = pmsg->GetHdrLen(); in SendRequest()
188 size_t nBufLen = pmsg->GetBufLen(); in SendRequest()
335 m_pmsg = pmsg; in handleReadCmd()
377 pmsg->SetVerb( pVerb ); in handleReadCmd()
378 pmsg->SetUrl( pUrl ); in handleReadCmd()
379 m_pmsg = pmsg; in handleReadCmd()
[all …]
/dports/net/kamailio/kamailio-5.4.5/src/modules/mohqueue/
H A Dmohq_funcs.c362 end_RTP (pmsg, pcall); in bye_msg()
460 end_RTP (pmsg, pcall); in close_call()
558 if (pmsg->contact) in create_call()
802 if (!pmsg->callid) in find_call()
904 pmsg->new_uri.s ? &pmsg->new_uri : &pmsg->first_line.u.request.uri; in find_queue()
1044 if (parse_sdp (pmsg)) in first_invite_msg()
1057 if (pmsg->allow) in first_invite_msg()
1100 end_RTP (pmsg, pcall); in first_invite_msg()
1484 pbody->len = pmsg->len - (int)(pfrag - pmsg->buf); in notify_msg()
1795 if (parse_sdp (pmsg)) in reinvite_msg()
[all …]
/dports/multimedia/spook/spook-20050207/
H A Dpmsg.h8 struct pmsg { struct
28 char *add_pmsg_string( struct pmsg *msg, char *s ); argument
29 int parse_pmsg( struct pmsg *msg );
30 char *get_header( struct pmsg *msg, char *name );
31 int add_header( struct pmsg *msg, char *name, char *value );
32 int add_header_printf( struct pmsg *msg, char *name, char *fmt, ... );
33 int replace_header( struct pmsg *msg, char *name, char *value );
34 int copy_headers( struct pmsg *dest, struct pmsg *src, char *name );
36 struct pmsg *new_pmsg( int size );
37 void free_pmsg( struct pmsg *msg );
[all …]
/dports/net/frr7-pythontools/frr-frr-7.5.1/bgpd/
H A Dbgp_mplsvpn.h92 if (pmsg) in vpn_leak_to_vpn_active()
102 if (pmsg) in vpn_leak_to_vpn_active()
109 if (pmsg) in vpn_leak_to_vpn_active()
117 if (pmsg) in vpn_leak_to_vpn_active()
125 if (pmsg) in vpn_leak_to_vpn_active()
135 if (pmsg) in vpn_leak_to_vpn_active()
149 if (pmsg) in vpn_leak_from_vpn_active()
155 if (pmsg) in vpn_leak_from_vpn_active()
165 if (pmsg) in vpn_leak_from_vpn_active()
172 if (pmsg) in vpn_leak_from_vpn_active()
[all …]
/dports/net/frr7/frr-frr-7.5.1/bgpd/
H A Dbgp_mplsvpn.h92 if (pmsg) in vpn_leak_to_vpn_active()
102 if (pmsg) in vpn_leak_to_vpn_active()
109 if (pmsg) in vpn_leak_to_vpn_active()
117 if (pmsg) in vpn_leak_to_vpn_active()
125 if (pmsg) in vpn_leak_to_vpn_active()
135 if (pmsg) in vpn_leak_to_vpn_active()
149 if (pmsg) in vpn_leak_from_vpn_active()
155 if (pmsg) in vpn_leak_from_vpn_active()
165 if (pmsg) in vpn_leak_from_vpn_active()
172 if (pmsg) in vpn_leak_from_vpn_active()
[all …]
/dports/net/freediameter/freeDiameter-1.5.0/extensions/rt_busypeers/
H A Drtbusy.c56 TRACE_ENTRY("%p(%p) %d %p %p", pmsg, pmsg?*pmsg:NULL, is_req, sentto, oh); in rt_busy_process_busy()
59 qry = *pmsg; in rt_busy_process_busy()
61 CHECK_FCT( fd_msg_answ_getq( *pmsg, &qry ) ); in rt_busy_process_busy()
103 CHECK_FCT( fd_msg_answ_detach(*pmsg) ); in rt_busy_process_busy()
104 CHECK_FCT( fd_msg_free(*pmsg) ); in rt_busy_process_busy()
105 *pmsg = qry; in rt_busy_process_busy()
121 CHECK_FCT( fd_msg_send(pmsg, NULL, NULL) ); in rt_busy_process_busy()
138 CHECK_FCT( fd_msg_send(pmsg, NULL, NULL) ); in rt_busy_process_busy()
154 static int rtbusy_fwd_cb(void * cbdata, struct msg ** pmsg) in rtbusy_fwd_cb() argument
163 CHECK_FCT( fd_msg_hdr(*pmsg, &hdr) ); in rtbusy_fwd_cb()
[all …]
/dports/net/yami4/yami4-gpl-1.11.0/src/python3/
H A Dyami4py.cpp1227 unsigned long long pmsg; in yami4py_destroy_outgoing_message() local
1241 unsigned long long pmsg; in yami4py_outgoing_message_get_state() local
1255 unsigned long long pmsg; in yami4py_outgoing_message_wait_for_transmission() local
1276 unsigned long long pmsg; in yami4py_outgoing_message_wait_for_completion() local
1297 unsigned long long pmsg; in yami4py_outgoing_message_get_raw_reply() local
1311 unsigned long long pmsg; in yami4py_outgoing_message_get_exception_msg() local
1325 unsigned long long pmsg; in yami4py_incoming_message_get_source() local
1339 unsigned long long pmsg; in yami4py_incoming_message_get_object_name() local
1353 unsigned long long pmsg; in yami4py_incoming_message_get_message_name() local
1367 unsigned long long pmsg; in yami4py_incoming_message_get_raw_content() local
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/staging/rtl8192u/
H A Dr819xU_cmdpkt.c221 rx_intr_status.length = pmsg[1]; in cmpk_handle_interrupt_status()
282 rx_query_cfg.cfg_type = (pmsg[4] & 0x60) >> 5; in cmpk_handle_query_config_rx()
283 rx_query_cfg.cfg_size = (pmsg[4] & 0x18) >> 3; in cmpk_handle_query_config_rx()
284 rx_query_cfg.cfg_page = (pmsg[6] & 0x0F) >> 0; in cmpk_handle_query_config_rx()
285 rx_query_cfg.cfg_offset = pmsg[7]; in cmpk_handle_query_config_rx()
286 rx_query_cfg.value = (pmsg[8] << 24) | (pmsg[9] << 16) | in cmpk_handle_query_config_rx()
287 (pmsg[10] << 8) | (pmsg[11] << 0); in cmpk_handle_query_config_rx()
288 rx_query_cfg.mask = (pmsg[12] << 24) | (pmsg[13] << 16) | in cmpk_handle_query_config_rx()
289 (pmsg[14] << 8) | (pmsg[15] << 0); in cmpk_handle_query_config_rx()
418 ptemp = (u32 *)pmsg; in cmpk_handle_tx_rate_history()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/staging/rtl8192u/
H A Dr819xU_cmdpkt.c221 rx_intr_status.length = pmsg[1]; in cmpk_handle_interrupt_status()
282 rx_query_cfg.cfg_type = (pmsg[4] & 0x60) >> 5; in cmpk_handle_query_config_rx()
283 rx_query_cfg.cfg_size = (pmsg[4] & 0x18) >> 3; in cmpk_handle_query_config_rx()
284 rx_query_cfg.cfg_page = (pmsg[6] & 0x0F) >> 0; in cmpk_handle_query_config_rx()
285 rx_query_cfg.cfg_offset = pmsg[7]; in cmpk_handle_query_config_rx()
286 rx_query_cfg.value = (pmsg[8] << 24) | (pmsg[9] << 16) | in cmpk_handle_query_config_rx()
287 (pmsg[10] << 8) | (pmsg[11] << 0); in cmpk_handle_query_config_rx()
288 rx_query_cfg.mask = (pmsg[12] << 24) | (pmsg[13] << 16) | in cmpk_handle_query_config_rx()
289 (pmsg[14] << 8) | (pmsg[15] << 0); in cmpk_handle_query_config_rx()
418 ptemp = (u32 *)pmsg; in cmpk_handle_tx_rate_history()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/staging/rtl8192u/
H A Dr819xU_cmdpkt.c221 rx_intr_status.length = pmsg[1]; in cmpk_handle_interrupt_status()
282 rx_query_cfg.cfg_type = (pmsg[4] & 0x60) >> 5; in cmpk_handle_query_config_rx()
283 rx_query_cfg.cfg_size = (pmsg[4] & 0x18) >> 3; in cmpk_handle_query_config_rx()
284 rx_query_cfg.cfg_page = (pmsg[6] & 0x0F) >> 0; in cmpk_handle_query_config_rx()
285 rx_query_cfg.cfg_offset = pmsg[7]; in cmpk_handle_query_config_rx()
286 rx_query_cfg.value = (pmsg[8] << 24) | (pmsg[9] << 16) | in cmpk_handle_query_config_rx()
287 (pmsg[10] << 8) | (pmsg[11] << 0); in cmpk_handle_query_config_rx()
288 rx_query_cfg.mask = (pmsg[12] << 24) | (pmsg[13] << 16) | in cmpk_handle_query_config_rx()
289 (pmsg[14] << 8) | (pmsg[15] << 0); in cmpk_handle_query_config_rx()
418 ptemp = (u32 *)pmsg; in cmpk_handle_tx_rate_history()
[all …]

12345678910>>...42