OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bitmap_t
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/net/npf/
npf_portmap.c
96
}
bitmap_t
;
typedef in typeref:struct:bitmap
279
bitmap_isset(const
bitmap_t
*bm, unsigned bit)
311
bitmap_set(
bitmap_t
*bm, unsigned bit)
391
bitmap_clr(
bitmap_t
*bm, unsigned bit)
432
static
bitmap_t
*
435
bitmap_t
*bm;
449
bm = kmem_intr_zalloc(sizeof(
bitmap_t
), KM_NOSLEEP);
467
kmem_free(bm, sizeof(
bitmap_t
));
483
bitmap_t
*bm;
497
kmem_intr_free(bm, sizeof(
bitmap_t
));
[
all
...]
Completed in 12 milliseconds
Indexes created Thu Oct 02 01:09:59 GMT 2025