OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:read_byte
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/ic/
pca9564var.h
32
uint8_t (*
read_byte
)(device_t, int reg);
member in struct:pca9564_ios
pca9564.c
59
#define CSR_READ(sc, r) (*sc->sc_ios.
read_byte
)(sc->sc_dev, r)
/src/usr.bin/xlint/lint1/
lex.c
437
read_byte
(void)
function in typeref:typename:int
702
int c =
read_byte
();
713
c =
read_byte
();
1203
if ((c =
read_byte
()) == EOF) {
1283
while (c =
read_byte
(), isspace(c) != 0)
1293
c =
read_byte
();
1308
c =
read_byte
();
1316
c =
read_byte
();
1323
c =
read_byte
();
1325
seen_end_of_comment = c == '*' && (c =
read_byte
()) == '/'
[
all
...]
Completed in 15 milliseconds
Indexes created Thu Oct 16 14:10:15 GMT 2025