OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:is_func
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/arm/pic/
picvar.h
120
int (*
is_func
)(void *);
member in struct:intrsource
/src/usr.bin/xlint/lint2/
chk.c
310
bool
is_func
= tp1->t_tspec == FUNC && tp2->t_tspec == FUNC;
local in function:chkvtdi
311
const type_t *xt1 =
is_func
? tp1->t_subt : tp1;
312
const type_t *xt2 =
is_func
? tp2->t_subt : tp2;
314
is_func
, false, false, &dowarn);
318
is_func
? "returns" : "has type",
/src/sys/arch/powerpc/booke/
e500_intr.c
86
int (*
is_func
)(void *);
member in struct:intr_source
99
{ .
is_func
= e500_intr_spurious, .is_arg = NULL, \
766
is->
is_func
!= handler ||
773
is->
is_func
= handler;
1017
if (__predict_false(is->
is_func
== NULL)) {
1022
int (*func)(void *) = is->
is_func
;
Completed in 14 milliseconds
Indexes created Tue Sep 23 14:10:03 GMT 2025