OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:qoff
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/gpl2/xcvs/dist/src/
subr.c
1048
size_t doff,
qoff
;
local
1598
qoff
= q - fmt;
1599
expand_string (&fmt, &flen,
qoff
+ 1);
1600
q = fmt +
qoff
;
1632
qoff
= q - fmt;
1633
expand_string (&fmt, &flen,
qoff
+ 1);
1634
q = fmt +
qoff
;
/src/sys/dev/ic/
aac.c
565
u_int32_t code,
qoff
;
local
694
qoff
= offsetof(struct aac_common, ac_qbuf) + AAC_QUEUE_ALIGN;
695
qoff
&= ~(AAC_QUEUE_ALIGN - 1);
696
sc->sc_queues = (struct aac_queue_table *)((uintptr_t)sc->sc_common +
qoff
);
nvme.c
1868
for (u_int
qoff
= 0;
qoff
< sc->sc_nq;
qoff
++) {
1869
struct nvme_queue *q = sc->sc_q[(cpuindex +
qoff
) % sc->sc_nq];
Completed in 92 milliseconds
Indexes created Sat Jun 20 00:25:23 UTC 2026