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

1234

/netbsd-6-1-5-RELEASE/usr.sbin/isdn/isdnd/
H A Dprocess.c60 logit(LL_ERR, "ERROR, reading pid from lockfile failed, terminating!");
74 DBGL(DL_PROC, (logit(LL_DBG, "removing old lock-file %s", PIDFILE)));
84 logit(LL_ERR, "ERROR, another daemon is already running, pid = %d, terminating!", oldpid);
102 logit(LL_ERR, "ERROR, can't open lockfile for writing, terminating");
108 logit(LL_ERR, "ERROR, can't write pid to lockfile, terminating");
128 logit(LL_ERR, "ERROR, daemonize/fork: %s", strerror(errno));
140 logit(LL_ERR, "ERROR, setsid returns: %s", strerror(errno));
158 logit(LL_ERR, "ERROR, device %s is not a tty!", rdev);
163 logit(LL_ERR, "ERROR, dup2 stdin: %s", strerror(errno));
168 logit(LL_ER
[all...]
H A Dcontroller.c64 logit(LL_ERR, "init_new_controller: init_controller_state for controller %d failed", isdnif);
93 logit(LL_ERR, "init_controller: init_controller_state for controller %d failed", i);
97 DBGL(DL_RCCF, (logit(LL_DBG, "init_controller: found %d ISDN controller(s)", max)));
111 logit(LL_ERR, "init_controller_state: out of memory");
135 DBGL(DL_RCCF, (logit(LL_DBG, "init_controller_state: controller %d (%s) is %s",
163 DBGL(DL_RCCF, (logit(LL_DBG, "init_active_controller, tina-dd %d: executing [%s %d]", unit, tinainitprog, unit)));
169 logit(LL_ERR, "init_active_controller, tina-dd %d: %s returned %d!", unit, tinainitprog, ret);
192 logit(LL_ERR, "init_active_controller %d: "
202 logit(LL_ERR, "init_active_controller %d: "
208 DBGL(DL_RCCF, (logit(LL_DB
[all...]
H A Ddial.c51 logit(LL_ERR, "select_first_dialno: remote_numbers_count < 1!");
60 DBGL(DL_DIAL, (logit(LL_DBG, "select_first_dialno: only one no, no = %s", cep->remote_phone_dialout)));
70 DBGL(DL_DIAL, (logit(LL_DBG, "select_first_dialno: use first, no = %s", cep->remote_phone_dialout)));
86 DBGL(DL_DIAL, (logit(LL_DBG, "select_first_dialno: use last, no = %s", cep->remote_phone_dialout)));
98 DBGL(DL_DIAL, (logit(LL_DBG, "select_first_dialno: use next, no = %s", cep->remote_phone_dialout)));
109 DBGL(DL_DIAL, (logit(LL_DBG, "select_first_dialno: no last found (use 0), no = %s", cep->remote_phone_dialout)));
121 logit(LL_ERR, "select_next_dialno: remote_numbers_count < 1!");
130 DBGL(DL_DIAL, (logit(LL_DBG, "select_next_dialno: only one no, no = %s", cep->remote_phone_dialout)));
150 DBGL(DL_DIAL, (logit(LL_DBG, "select_next_dialno: index=%d, no=%s",
163 DBGL(DL_DIAL, (logit(LL_DB
[all...]
H A Dtimer.c51 logit(LL_ERR, "recover_illegal: ERROR, entry %s attempting disconnect!", cep->name);
53 logit(LL_ERR, "recover_illegal: ERROR, entry %s - reset state/cdid!", cep->name);
99 DBGL(DL_TIME, (logit(LL_DBG, "time < 1 - last %ld:%ld now %ld:%ld",
108 DBGL(DL_TIME, (logit(LL_DBG, "time < 900000us - last %ld:%ld now %ld:%ld",
115 DBGL(DL_TIME, (logit(LL_DBG, "time OK! - last %ld:%ld now %ld:%ld",
146 DBGL(DL_BDGT, (logit(LL_DBG, "%s: new cback-budget-period (%d s, %d left)",
157 DBGL(DL_BDGT, (logit(LL_DBG, "%s: new cout-budget-period (%d s, %d left)",
192 DBGL(DL_RCVRY, (logit(LL_DBG, "handle_active: entry %s, TIMEOUT !!!", cep->name)));
205 logit(LL_CHD, "%05d %s answering: incoming call from %s to %s",
222 DBGL(DL_RCVRY, (logit(LL_DB
[all...]
H A Drc_config.c93 logit(LL_ERR, "cannot fopen file [%s]", filename);
109 logit(LL_ERR, "there were %d error(s) in the configuration file, terminating!", config_error_flag);
123 logit(LL_ERR, "configuration error: %s at line %d, token \"%s\"", msg, lineno+1, yytext);
284 logit(LL_ERR, "ERROR opening control socket at line %d!", lineno);
290 logit(LL_ERR, "ERROR fetching active PPP authentication info for %s at line %d!", spcfg.ifname, lineno);
343 logit(LL_ERR, "ERROR setting new PPP authentication parameters for %s at line %d!", spcfg.ifname, lineno);
361 DBGL(DL_RCCF, (logit(LL_DBG, "system: acctall = %d", yylval.booln)));
366 DBGL(DL_RCCF, (logit(LL_DBG, "system: acctfile = %s", yylval.str)));
373 DBGL(DL_RCCF, (logit(LL_DBG, "entry %s: alert < %d, min = %d", current_cfe->name, MINALERT, yylval.num)));
378 DBGL(DL_RCCF, (logit(LL_DB
[all...]
H A Dexec.c65 logit(LL_ERR, "ERROR, sigchild_handler, waitpid: %s", strerror(errno));
72 DBGL(DL_PROC, (logit(LL_DBG, "normal child (pid=%d) termination, exitstat = %d",
78 logit(LL_WRN, "child (pid=%d) termination due to signal %d (coredump)",
81 logit(LL_WRN, "child (pid=%d) termination due to signal %d",
94 DBGL(DL_PROC, (logit(LL_DBG, "sigchild_handler: scheduling hangup for cdid %d, pid %d",
127 DBGL(DL_PROC, (logit(LL_DBG, "exec_prog: %s, args:%s", path, tmp)));
132 logit(LL_ERR, "ERROR, exec_prog/fork: %s", strerror(errno));
242 DBGL(DL_PROC, (logit(LL_DBG, "exec_answer: prog=[%s]", cep->answerprog)));
280 DBGL(DL_PROC, (logit(LL_DBG, "check_and_kill: killing pid %d", pid_tab[i].pid)));
310 logit(LL_WR
[all...]
H A Dsupport.c68 DBGL(DL_MSG, (logit(LL_DBG, "find_active_entry_by_driver: entry %d, time not valid!", cep->index)));
76 DBGL(DL_MSG, (logit(LL_DBG, "find_active_entry_by_driver: entry %d [%s%d], cdid=CDID_UNUSED !",
82 DBGL(DL_MSG, (logit(LL_DBG, "find_active_entry_by_driver: entry %d [%s%d], cdid=CDID_RESERVED!",
113 DBGL(DL_MSG, (logit(LL_DBG, "find_by_device_for_dialout: entry %d, time not valid!", cep->index)));
121 DBGL(DL_MSG, (logit(LL_DBG, "find_by_device_for_dialout: entry %d, cdid reserved!", cep->index)));
129 DBGL(DL_MSG, (logit(LL_DBG, "find_by_device_for_dialout: entry %d, cdid in use", cep->index)));
137 DBGL(DL_MSG, (logit(LL_DBG, "find_by_device_for_dialout: found entry %d!", cep->index)));
142 DBGL(DL_MSG, (logit(LL_DBG, "find_by_device_for_dialout: entry %d, setup_dialout() failed!", cep->index)));
147 DBGL(DL_MSG, (logit(LL_DBG, "find_by_device_for_dialout: no entry found!")));
174 DBGL(DL_MSG, (logit(LL_DB
[all...]
H A Dholiday.c82 logit(LL_ERR, "init_holiday: error opening holidayfile %s: %s!", filename, strerror(errno));
101 logit(LL_ERR, "init_holiday: parse error for string [%s]!", buffer);
109 logit(LL_ERR, "init_holiday: malloc failed for struct holiday!\n");
115 DBGL(DL_MSG, (logit(LL_DBG, "init_holidays: add %d.%d.%d", day, month, year)));
119 DBGL(DL_MSG, (logit(LL_DBG, "init_holidays: add %d.%d", day, month)));
184 DBGL(DL_MSG, (logit(LL_DBG, "isholiday: %d.%d is a holiday!", d, m)));
189 DBGL(DL_MSG, (logit(LL_DBG, "isholiday: %d.%d.%d is a holiday!", d, m, y)));
H A Dmsghdl.c115 logit(LL_CHD, "%05d %s incoming call from %s to %s not allowed by configuration!",
128 logit(LL_CHD, "%05d %s accepting: incoming call from %s to %s",
135 logit(LL_CHD, "%05d %s rejecting: incoming call from %s to %s",
143 logit(LL_CHD, "%05d %s ignoring: incoming call from %s to %s",
154 logit(LL_CHD, "%05d %s alerting: incoming call from %s to %s (%s)",
159 logit(LL_CHD, "%05d %s alerting: incoming call from %s to %s",
168 logit(LL_CHD, "%05d %s answering: incoming call from %s to %s (%s)",
173 logit(LL_CHD, "%05d %s answering: incoming call from %s to %s",
187 logit(LL_CHD, "%05d %s reserved: incoming call from %s to %s",
211 logit(LL_CH
[all...]
H A Dfsm.c95 DBGL(DL_STATE, (logit(LL_DBG, "F_ill: Illegal State reached !!!")));
112 DBGL(DL_STATE, (logit(LL_DBG, "F_MCI: tx SETUP_RESP_ACCEPT")));
123 DBGL(DL_STATE, (logit(LL_DBG, "F_MCAI: Connection active!")));
140 DBGL(DL_STATE, (logit(LL_DBG, "F_TIMO: Timout occurred!")));
151 DBGL(DL_STATE, (logit(LL_DBG, "F_IDIS: disconnect indication")));
161 DBGL(DL_STATE, (logit(LL_DBG, "F_DRQ: local disconnect request")));
171 DBGL(DL_STATE, (logit(LL_DBG, "F_MDI: disconnect indication, local disconnected")));
181 DBGL(DL_STATE, (logit(LL_DBG, "F_DIAL: local dial out request")));
199 DBGL(DL_STATE, (logit(LL_DBG, "F_DOK: dial out ok")));
219 DBGL(DL_STATE, (logit(LL_DB
[all...]
H A Drates.c158 DBGL(DL_RATES, (logit(LL_DBG, "rates: index = %d", indx)));
358 logit(LL_DBG, "rates: index %d day %d = %d.%2.2d-%d.%2.2d:%d",
365 logit(LL_DBG, "rates: NO entry for day %d !!\n", i);
394 logit(LL_CHD, "%05d %s rate %d sec/unit (cmdl)",
401 logit(LL_CHD, "%05d %s rate %d sec/unit (conf)",
409 logit(LL_CHD, "%05d %s rate %d sec/unit (no ratefile)",
417 logit(LL_CHD, "%05d %s rate %d sec/unit (rate out of range)",
425 logit(LL_CHD, "%05d %s rate %d sec/unit (rate)",
431 logit(LL_CHD, "%05d %s rate %d sec/unit (ratescan fail)",
441 logit(LL_CH
[all...]
H A Dmain.c271 logit(LL_ERR, "main: cannot open %s: %s", I4BDEVICE, strerror(errno));
279 logit(LL_ERR, "main: ioctl I4B_VR_REQ failed: %s", strerror(errno));
285 logit(LL_ERR, "main: version mismatch, kernel %d, daemon %d", mvr.version, VERSION);
291 logit(LL_ERR, "main: release mismatch, kernel %d, daemon %d", mvr.release, REL);
297 logit(LL_ERR, "main: step mismatch, kernel %d, daemon %d", mvr.step, STEP);
311 logit(LL_ERR, "there were %d error(s) in the configuration file, terminating!", config_error_flag);
332 logit(LL_ERR, "%s", rate_error);
339 DBGL(DL_RCCF, (logit(LL_DBG, "ratesfile %s read successfully", ratesfile)));
344 logit(LL_WRN, "%s", rate_error);
353 logit(LL_ER
[all...]
H A Dalias.c67 logit(LL_ERR, "init_alias: error opening aliasfile %s: %s!", filename, strerror(errno));
101 logit(LL_ERR, "init_alias: malloc failed for struct alias!\n");
107 logit(LL_ERR, "init_alias: malloc failed for number alias!\n");
113 logit(LL_ERR, "init_alias: malloc failed for name alias!\n");
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssh/dist/
H A Dgss-serv-krb5.c74 logit("Cannot initialize krb5 context");
103 logit("krb5_parse_name(): %.100s", errtxt);
106 logit("krb5_parse_name(): %d", retval);
111 logit("Authorized to %s, krb5 principal %s (krb5_kuserok)",
147 logit("krb5_cc_new_unique(): %.100s", errtxt);
150 logit("krb5_cc_new_unique(): %d", problem);
155 logit("ssh_krb5_cc_gen(): %.100s",
165 logit("krb5_parse_name(): %.100s", errtxt);
168 logit("krb5_parse_name(): %d", problem);
176 logit("krb5_cc_initializ
[all...]
H A Dauth.c185 logit("User %.100s not allowed because account has expired",
192 logit("User %.100s not allowed because password needs to be changed",
200 logit("User %.100s not allowed because password has expired",
224 logit("User %.100s not allowed because shell %.100s "
231 logit("User %.100s not allowed because shell %.100s "
255 logit("User %.100s from %.100s not allowed "
269 logit("User %.100s from %.100s not allowed because "
277 logit("User %.100s from %.100s not allowed because "
287 logit("User %.100s from %.100s not allowed "
300 logit("Use
[all...]
H A Dauth2-passwd.c69 logit("password change not supported");
H A Ddispatch.c48 logit("dispatch_protocol_error: type %d seq %u", type, seq);
59 logit("dispatch_protocol_ignore: type %d seq %u", type, seq);
/netbsd-6-1-5-RELEASE/usr.sbin/mrouted/
H A Dkern.c20 logit(LOG_ERR, errno, "setsockopt SO_RCVBUF %u", bufsize);
29 logit(LOG_ERR, errno, "setsockopt IP_HDRINCL %u", onoff);
41 logit(LOG_ERR, errno, "setsockopt IP_MULTICAST_TTL %u", ttl);
52 logit(LOG_ERR, errno, "setsockopt IP_MULTICAST_LOOP %u", loop);
63 logit(LOG_ERR, errno, "setsockopt IP_MULTICAST_IF %s",
77 logit(LOG_WARNING, errno, "can't join group %s on interface %s",
92 logit(LOG_WARNING, errno, "can't leave group %s on interface %s",
109 logit(LOG_ERR, errno, "can't enable Multicast routing in kernel");
117 logit(LOG_WARNING, errno, "can't disable Multicast routing in kernel");
134 logit(LOG_ER
[all...]
H A Drsrr.c92 logit(LOG_ERR, errno, "Can't create RSRR socket");
107 logit(LOG_ERR, errno, "Can't bind RSRR socket");
110 logit(LOG_WARNING, 0, "Couldn't register RSRR as an input handler");
127 logit(LOG_ERR, errno, "RSRR recvfrom");
147 logit(LOG_WARNING, 0,
156 logit(LOG_WARNING, 0,
167 logit(LOG_INFO, 0, "Received Initial Query\n");
173 logit(LOG_WARNING, 0,
180 logit(LOG_INFO, 0,
189 logit(LOG_WARNIN
[all...]
H A Dconfig.c31 logit(LOG_ERR, errno, "getifaddrs");
60 logit(LOG_WARNING, 0,
74 logit(LOG_WARNING, 0, "ignoring %s, same subnet as %s",
86 logit(LOG_WARNING, 0, "too many vifs, ignoring %s", ifa->ifa_name);
105 logit(LOG_INFO,0,"installing %s (%s on subnet %s) as vif #%u - rate=%d",
H A Dprune.c280 logit(LOG_DEBUG, 0, "sent prune for (%s %s)/%d on vif %d to %s",
323 logit(LOG_DEBUG, 0, "sent graft for (%s %s) to %s on vif %d",
352 logit(LOG_DEBUG, 0, "sent graft ack for (%s, %s) to %s",
626 logit(LOG_ERR, 0, "ran out of memory");
677 logit(LOG_WARNING, 0, "Entry for (%s %s) (rt:%p) exists (rt:%p)",
709 logit(LOG_ERR, 0, "ran out of memory");
719 logit(LOG_WARNING, 0, "kernel entry already exists for (%s %s)",
731 logit(LOG_DEBUG, 0, "add cache entry (%s %s) gm:%x, parent-vif:%d",
766 logit(LOG_DEBUG, 0, "reset_neighbor_state parent reset (%s %s)",
823 logit(LOG_DEBU
[all...]
H A Digmp.c49 logit(LOG_ERR, errno, "IGMP socket");
132 logit(LOG_WARNING, 0,
148 logit(LOG_WARNING, 0, "kernel request not accurate");
157 logit(LOG_WARNING, 0,
167 logit(LOG_WARNING, 0,
173 logit(LOG_DEBUG, 0, "RECV %s from %-15s to %s",
246 logit(LOG_INFO, 0,
265 logit(LOG_INFO, 0,
343 logit(igmp_log_level(type, code), errno,
351 logit(LOG_DEBU
[all...]
H A Dmain.c79 void logit(int severity, int syserr, const char *format, ...)
174 logit(LOG_NOTICE, 0, "%s", versionstring);
209 logit(LOG_ERR, 0, "kernel (v%d.%d)/mrouted (v%d.%d) version mismatch",
256 logit(LOG_ERR, 0, "descriptor too big");
261 logit(LOG_ERR, 0, "descriptor too big");
317 logit(LOG_WARNING, errno, "select failed");
325 if (errno != EINTR) logit(LOG_ERR, errno, "recvfrom");
332 logit(LOG_ERR, errno, "sigprocmask");
483 logit(LOG_NOTICE, 0, "%s exiting", versionstring);
560 logit(LOG_NOTIC
628 logit(int severity, int syserr, const char *format, ...) function
[all...]
/netbsd-6-1-5-RELEASE/lib/libpam/modules/pam_radius/
H A Dpam_radius.c80 logit(int level, const char *fmt, ...) function
108 logit(LOG_CRIT, "rad_create_request: %s", rad_strerror(radh));
126 logit(LOG_CRIT, "rad_put_string: %s", rad_strerror(radh));
139 logit(LOG_CRIT, "rad_put_addr: %s",
147 logit(LOG_CRIT, "rad_put_attr: %s", rad_strerror(radh));
151 logit(LOG_CRIT, "rad_put_int: %s", rad_strerror(radh));
169 logit(LOG_CRIT,
178 logit(LOG_CRIT, "rad_get_attr: %s", rad_strerror(radh));
213 logit(LOG_CRIT,
219 logit(LOG_CRI
[all...]
/netbsd-6-1-5-RELEASE/lib/libpam/modules/pam_login_access/
H A Dlogin_access.c60 logit(int level, const char *fmt, ...) function
96 logit(LOG_ERR, "%s: line %d: missing newline or line too long",
111 logit(LOG_ERR, "%s: line %d: bad field count", _PATH_LOGACCESS,
116 logit(LOG_ERR, "%s: line %d: bad first field", _PATH_LOGACCESS,
125 logit(LOG_ERR, "cannot open %s: %s", _PATH_LOGACCESS, strerror(errno));
169 logit(LOG_ERR, "NIS netgroup support not configured");

Completed in 215 milliseconds

1234