Searched refs:logit (Results 76 - 92 of 92) sorted by relevance

1234

/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssh/dist/
H A Dmux.c584 logit("Allocated port %u for mux remote forward"
646 logit("%s: invalid forwarding type %u", __func__, ftype);
658 logit("%s: invalid listen port %u", __func__,
664 logit("%s: invalid connect port %u", __func__,
669 logit("%s: missing connect host", __func__);
723 logit("slave-requested %s failed", fwd_desc);
1560 logit("Allocated port %u for remote forward to %s:%d",
H A Dsshconnect2.c174 logit("No valid ciphers for protocol version 2 given, using defaults.");
580 logit("Authenticated with partial success.");
959 logit("%s", info);
991 logit("Mismatch; try again, EOF to quit.");
1036 logit("Disabling %s authentication", authctxt->method->name);
1577 logit("%s", name);
1579 logit("%s", inst);
H A Dauth1.c347 logit("Unknown message during authentication: "
H A Dsession.c468 logit("Unknown packet type received after authentication: %d", type);
1338 logit("User %.100s not allowed because %s exists", pw->pw_name, nl);
1996 logit("subsystem request for %.100s by user %s", subsys,
2019 logit("subsystem request for %.100s failed, subsystem not found",
2142 logit("session_input_channel_req: no session %d req %.100s",
H A Dsftp-client.c657 logit("Server version does not support lstat operation");
1283 logit("%s: not a regular file\n", new_src);
1570 logit("%s: lstat failed: %s", filename,
1588 logit("%s: not a regular file\n", filename);
H A Dkex.c463 logit("SSH: Server;Ltype: Kex;Remote: %s-%d;Enc: %s;MAC: %s;Comp: %s",
H A Dssh-agent.c273 logit("process_authentication_challenge: bad challenge length %d", len);
365 logit("Warning: identity keysize mismatch: actual %u, announced %u",
H A Dservconf.c1566 logit("%s line %d: Deprecated option %s",
1573 logit("%s line %d: Unsupported option %s",
H A Dmonitor.c1213 logit("wrong user name passed to monitor: expected %s != %.100s",
1261 logit("wrong user name passed to monitor: expected %s != %.100s",
H A Dssh-keygen.c1593 logit("Signed %s key %s: id \"%s\" serial %llu%s%s "
/netbsd-6-1-5-RELEASE/usr.sbin/isdn/isdnd/
H A Disdnd.h782 int get_current_rate ( struct cfg_entry *cep, int logit );
794 void logit ( int what, const char *fmt, ... );
/netbsd-6-1-5-RELEASE/usr.sbin/mrouted/
H A Ddefs.h146 extern void logit(int, int, const char *, ...)
/netbsd-6-1-5-RELEASE/usr.sbin/mtrace/
H A Dmtrace.c169 /* logit() prototyped in defs.h */
1164 logit(LOG_ERR, errno, "setuid");
1660 logit(LOG_WARNING, errno, "sendto");
1669 logit(int severity, int syserr, const char *format, ...) function
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/dns/
H A Dresolver.c1042 isc_boolean_t logit = ISC_FALSE; local
1105 logit = ISC_TRUE;
1114 if (logit)
7451 isc_boolean_t logit = ISC_FALSE; local
7461 logit = ISC_TRUE;
7471 if (logit)
H A Dzone.c2553 isc_boolean_t logit, foundrsa = ISC_FALSE, foundmd5 = ISC_FALSE; local
2581 logit = !foundrsa;
2585 logit = !foundmd5;
2589 if (logit)
4112 dns_name_t *name, isc_boolean_t logit)
4146 if (logit) {
4155 if (logit) {
4164 if (logit) {
4179 unsigned int *errors, isc_boolean_t logit)
4210 !zone_check_ns(zone, db, version, &ns.name, logit))
4111 zone_check_ns(dns_zone_t *zone, dns_db_t *db, dns_dbversion_t *version, dns_name_t *name, isc_boolean_t logit) argument
4177 zone_count_ns_rr(dns_zone_t *zone, dns_db_t *db, dns_dbnode_t *node, dns_dbversion_t *version, unsigned int *nscount, unsigned int *errors, isc_boolean_t logit) argument
[all...]
H A Ddispatch.c1509 goto logit;
1513 logit:
/netbsd-6-1-5-RELEASE/sys/dist/ipf/netinet/
H A Dfil.c2823 goto logit;
2829 goto logit;
2835 logit:

Completed in 259 milliseconds

1234