Searched refs:bt (Results 26 - 50 of 577) sorted by relevance

1234567891011>>

/netbsd-current/usr.bin/btpin/
H A Dbtpin.c55 struct sockaddr_bt bt; local
165 memset(&bt, 0, sizeof(bt));
166 bt.bt_len = sizeof(bt);
167 bt.bt_family = AF_BLUETOOTH;
168 bdaddr_copy(&bt.bt_bdaddr, &rp.laddr);
169 if (bind(s, (struct sockaddr *)&bt, sizeof(bt)) == -1)
175 bt
[all...]
/netbsd-current/sys/arch/news68k/dev/
H A Dms_hb.c119 bus_space_tag_t bt = ha->ha_bust; local
125 if (bus_space_map(bt, ha->ha_address, MS_SIZE, 0, &bh) != 0) {
132 sc->sc_bt = bt;
152 bus_space_tag_t bt = sc->sc_bt; local
155 bus_space_write_1(bt, bh, MS_REG_RESET, 0);
156 bus_space_write_1(bt, bh, MS_REG_INTE, MS_INTE);
163 bus_space_tag_t bt = sc->sc_bt; local
167 while ((bus_space_read_1(bt, bh, MS_REG_STAT) & MSSTAT_RDY) != 0) {
172 bus_space_write_1(bt, bh, MS_REG_INTE, MS_INTE);
181 bus_space_tag_t bt local
193 bus_space_tag_t bt = sc->sc_bt; local
[all...]
H A Dms_kbc.c130 bus_space_tag_t bt = sc->sc_bt; local
133 bus_space_write_1(bt, bh, KBC_MSREG_RESET, 0);
134 bus_space_write_1(bt, bh, KBC_MSREG_INTE, KBC_INTE);
141 bus_space_tag_t bt = sc->sc_bt; local
145 while (bus_space_read_1(bt, bh, KBC_MSREG_STAT) & KBCSTAT_MSRDY) {
150 bus_space_write_1(bt, bh, KBC_MSREG_INTE, KBC_INTE);
159 bus_space_tag_t bt = sc->sc_bt; local
162 bus_space_write_1(bt, bh, KBC_MSREG_INTE, KBC_INTE);
171 bus_space_tag_t bt = sc->sc_bt; local
174 bus_space_write_1(bt, b
[all...]
/netbsd-current/sys/arch/arm/xscale/
H A Dixp425_com.c73 bus_space_tag_t bt = &ixp425_a4x_bs_tag; local
80 if (com_is_console(bt, sa->sa_addr, NULL))
83 if (bus_space_map(bt, sa->sa_addr, sa->sa_size, 0, &bh))
87 bus_space_write_1(bt, bh, com_ier, IER_EUART);
89 rv = comprobe1(bt, bh);
90 bus_space_unmap(bt, bh, sa->sa_size);
/netbsd-current/sys/kern/
H A Dkern_condvar.c282 bintime2timo(const struct bintime *bt) argument
287 if (bt->sec > ((INT_MAX/2)/hz))
289 if ((hz*(bt->frac >> 32) >> 32) > (INT_MAX/2 - hz*bt->sec))
292 return hz*bt->sec + (hz*(bt->frac >> 32) >> 32);
325 * On entry, bt is a timeout in bintime. cv_timedwaitbt subtracts
326 * the time slept, so on exit, bt is the time remaining after
340 cv_timedwaitbt(kcondvar_t *cv, kmutex_t *mtx, struct bintime *bt, argument
348 KASSERTMSG(bt
405 cv_timedwaitbt_sig(kcondvar_t *cv, kmutex_t *mtx, struct bintime *bt, const struct bintime *epsilon __diagused) argument
[all...]
/netbsd-current/sys/compat/sunos/
H A Dsunos_ioctl.c126 stios2btios(struct sunos_termios *st, struct termios *bt) argument
130 memset(bt, 0, sizeof(*bt));
147 bt->c_iflag = r;
176 bt->c_oflag = r;
201 bt->c_cflag = r;
203 bt->c_ispeed = bt->c_ospeed = s2btab[l & 0x0000000f];
221 bt->c_lflag = r;
223 bt
248 btios2stios(struct termios *bt, struct sunos_termios *st) argument
[all...]
/netbsd-current/sys/compat/sunos32/
H A Dsunos32_ioctl.c162 stios2btios(struct sunos_termios *st, struct termios *bt) argument
166 memset(bt, 0, sizeof(*bt));
183 bt->c_iflag = r;
212 bt->c_oflag = r;
237 bt->c_cflag = r;
239 bt->c_ispeed = bt->c_ospeed = s2btab[l & 0x0000000f];
257 bt->c_lflag = r;
259 bt
284 btios2stios(struct termios *bt, struct sunos_termios *st) argument
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/nios2/
H A Djmp.d9 0+0000 <[^>]*> c800683a jmp bt
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dshare-psymtabs-bt.exp28 standard_testfile .c share-psymtabs-bt-2.c
51 gdb_test "bt" "foo \\(x=12345\\).*"
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dshare-psymtabs-bt.exp28 standard_testfile .c share-psymtabs-bt-2.c
50 gdb_test "bt" "foo \\(x=12345\\).*"
/netbsd-current/sys/arch/sparc64/dev/
H A Dcentral.c158 struct sparc_bus_space_tag *bt; local
160 bt = kmem_zalloc(sizeof(*bt), KM_SLEEP);
161 bt->cookie = sc;
162 bt->parent = sc->sc_bt;
164 bt->asi = bt->parent->asi;
165 bt->sasi = bt->parent->sasi;
167 bt
[all...]
/netbsd-current/common/lib/libc/arch/sh3/string/
H A Dmemcpy.S62 bt/s bcopy_return
75 bt/s bcopy_return
80 bt 1f
93 bt 1f
110 bt/s 2b
122 bt bcopy_return
127 bt 1f
144 bt/s 2b
151 bt bcopy_return
181 bt/
[all...]
H A Dffs.S53 bt Lzero ! testing here to accelerate ret=1..8 cases
70 bt 4f
73 bt 2f
85 bt 6f
/netbsd-current/sys/external/bsd/compiler_rt/dist/test/Unit/
H A Ddivti3_test.c30 twords bt; local
31 bt.all = b;
38 at.s.high, at.s.low, bt.s.high, bt.s.low, xt.s.high, xt.s.low,
H A Dmodti3_test.c30 twords bt; local
31 bt.all = b;
38 at.s.high, at.s.low, bt.s.high, bt.s.low, xt.s.high, xt.s.low,
H A Dsubvti3_test.c34 twords bt; local
35 bt.all = b;
42 at.s.high, at.s.low, bt.s.high, bt.s.low, xt.s.high, xt.s.low,
H A Dudivti3_test.c30 utwords bt; local
31 bt.all = b;
38 at.s.high, at.s.low, bt.s.high, bt.s.low, qt.s.high, qt.s.low,
H A Dumodti3_test.c30 utwords bt; local
31 bt.all = b;
38 at.s.high, at.s.low, bt.s.high, bt.s.low, rt.s.high, rt.s.low,
/netbsd-current/sys/lib/libkern/arch/sh3/
H A Dashrsi3.S39 bt noshift
H A Dlshrsi3.S39 bt noshift
/netbsd-current/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
H A Dumodti3_test.c30 utwords bt; local
31 bt.all = b;
38 at.s.high, at.s.low, bt.s.high, bt.s.low, rt.s.high, rt.s.low,
H A Ddivti3_test.c30 twords bt; local
31 bt.all = b;
38 at.s.high, at.s.low, bt.s.high, bt.s.low, xt.s.high, xt.s.low,
H A Dsubvti3_test.c34 twords bt; local
35 bt.all = b;
42 at.s.high, at.s.low, bt.s.high, bt.s.low, xt.s.high, xt.s.low,
H A Dmodti3_test.c30 twords bt; local
31 bt.all = b;
38 at.s.high, at.s.low, bt.s.high, bt.s.low, xt.s.high, xt.s.low,
H A Dudivti3_test.c30 utwords bt; local
31 bt.all = b;
38 at.s.high, at.s.low, bt.s.high, bt.s.low, qt.s.high, qt.s.low,

Completed in 242 milliseconds

1234567891011>>