OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bufbytes
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/audio/
audiobell.c
114
u_int
bufbytes
;
local
175
bufbytes
= ptrack->usrbuf_blksize * NBLKHW;
176
if (
bufbytes
< MINBUFSIZE)
177
bufbytes
= MINBUFSIZE;
178
else if (
bufbytes
> MAXBUFSIZE)
179
bufbytes
= MAXBUFSIZE;
181
bufbytes
= roundup(
bufbytes
, wave1bytes);
182
bufbytes
= uimin(
bufbytes
, remainbytes)
[
all
...]
/src/sys/arch/arm/apple/
apple_iic.c
116
uint8_t * const
bufbytes
= buf;
local
155
bufbytes
[i] = reg & I2C_MRXFIFO_DATA_MASK;
161
IIC_WRITE(sc, I2C_MTXFIFO,
bufbytes
[i]);
162
IIC_WRITE(sc, I2C_MTXFIFO,
bufbytes
[buflen - 1] |
/src/sys/dev/pcmcia/
if_cnw.c
743
int totbytes, buffer,
bufbytes
, bufptr, mbytes, n;
local
753
bufbytes
= 0;
793
if (
bufbytes
== 0) {
795
bufbytes
= read16(sc, buffer + 2);
801
device_xname(sc->sc_dev),
bufbytes
,
806
n = mbytes <=
bufbytes
? mbytes :
bufbytes
;
809
bufbytes
-= n;
Completed in 58 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026