Lines Matching refs:logit

64 		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_DBG, "init_active_controller "
219 logit(LL_ERR, "init_active_controller %d: "
242 logit(LL_ERR, "init_single_controller_protocol: ioctl I4B_PROT_IND failed: %s", strerror(errno));
266 logit(LL_ERR, "set_controller_state: invalid controller");
272 DBGL(DL_CNST, (logit(LL_DBG, "set_controller_state: controller [%d] set UP!", ctrl->isdnif)));
277 DBGL(DL_CNST, (logit(LL_DBG, "set_controller_state: controller [%d] set DOWN!", ctrl->isdnif)));
281 logit(LL_ERR, "set_controller_state: invalid controller state [%d]!", state);
294 logit(LL_ERR, "set_controller_state: invalid controller");
307 logit(LL_ERR, "decr_free_channels: invalid controller!");
313 DBGL(DL_CNST, (logit(LL_DBG, "decr_free_channels: ctrl %d, now %d chan free", ctrl->isdnif, ctrl->freechans)));
318 logit(LL_ERR, "decr_free_channels: controller [%d] already 0 free chans!", ctrl->isdnif);
330 logit(LL_ERR, "incr_free_channels: invalid controller!");
336 DBGL(DL_CNST, (logit(LL_DBG, "incr_free_channels: ctrl %d, now %d chan free", ctrl->isdnif, ctrl->freechans)));
341 logit(LL_ERR, "incr_free_channels: controller [%d] already 2 free chans!", ctrl->isdnif);
353 logit(LL_ERR, "get_free_channels: invalid controller!");
356 DBGL(DL_CNST, (logit(LL_DBG, "get_free_channels: ctrl %d, %d chan free", ctrl->isdnif, ctrl->freechans)));
367 logit(LL_ERR, "set_channel_busy: invalid controller");
373 DBGL(DL_CNST, (logit(LL_DBG, "set_channel_busy: controller [%d] invalid channel %d", ctrl->isdnif, channel)));
379 DBGL(DL_CNST, (logit(LL_DBG, "set_channel_busy: controller [%d] channel B%d already busy!", ctrl->isdnif, channel)));
384 DBGL(DL_CNST, (logit(LL_DBG, "set_channel_busy: controller [%d] channel B%d set to BUSY!", ctrl->isdnif, channel)));
397 logit(LL_ERR, "set_channel_idle: invalid controller");
403 DBGL(DL_CNST, (logit(LL_DBG, "set_channel_idle: controller [%d] invalid channel %d", ctrl->isdnif, channel)));
409 DBGL(DL_CNST, (logit(LL_DBG, "set_channel_idle: controller [%d] channel B%d already idle!", ctrl->isdnif, channel)));
414 DBGL(DL_CNST, (logit(LL_DBG, "set_channel_idle: controller [%d] channel B%d set to IDLE!", ctrl->isdnif, channel)));
427 logit(LL_ERR, "ret_channel_state: invalid controller!");
432 logit(LL_ERR, "ret_channel_state: controller [%d], invalid channel [%d]!", ctrl->isdnif, channel);