OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:filtops
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/kern/
kern_event.c
273
* If
filtops
is NULL, the filter isn't implemented in NetBSD.
282
const struct filterops *
filtops
;/* operations for filter */
member in struct:kfilter
745
kfilter_register(const char *name, const struct filterops *
filtops
,
752
if (name == NULL || name[0] == '\0' ||
filtops
== NULL)
794
kfilter->
filtops
= kmem_alloc(sizeof(*
filtops
), KM_SLEEP);
795
memcpy(__UNCONST(kfilter->
filtops
),
filtops
, sizeof(*
filtops
));
806
* This retains the filter id, but clears the name and frees
filtops
(filte
[
all
...]
kern_event.c
273
* If
filtops
is NULL, the filter isn't implemented in NetBSD.
282
const struct filterops *
filtops
;/* operations for filter */
member in struct:kfilter
745
kfilter_register(const char *name, const struct filterops *
filtops
,
752
if (name == NULL || name[0] == '\0' ||
filtops
== NULL)
794
kfilter->
filtops
= kmem_alloc(sizeof(*
filtops
), KM_SLEEP);
795
memcpy(__UNCONST(kfilter->
filtops
),
filtops
, sizeof(*
filtops
));
806
* This retains the filter id, but clears the name and frees
filtops
(filte
[
all
...]
kern_event.c
273
* If
filtops
is NULL, the filter isn't implemented in NetBSD.
282
const struct filterops *
filtops
;/* operations for filter */
member in struct:kfilter
745
kfilter_register(const char *name, const struct filterops *
filtops
,
752
if (name == NULL || name[0] == '\0' ||
filtops
== NULL)
794
kfilter->
filtops
= kmem_alloc(sizeof(*
filtops
), KM_SLEEP);
795
memcpy(__UNCONST(kfilter->
filtops
),
filtops
, sizeof(*
filtops
));
806
* This retains the filter id, but clears the name and frees
filtops
(filte
[
all
...]
Completed in 35 milliseconds
Indexes created Tue Sep 30 17:09:57 GMT 2025