OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
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
433
read_byte
(void)
function
698
int c =
read_byte
();
709
c =
read_byte
();
1199
if ((c =
read_byte
()) == EOF) {
1279
while (c =
read_byte
(), isspace(c) != 0)
1289
c =
read_byte
();
1304
c =
read_byte
();
1312
c =
read_byte
();
1319
c =
read_byte
();
1321
seen_end_of_comment = c == '*' && (c =
read_byte
()) == '/'
[
all
...]
Completed in 92 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026