OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bufno
(Results
1 - 4
of
4
) sorted by relevancy
/src/sbin/routed/
trace.c
127
static int
bufno
;
local
135
strlcpy(bufs[
bufno
].str, inet_ntoa(addr), sizeof(bufs[
bufno
].str));
136
s = bufs[
bufno
].str;
137
bufno
= (
bufno
+1) % NUM_BUFS;
439
static int
bufno
;
local
448
strlcpy(bufs[
bufno
].str, naddr_ntoa(addr), sizeof(bufs[
bufno
].str));
449
s = bufs[
bufno
].str
[
all
...]
/src/sys/arch/sgimips/hpc/
sqvar.h
89
int
bufno
;
member in struct:sq_action_trace
99
(sc)->sq_trace[(sc)->sq_trace_idx].
bufno
= (buf); \
if_sq.c
882
sc->sq_trace[i].
bufno
, sc->sq_trace[i].freebuf,
/src/sys/dev/isa/
gus.c
1835
* Start the voices playing, with buffer
BUFNO
.
1838
gus_start_playing(struct gus_softc *sc, int
bufno
)
1853
if (
bufno
== sc->sc_nbufs - 1) {
1871
GUS_MEM_OFFSET + sc->sc_chanblocksize *
bufno
;
1893
playstats[playcntr].playbuf =
bufno
;
1911
sc->sc_playbuf =
bufno
;
Completed in 21 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026