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

/freebsd-10.1-release/tools/tools/usbtest/
H A Dusb_modem_test.c47 static struct modem { struct
71 } modem; variable in typeref:struct:modem
74 set_defaults(struct modem *p)
92 if (modem.modem_at_mode) {
93 switch (modem.out_state & 3) {
105 modem.c0++;
108 modem.out_state++;
110 *buf = modem.out_state;
111 modem.out_state++;
112 modem
[all...]
/freebsd-10.1-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-10.1-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-10.1-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-10.1-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-10.1-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-10.1-release/sys/dev/digi/
H A Ddigi.h84 u_char modem; /* Force values */ member in struct:digi_p
/freebsd-10.1-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-10.1-release/contrib/file/magic/
H A DMakefile.am154 $(MAGIC_FRAGMENT_DIR)/modem \
/freebsd-10.1-release/sys/kern/
H A Dtty.c281 /* Prevent modem control on callout devices and /dev/console. */
980 PATCH_FUNC(modem);
2131 DB_PRINTSYM(modem, tsw->tsw_modem);
/freebsd-10.1-release/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_rfcomm.c2640 pcb->rmodem = msc->modem; /* Update remote port signals */
3131 msc->modem = pcb->lmodem;
3134 "%s: Sending MSC dlci=%d, state=%d, flags=%#x, address=%d, modem=%#x\n",
3136 msc->modem);
/freebsd-10.1-release/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dosprey_reg_map.h3135 struct jupiter_reg_map__modem_reg_csr modem; /* 0x26000 - 0x26844 */ member in struct:jupiter_reg_map__apb_map_csr

Completed in 234 milliseconds