OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rspbuf
(Results
1 - 4
of
4
) sorted by relevancy
/src/usr.sbin/tadpolectl/
tadpolectl.c
152
table[num].value = req.
rspbuf
[0];
166
table[num].value = req.
rspbuf
[0];
177
table[num].value = req.
rspbuf
[0]&0x01 ? 1 : 0;
189
table[num].value = req.
rspbuf
[0]&0x01 ? 1 : 0;
200
table[num].value = req.
rspbuf
[0]&0x02 ? 1 : 0;
212
table[num].value = req.
rspbuf
[0]&0x02 ? 1 : 0;
223
table[num].value = req.
rspbuf
[0]&0x04 ? 1 : 0;
235
table[num].value = req.
rspbuf
[0]&0x04 ? 1 : 0;
246
table[num].value = req.
rspbuf
[0]&0x08 ? 1 : 0;
258
table[num].value = req.
rspbuf
[0]&0x08 ? 1 : 0
[
all
...]
/src/sys/arch/sparc/include/
tctrl.h
41
uint8_t
rspbuf
[16];
member in struct:tctrl_req
/src/sys/arch/sparc/dev/
tctrl.c
489
sc->sc_bitport = (req.
rspbuf
[0] & req.cmdbuf[1]) ^ req.cmdbuf[2];
513
sc->sc_bitport = (req.
rspbuf
[0] & req.cmdbuf[1]) ^ req.cmdbuf[2];
727
sc->sc_ext_status = (req.
rspbuf
[0] << 8) + req.
rspbuf
[1];
769
v = req.
rspbuf
[0] * 256 + req.
rspbuf
[1];
936
memcpy(req->
rspbuf
, sc->sc_rspbuf, req->rsplen);
984
(req.
rspbuf
[0] & req.cmdbuf[1]) ^ req.cmdbuf[2];
1120
if (req.
rspbuf
[0] > 0x00)
1126
c = req.
rspbuf
[0]
[
all
...]
/src/sys/arch/hp300/dev/
dnkbd.c
413
char
rspbuf
[MAX_IDENTLEN], *word, *end;
local in function:dnkbd_probe
445
if (i < sizeof(
rspbuf
))
446
rspbuf
[i] = dat;
449
if (i > sizeof(
rspbuf
) || i == 0) {
461
if (
rspbuf
[i] != 0)
462
rspbuf
[i] = 0;
467
if (i != sc->sc_identlen || memcmp(
rspbuf
, sc->sc_ident, i) != 0) {
470
memcpy(sc->sc_ident,
rspbuf
, i);
475
word =
rspbuf
;
Completed in 16 milliseconds
Indexes created Sun Oct 12 09:09:55 GMT 2025