Searched refs:print_modems (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12-stable/sbin/sconfig/ |
| D | sconfig.c | 240 print_modems (int fd, int need_header) in print_modems() function 1133 print_modems (fd, need_header); in main() 1190 print_modems (fd, 1); in main()
|
| /freebsd-12-stable/sys/dev/cp/ |
| D | if_cp.c | 1849 static int print_modems (char *s, cp_chan_t *c, int need_header) in print_modems() function 2100 l += print_modems (s + l, d->chan, 1); in ng_cp_rcvmsg()
|
| /freebsd-12-stable/sys/dev/ctau/ |
| D | if_ct.c | 1778 static int print_modems (char *s, ct_chan_t *c, int need_header) in print_modems() function 2041 l += print_modems (s + l, d->chan, 1); in ng_ct_rcvmsg()
|
| /freebsd-12-stable/sys/dev/ce/ |
| D | if_ce.c | 2069 static int print_modems (char *s, ce_chan_t *c, int need_header) function 2320 l += print_modems (s + l, d->chan, 1);
|
| /freebsd-12-stable/sys/dev/cx/ |
| D | if_cx.c | 2290 static int print_modems (char *s, cx_chan_t *c, int need_header) in print_modems() function 2384 l += print_modems (s + l, d->chan, 1); in ng_cx_rcvmsg()
|