Searched refs:cfg_entry (Results 1 – 11 of 11) sorted by relevance
| /mirbsd/src/usr.sbin/isdn/isdnd/ |
| D | isdnd.h | 248 struct cfg_entry { struct 250 SIMPLEQ_ENTRY(cfg_entry) cfgq; 741 struct cfg_entry * find_cfg_entry(int index); 742 struct cfg_entry * get_first_cfg_entry(void); 743 int add_cfg_entry(struct cfg_entry *cfe); 756 void check_and_kill ( struct cfg_entry *cep ); 761 void dialresponse(struct cfg_entry *cep, int dstat); 762 void display_acct ( struct cfg_entry *cep ); 764 void display_ccharge ( struct cfg_entry *cep, int units ); 766 void display_charge ( struct cfg_entry *cep ); [all …]
|
| D | fsm.c | 95 F_ill(struct cfg_entry *cep) in F_ill() 104 F_NcNa(struct cfg_entry *cep) in F_NcNa() 112 F_MCI(struct cfg_entry *cep) in F_MCI() 123 F_MCAI(struct cfg_entry *cep) in F_MCAI() 140 F_TIMO(struct cfg_entry *cep) in F_TIMO() 151 F_IDIS(struct cfg_entry *cep) in F_IDIS() 161 F_DRQ(struct cfg_entry *cep) in F_DRQ() 171 F_MDI(struct cfg_entry *cep) in F_MDI() 181 F_DIAL(struct cfg_entry *cep) in F_DIAL() 199 F_DOK(struct cfg_entry *cep) in F_DOK() [all …]
|
| D | support.c | 40 static int isvalidtime(struct cfg_entry *cep); 45 static SIMPLEQ_HEAD(, cfg_entry) cfg_entry_list = 51 struct cfg_entry * 54 struct cfg_entry *cep = NULL; in find_active_entry_by_driver() 95 struct cfg_entry * 98 struct cfg_entry *cep; in find_by_device_for_dialout() 155 struct cfg_entry * 158 struct cfg_entry *cep; in find_by_device_for_dialoutnumber() 232 setup_dialout(struct cfg_entry *cep) in setup_dialout() 321 struct cfg_entry * [all …]
|
| D | timer.c | 41 static void handle_reserved(struct cfg_entry *cep, time_t now); 42 static void handle_active(struct cfg_entry *cep, time_t now); 43 static void recover_illegal(struct cfg_entry *cep); 49 recover_illegal(struct cfg_entry *cep) in recover_illegal() 62 start_timer(struct cfg_entry *cep, int seconds) in start_timer() 71 stop_timer(struct cfg_entry *cep) in stop_timer() 130 struct cfg_entry *cep = NULL; in handle_recovery() 185 handle_active(struct cfg_entry *cep, time_t now) in handle_active() 259 handle_reserved(struct cfg_entry *cep, time_t now) in handle_reserved()
|
| D | msghdl.c | 62 struct cfg_entry *cep; in msg_connect_ind() 248 struct cfg_entry *cep; in msg_connect_active_ind() 336 struct cfg_entry *cep; in msg_proceeding_ind() 363 struct cfg_entry *cep; in msg_alert_ind() 452 struct cfg_entry *cep; in msg_pdeact_ind() 603 struct cfg_entry *cep; in msg_negcomplete_ind() 621 struct cfg_entry *cep; in msg_ifstatechg_ind() 638 struct cfg_entry *cep; in msg_disconnect_ind() 773 struct cfg_entry *cep; in msg_dialout() 825 struct cfg_entry *cep; in msg_dialoutnumber() [all …]
|
| D | curses.c | 59 struct cfg_entry *p; in init_screen() 364 display_charge(struct cfg_entry *cep) in display_charge() 375 display_ccharge(struct cfg_entry *cep, int units) in display_ccharge() 386 display_acct(struct cfg_entry *cep) in display_acct() 399 display_connect(struct cfg_entry *cep) in display_connect() 447 display_disconnect(struct cfg_entry *cep) in display_disconnect() 463 display_updown(struct cfg_entry *cep, int updown) in display_updown() 548 struct cfg_entry *cep = NULL; in display_chans() 750 struct cfg_entry *cep; in display_budget()
|
| D | dial.c | 45 select_first_dialno(struct cfg_entry *cep) in select_first_dialno() 117 select_next_dialno(struct cfg_entry *cep) in select_next_dialno() 159 select_this_dialno(struct cfg_entry *cep) in select_this_dialno()
|
| D | exec.c | 50 struct cfg_entry *cep; 165 exec_connect_prog(struct cfg_entry *cep, const char *prog, int link_down) in exec_connect_prog() 206 exec_answer(struct cfg_entry *cep) in exec_answer() 270 check_and_kill(struct cfg_entry *cep) in check_and_kill()
|
| D | monitor.c | 538 struct cfg_entry *cfe; in monitor_handle_connect() 944 struct cfg_entry * cep = NULL; in hangup_channel() 1022 monitor_evnt_charge(struct cfg_entry *cep, int units, int estimate) in monitor_evnt_charge() 1049 monitor_evnt_connect(struct cfg_entry *cep) in monitor_evnt_connect() 1090 monitor_evnt_disconnect(struct cfg_entry *cep) in monitor_evnt_disconnect() 1115 monitor_evnt_updown(struct cfg_entry *cep, int up) in monitor_evnt_updown() 1186 monitor_evnt_acct(struct cfg_entry *cep) in monitor_evnt_acct()
|
| D | rc_config.c | 73 static void set_isppp_auth(struct cfg_entry*); 75 static void set_autoupdown(struct cfg_entry*); 80 static struct cfg_entry * current_cfe = NULL; 146 current_cfe = malloc(sizeof(struct cfg_entry)); in init_currrent_cfg_state() 147 memset(current_cfe, 0, sizeof(struct cfg_entry)); in init_currrent_cfg_state() 212 set_autoupdown(struct cfg_entry *cep) in set_autoupdown() 261 set_isppp_auth(struct cfg_entry *cep) in set_isppp_auth() 1208 struct cfg_entry *cep = NULL; in check_config() 1344 struct cfg_entry *cep = NULL; in print_config()
|
| D | rates.c | 386 get_current_rate(struct cfg_entry *cep, int dolog) in get_current_rate()
|