Searched refs:print_modems (Results 1 – 5 of 5) sorted by relevance
| /NextBSD/sbin/sconfig/ |
| HD | sconfig.c | 240 print_modems (int fd, int need_header) in print_modems() function 1132 print_modems (fd, need_header); in main() 1189 print_modems (fd, 1); in main()
|
| /NextBSD/sys/dev/cp/ |
| HD | 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()
|
| /NextBSD/sys/dev/ctau/ |
| HD | if_ct.c | 1777 static int print_modems (char *s, ct_chan_t *c, int need_header) in print_modems() function 2040 l += print_modems (s + l, d->chan, 1); in ng_ct_rcvmsg()
|
| /NextBSD/sys/dev/ce/ |
| HD | 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);
|
| /NextBSD/sys/dev/cx/ |
| HD | if_cx.c | 2289 static int print_modems (char *s, cx_chan_t *c, int need_header) in print_modems() function 2383 l += print_modems (s + l, d->chan, 1); in ng_cx_rcvmsg()
|