Home
last modified time | relevance | path

Searched refs:msg_panic (Results 1 – 25 of 264) sorted by relevance

1234567891011

/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Dstrip_addr.c139 msg_panic("strip_addr botch 1"); in main()
143 msg_panic("strip_addr botch 2"); in main()
145 msg_panic("strip_addr botch 3"); in main()
149 msg_panic("strip_addr botch 4"); in main()
153 msg_panic("strip_addr botch 5"); in main()
155 msg_panic("strip_addr botch 6"); in main()
159 msg_panic("strip_addr botch 7"); in main()
163 msg_panic("strip_addr botch 8"); in main()
165 msg_panic("strip_addr botch 9"); in main()
169 msg_panic("strip_addr botch 10"); in main()
[all …]
H A Dmail_conf_time.c140 msg_panic("parameter %s: missing time unit in default value: %s", in get_def_time_unit()
145 msg_panic("parameter %s: bad time unit in default value: %s", in get_def_time_unit()
164 msg_panic("get_mail_conf_time: parameter not found: %s", name); in get_mail_conf_time()
181 msg_panic("get_mail_conf_time2: parameter not found: %s", name); in get_mail_conf_time2()
206 msg_panic("%s: output error for %%ds", myname); in set_mail_conf_time_int()
208 msg_panic("%s: output for %%ds exceeds space %ld", in set_mail_conf_time_int()
H A Dmail_conf_nint.c145 msg_panic("get_mail_conf_nint: parameter not found: %s", name); in get_mail_conf_nint()
162 msg_panic("get_mail_conf_nint2: parameter not found: %s", name); in get_mail_conf_nint2()
180 msg_panic("get_mail_conf_nint_fn: parameter not found: %s", name); in get_mail_conf_nint_fn()
204 msg_panic("%s: output error for %%d", myname); in set_mail_conf_nint_int()
206 msg_panic("%s: output for %%d exceeds space %ld", in set_mail_conf_nint_int()
/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dnbbio.c177 msg_panic("%s: socket fd=%d: read buffer is full", in nbbio_event()
180 msg_panic("%s: socket fd=%d: bad pending read count %ld", in nbbio_event()
213 msg_panic("%s: socket fd=%d: empty write buffer", myname, np->fd); in nbbio_event()
215 msg_panic("%s: socket fd=%d: bad pending write count %ld", in nbbio_event()
252 msg_panic("%s: unknown event %d", myname, event); in nbbio_event()
273 msg_panic("%s: socket fd=%d is enabled for %s", in nbbio_enable_read()
276 msg_panic("%s: socket fd=%d: bad timeout %d", in nbbio_enable_read()
279 msg_panic("%s: socket fd=%d: read buffer is full", in nbbio_enable_read()
302 msg_panic("%s: socket fd=%d is enabled for %s", in nbbio_enable_write()
305 msg_panic("%s: socket fd=%d: bad timeout %d", in nbbio_enable_write()
[all …]
H A Dmymalloc.c117 msg_panic("%s: null pointer input", fname); \
120 msg_panic("%s: corrupt or unallocated memory block", fname); \
123 msg_panic("%s: corrupt memory block length", fname); \
163 msg_panic("mymalloc: requested length %ld", (long) len); in mymalloc()
193 msg_panic("myrealloc: requested length %ld", (long) len); in myrealloc()
232 msg_panic("mystrdup: null pointer argument"); in mystrdup()
238 msg_panic("mystrdup: string length >= SSIZE_T_MAX"); in mystrdup()
250 msg_panic("mystrndup: null pointer argument"); in mystrndup()
252 msg_panic("mystrndup: requested length %ld", (long) len); in mystrndup()
269 msg_panic("mymemdup: null pointer argument"); in mymemdup()
H A Dvstream.c703 msg_panic("%s: attempt to shrink buffer", myname); in vstream_buf_alloc()
705 msg_panic("%s: unable to extend fixed-size buffer", myname); in vstream_buf_alloc()
760 msg_panic("%s: read-only stream", myname); in vstream_fflush_some()
770 msg_panic("%s: read/write stream", myname); in vstream_fflush_some()
778 msg_panic("%s: bad to_flush %ld", myname, (long) to_flush); in vstream_fflush_some()
780 msg_panic("%s: to_flush < left_over", myname); in vstream_fflush_some()
868 msg_panic("vstream_fflush_delayed: bad flags"); in vstream_fflush_delayed()
930 msg_panic("%s: read/write stream", myname); in vstream_buf_get_ready()
1052 msg_panic("%s: read/write stream", myname); in vstream_buf_put_ready()
1090 msg_panic("%s: read-only stream", myname); in vstream_buf_space()
[all …]
H A Dspawn_command.c149 msg_panic("%s: specify SPAWN_CMD_ARGV or SPAWN_CMD_COMMAND", in get_spawn_args()
155 msg_panic("%s: specify SPAWN_CMD_ARGV or SPAWN_CMD_COMMAND", in get_spawn_args()
171 msg_panic("spawn_command: request with reserved user ID: -1"); in get_spawn_args()
176 msg_panic("spawn_command: request with reserved group ID: -1"); in get_spawn_args()
191 msg_panic("%s: unknown key: %d", myname, key); in get_spawn_args()
195 msg_panic("%s: missing SPAWN_CMD_ARGV or SPAWN_CMD_COMMAND", myname); in get_spawn_args()
197 msg_panic("%s: SPAWN_CMD_ARGV cannot be used with SPAWN_CMD_SHELL", in get_spawn_args()
H A Dvbuf_print.c116 msg_panic("%s: output error for '%s'", myname, mystrdup(fmt)); \
118 msg_panic("%s: output for '%s' exceeds space %ld", \
213 msg_panic("%s: bad width %d... in %.50s", in vbuf_print()
236 msg_panic("%s: bad precision %d... in %.50s", in vbuf_print()
261 msg_panic("%s: %%l%c is not supported", myname, *cp); in vbuf_print()
272 msg_panic("%s: %%l%c is not supported", myname, *cp); in vbuf_print()
300 msg_panic("%s: %%l%c is not supported", myname, *cp); in vbuf_print()
305 msg_panic("vbuf_print: unknown format type: %c", *cp); in vbuf_print()
H A Dvstream_popen.c152 msg_panic("%s: got VSTREAM_POPEN_ARGV and VSTREAM_POPEN_COMMAND", myname); in vstream_parse_args()
157 msg_panic("%s: got VSTREAM_POPEN_ARGV and VSTREAM_POPEN_COMMAND", myname); in vstream_parse_args()
181 msg_panic("%s: unknown key: %d", myname, key); in vstream_parse_args()
186 msg_panic("%s: missing VSTREAM_POPEN_ARGV or VSTREAM_POPEN_COMMAND", myname); in vstream_parse_args()
188 msg_panic("%s: privileged uid", myname); in vstream_parse_args()
190 msg_panic("%s: privileged gid", myname); in vstream_parse_args()
292 msg_panic("vstream_pclose: stream has no process"); in vstream_pclose()
H A Dip_match.c165 msg_panic("%s: malformed byte-code header", myname); in ip_match_dump()
206 msg_panic("%s: unexpected byte code (decimal %d) " in ip_match_dump()
220 msg_panic("%s: unexpected byte code (decimal %d) after \"%s\"", in ip_match_dump()
229 msg_panic("%s: unexpected byte code (decimal %d) after \"%s\"", in ip_match_dump()
234 msg_panic("%s: truncated byte code after \"%s\"", in ip_match_dump()
287 msg_panic("%s: malformed byte-code header (decimal %d)", in ip_match_execute()
335 msg_panic("%s: unexpected byte code (decimal %d) " in ip_match_execute()
350 msg_panic("%s: unexpected byte code (decimal %d) after \"%s\"", in ip_match_execute()
H A Dvstring.c362 msg_panic("vstring_buf_space: bad length %ld", (long) len); in vstring_buf_space()
379 msg_panic("vstring_alloc: bad length %ld", (long) len); in vstring_alloc()
415 msg_panic("vstring_ctl: unknown code: %d", code); in vstring_ctl()
445 msg_panic("vstring_set_payload_size: invalid offset: %ld", (long) len); in vstring_set_payload_size()
447 msg_panic("vstring_set_payload_size: no safety null byte"); in vstring_set_payload_size()
549 msg_panic("vstring_insert: bad start %ld", (long) start); in vstring_insert()
551 msg_panic("vstring_insert: bad length %ld", (long) len); in vstring_insert()
576 msg_panic("vstring_prepend: bad length %ld", (long) len); in vstring_prepend()
H A Dattr_clnt.c218 msg_panic("%s: unexpected attribute type %d", in attr_clnt_request()
277 msg_panic("%s: bad request limit: %d", in attr_clnt_control()
286 msg_panic("%s: bad retry limit: %d", myname, client->try_limit); in attr_clnt_control()
293 msg_panic("%s: bad retry delay: %d", myname, client->try_delay); in attr_clnt_control()
298 msg_panic("%s: bad name %d", myname, name); in attr_clnt_control()
H A Ddir_forest.c76 msg_panic("%s: empty path", myname); in dir_forest()
78 msg_panic("%s: depth %d", myname, depth); in dir_forest()
101 msg_panic("%s: invalid pathname: %s", myname, path); in dir_forest()
/netbsd-src/external/ibm-public/postfix/dist/src/qmgr/
H A Dqmgr_queue.c147 msg_panic("%s: bad queue status: %s", myname, QMGR_QUEUE_STATUS(queue)); in qmgr_queue_resume()
187 msg_panic("%s: bad queue status: %s", myname, QMGR_QUEUE_STATUS(queue)); in qmgr_queue_suspend()
189 msg_panic("%s: queue is busy", myname); in qmgr_queue_suspend()
230 msg_panic("%s: bad queue status: %s", myname, QMGR_QUEUE_STATUS(queue)); in qmgr_queue_unthrottle()
247 msg_panic("%s: queue %s: window 0 status 0", myname, queue->name); in qmgr_queue_unthrottle()
307 msg_panic("%s: bad queue status: %s", myname, QMGR_QUEUE_STATUS(queue)); in qmgr_queue_throttle()
309 msg_panic("%s: queue %s: spurious reason %s", in qmgr_queue_throttle()
382 msg_panic("%s: refcount: %d", myname, in qmgr_queue_done()
385 msg_panic("%s: queue not empty: %s", myname, queue->name); in qmgr_queue_done()
387 msg_panic("%s: bad queue status: %s", myname, QMGR_QUEUE_STATUS(queue)); in qmgr_queue_done()
[all …]
H A Dqmgr_entry.c217 msg_panic("%s: queue %s entry is busy", myname, src_queue->name); in qmgr_entry_move_todo()
219 msg_panic("%s: destination queue %s is throttled", myname, dst_queue->name); in qmgr_entry_move_todo()
221 msg_panic("%s: destination transport %s is throttled", in qmgr_entry_move_todo()
264 msg_panic("%s: file is open", myname); in qmgr_entry_done()
274 msg_panic("%s: bad queue spec: %d", myname, which); in qmgr_entry_done()
313 msg_panic("%s: queue %s/%s: window %d > 1 on rate-limited service", in qmgr_entry_done()
371 msg_panic("qmgr_entry_create: dead queue: %s", queue->name); in qmgr_entry_create()
H A Dqmgr_transport.c205 msg_panic("%s: transport %s: null reason", in qmgr_transport_unthrottle()
233 msg_panic("%s: transport %s: spurious reason: %s", in qmgr_transport_throttle()
293 msg_panic("transport_event: missing rate lock for transport %s", in qmgr_transport_event()
354 msg_panic("qmgr_transport: dead transport: %s", transport->name); in qmgr_transport_alloc()
356 msg_panic("qmgr_transport: rate-locked transport: %s", transport->name); in qmgr_transport_alloc()
358 msg_panic("qmgr_transport: excess allocation: %s", transport->name); in qmgr_transport_alloc()
422 msg_panic("qmgr_transport_create: transport exists: %s", name); in qmgr_transport_create()
/netbsd-src/external/ibm-public/postfix/dist/src/oqmgr/
H A Dqmgr_queue.c141 msg_panic("%s: bad queue status: %s", myname, QMGR_QUEUE_STATUS(queue)); in qmgr_queue_resume()
170 msg_panic("%s: bad queue status: %s", myname, QMGR_QUEUE_STATUS(queue)); in qmgr_queue_suspend()
172 msg_panic("%s: queue is busy", myname); in qmgr_queue_suspend()
213 msg_panic("%s: bad queue status: %s", myname, QMGR_QUEUE_STATUS(queue)); in qmgr_queue_unthrottle()
230 msg_panic("%s: queue %s: window 0 status 0", myname, queue->name); in qmgr_queue_unthrottle()
290 msg_panic("%s: bad queue status: %s", myname, QMGR_QUEUE_STATUS(queue)); in qmgr_queue_throttle()
292 msg_panic("%s: queue %s: spurious reason %s", in qmgr_queue_throttle()
386 msg_panic("%s: refcount: %d", myname, in qmgr_queue_done()
389 msg_panic("%s: queue not empty: %s", myname, queue->name); in qmgr_queue_done()
391 msg_panic("%s: bad queue status: %s", myname, QMGR_QUEUE_STATUS(queue)); in qmgr_queue_done()
[all …]
H A Dqmgr_entry.c190 msg_panic("%s: queue %s entry is busy", myname, src->name); in qmgr_entry_move_todo()
192 msg_panic("%s: destination queue %s is throttled", myname, dst->name); in qmgr_entry_move_todo()
194 msg_panic("%s: destination transport %s is throttled", in qmgr_entry_move_todo()
225 msg_panic("%s: file is open", myname); in qmgr_entry_done()
233 msg_panic("%s: bad queue spec: %d", myname, which); in qmgr_entry_done()
256 msg_panic("%s: queue %s/%s: window %d > 1 on rate-limited service", in qmgr_entry_done()
314 msg_panic("qmgr_entry_create: dead queue: %s", queue->name); in qmgr_entry_create()
H A Dqmgr_transport.c200 msg_panic("%s: transport %s: null reason", in qmgr_transport_unthrottle()
228 msg_panic("%s: transport %s: spurious reason: %s", in qmgr_transport_throttle()
288 msg_panic("transport_event: missing rate lock for transport %s", in qmgr_transport_event()
349 msg_panic("qmgr_transport: dead transport: %s", transport->name); in qmgr_transport_alloc()
351 msg_panic("qmgr_transport: rate-locked transport: %s", transport->name); in qmgr_transport_alloc()
353 msg_panic("qmgr_transport: excess allocation: %s", transport->name); in qmgr_transport_alloc()
417 msg_panic("qmgr_transport_create: transport exists: %s", name); in qmgr_transport_create()
/netbsd-src/external/ibm-public/postfix/dist/src/smtpd/
H A Dsmtpd_proxy.c512 msg_panic("%s: proxy error %d without proxy handle", myname, err); in smtpd_proxy_rdwr_error()
528 msg_panic("%s: unknown proxy %s error %d", in smtpd_proxy_rdwr_error()
556 msg_panic("%s: no before-queue filter speed-adjust log", myname); in smtpd_proxy_replay_send()
619 msg_panic("%s: malformed server reply type: %s", in smtpd_proxy_replay_send()
630 msg_panic("%s: missing server reply type", myname); in smtpd_proxy_replay_send()
648 msg_panic("%s: unexpected record type; %d", myname, rec_type); in smtpd_proxy_replay_send()
834 msg_panic("%s: attempt to use closed stream", myname); in smtpd_proxy_save_rec_put()
842 msg_panic("%s: need REC_TYPE_NORM or REC_TYPE_CONT", myname); in smtpd_proxy_save_rec_put()
879 msg_panic("%s: need REC_TYPE_NORM or REC_TYPE_CONT", myname); in smtpd_proxy_rec_put()
896 msg_panic("%s: attempt to use closed stream", myname); in smtpd_proxy_save_rec_fprintf()
[all …]
/netbsd-src/external/ibm-public/postfix/dist/src/postconf/
H A Dpostconf_unused.c71 msg_panic("%s: global parameter table is not initialized", myname); in pcf_flag_unused_parameters()
78 msg_panic("%s: parameter dictionary %s has no iterator", in pcf_flag_unused_parameters()
105 msg_panic("%s: parameter dictionary %s not found", in pcf_flag_unused_main_parameters()
122 msg_panic("%s: master table is not initialized", myname); in pcf_flag_unused_master_parameters()
H A Dpostconf_user.c272 msg_panic("%s: parameter dictionary %s not found", in pcf_scan_user_parameter_namespace()
275 msg_panic("%s: parameter dictionary %s has no iterator", in pcf_scan_user_parameter_namespace()
292 msg_panic("%s: can't delete %s/%s parameter entry for %s", in pcf_scan_user_parameter_namespace()
340 msg_panic("%s: parameter %s has no default value", in pcf_scan_default_parameter_values()
367 msg_panic("%s: global parameter table is not initialized", myname); in pcf_register_user_parameters()
369 msg_panic("%s: master table is not initialized", myname); in pcf_register_user_parameters()
371 msg_panic("%s: restriction class table is already initialized", myname); in pcf_register_user_parameters()
/netbsd-src/external/ibm-public/postfix/dist/src/master/
H A Dmaster_ent.c139 msg_panic("%s: configuration file still open", myname); in set_master_ent()
141 msg_panic("%s: no configuration file specified", myname); in set_master_ent()
146 msg_panic("%s: service disable list still exists", myname); in set_master_ent()
166 msg_panic("%s: configuration file not open", myname); in end_master_ent()
171 msg_panic("%s: no service disable list", myname); in end_master_ent()
197 msg_panic("%s: no configuration file specified", myname); in fatal_with_context()
286 msg_panic("get_master_ent: config file not open"); in get_master_ent()
288 msg_panic("get_master_ent: no service disable list"); in get_master_ent()
471 msg_panic("bad transport type: %d", serv->type); in get_master_ent()
497 < compat_level_from_string(COMPAT_LEVEL_1, msg_panic) ? in get_master_ent()
H A Dmaster_status.c90 msg_panic("%s: read EOF status", myname); in master_status_event()
124 msg_panic("%s: pointer corruption: %p != %p", in master_status_event()
160 msg_panic("%s: status events already enabled", myname); in master_status_init()
187 msg_panic("%s: status events not enabled", myname); in master_status_cleanup()
/netbsd-src/external/ibm-public/postfix/dist/src/bounce/
H A Dbounce_cleanup.c115 msg_panic("%s: no cleanup context", myname); in bounce_cleanup_log()
147 msg_panic("%s: nested call", myname); in bounce_cleanup_register()
169 msg_panic("%s: no cleanup context", myname); in bounce_cleanup_unregister()

1234567891011