Searched refs:modem (Results 1 - 15 of 15) sorted by relevance

/freebsd-9.3-release/etc/rc.d/
H A Dserial80 modem() { function
87 # may depend on modem
120 # Same as modem() except we want a faster speed and no dtrwait.
124 modem ${dc} $*
157 # modem u 1
162 # modem c 00 01 02 03 04 05 06 07
165 # modem c 00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f
168 # modem D 00 01 02 03 04 05 06 07
/freebsd-9.3-release/release/picobsd/mfs_tree/etc/
H A Drc.serial51 modem() {
59 # may depend on modem
93 # Same as modem() except we want a faster speed and no dtrwait.
98 modem $ci $co $*
117 # modem d a 1
121 # modem c c 00 01 02 03 04 05 06 07
124 # modem c c 00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f
127 # modem D D 00 01 02 03 04 05 06 07
/freebsd-9.3-release/sys/dev/xe/
H A Dif_xevar.h64 u_char modem; /* 1 = Card has a modem */ member in struct:xe_softc
H A Dif_xe_pccard.c283 scp->modem = 1;
301 if (scp->modem && xe_cemfix(dev) < 0) {
H A Dif_xe.c293 scp->modem ? ", with modem" : "");
1339 if (scp->modem && !scp->dingo) { /* This bit is just magic */
1357 if (scp->modem && !scp->dingo) { /* More magic */
1964 if (!sc->modem) {
2004 "Cannot allocate I/O port for modem\n"));
/freebsd-9.3-release/contrib/ntp/include/
H A Dntp_tty.h73 #include <sys/modem.h>
H A Dntp_refclock.h9 #include <sys/modem.h>
140 #define MAXDIAL 60 /* max length of modem dial strings */
/freebsd-9.3-release/contrib/ntp/ntpd/
H A Drefclock_palisade.h57 #include <sys/modem.h>
H A Drefclock_hopfser.c27 # include <sys/modem.h>
H A Drefclock_neoclock4x.c34 # include <sys/modem.h>
/freebsd-9.3-release/sys/dev/digi/
H A Ddigi.h84 u_char modem; /* Force values */ member in struct:digi_p
/freebsd-9.3-release/sys/netgraph/bluetooth/include/
H A Dng_btsocket_rfcomm.h68 /* RFCOMM modem signals */
147 u_int8_t modem; member in struct:rfcomm_mcc_msc
/freebsd-9.3-release/contrib/file/magic/
H A DMakefile.am154 $(MAGIC_FRAGMENT_DIR)/modem \
/freebsd-9.3-release/sys/kern/
H A Dtty.c279 /* Prevent modem control on callout devices and /dev/console. */
978 PATCH_FUNC(modem);
2081 DB_PRINTSYM(modem, tsw->tsw_modem);
/freebsd-9.3-release/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_rfcomm.c2635 pcb->rmodem = msc->modem; /* Update remote port signals */
3126 msc->modem = pcb->lmodem;
3129 "%s: Sending MSC dlci=%d, state=%d, flags=%#x, address=%d, modem=%#x\n",
3131 msc->modem);

Completed in 174 milliseconds