OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:woff
(Results
1 - 3
of
3
) sorted by relevancy
/src/usr.sbin/npf/npfctl/
npf_bpf_comp.c
603
const unsigned
woff
= i * sizeof(uint32_t);
local in function:npfctl_bpf_cidr
621
BPF_STMT(BPF_LD+BPF_W+BPF_ABS, off +
woff
),
/src/sys/dev/pci/
if_txp.c
715
uint32_t roff,
woff
;
local in function:txp_rx_reclaim
721
woff
= le32toh(*r->r_woff);
725
while (roff !=
woff
) {
819
woff
= le32toh(*r->r_woff);
822
*r->r_roff = htole32(
woff
);
/src/sys/arch/arm/cortex/
gicv3_its.c
126
u_int
woff
;
local in function:gits_command
135
woff
= cwriter & GITS_CWRITER_Offset;
137
uint64_t *dw = (uint64_t *)(its->its_cmd.base +
woff
);
148
woff
+= sizeof(cmd->dw);
149
if (
woff
== its->its_cmd.len)
150
woff
= 0;
152
gits_write_8(its, GITS_CWRITER,
woff
);
328
u_int
woff
, roff;
local in function:gits_wait
336
woff
= gits_read_8(its, GITS_CWRITER) & GITS_CWRITER_Offset;
338
if (
woff
== roff
[
all
...]
Completed in 20 milliseconds
Indexes created Wed Oct 01 07:09:59 GMT 2025