OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__FPTRCAST
(Results
1 - 15
of
15
) sorted by relevancy
/src/sys/kern/
sys_process_lwpstatus.c
200
r =
__FPTRCAST
(ptrace_regrfunc_t, process_read_regs32);
201
w =
__FPTRCAST
(ptrace_regwfunc_t, process_write_regs32);
206
r =
__FPTRCAST
(ptrace_regrfunc_t, process_read_regs);
207
w =
__FPTRCAST
(ptrace_regwfunc_t, process_write_regs);
kern_hook.c
158
__FPTRCAST
(void (*)(struct proc *, void *), *hd->hk_fn)(p,
229
__FPTRCAST
(void (*), fn), dev);
263
__FPTRCAST
(void (*)(void *), fn), arg);
290
__FPTRCAST
(void (*)(void *), fn), arg);
315
__FPTRCAST
(void (*)(void *), fn), NULL);
336
__FPTRCAST
(void (*)(struct proc *, struct proc *), *hd->hk_fn)
subr_ipi.c
159
ipi_msg_t ipimsg = { .func =
__FPTRCAST
(ipi_func_t, nullop) };
kern_veriexec.c
358
__FPTRCAST
(veriexec_fpop_init_t, d), \
359
__FPTRCAST
(veriexec_fpop_update_t, e), \
360
__FPTRCAST
(veriexec_fpop_final_t, f))
subr_pool.c
142
#define NO_CTOR
__FPTRCAST
(int (*)(void *, void *, int), nullop)
143
#define NO_DTOR
__FPTRCAST
(void (*)(void *, void *), nullop)
2434
__FPTRCAST
(xcfunc_t, pool_cache_transfer), pc, NULL);
subr_vmem.c
833
rc =
__FPTRCAST
(vmem_ximport_t *, vm->vm_importfn)(vm->vm_arg,
1094
__FPTRCAST
(vmem_import_t *, importfn), releasefn, source,
/src/sys/arch/xen/x86/
xen_ipi.c
143
__FPTRCAST
(int (*)(void *), xen_ipi_handler), ci, IPL_HIGH,
/src/sys/arch/xen/xen/
xen_clock.c
694
__FPTRCAST
(int (*)(void *), xen_timer_handler), ci);
735
__FPTRCAST
(int (*)(void *), xen_timer_handler),
/src/sys/arch/x86/isa/
clock.c
567
*
__FPTRCAST
which requires a special case for IPL_CLOCK in
572
__FPTRCAST
(int (*)(void *), i8254_clockintr), 0);
/src/share/man/man3/
Makefile
4
MAN= _DIAGASSERT.3 __CONCAT.3
__FPTRCAST
.3 __UNCONST.3 __USE.3 CMSG_DATA.3 \
/src/sys/sys/
cdefs.h
208
#define
__FPTRCAST
(t, f) ((t)(void *)(f))
sdt.h
376
?
__FPTRCAST
(void (*)(uint32_t, uintptr_t, uintptr_t, \
387
?
__FPTRCAST
(void (*)(uint32_t, uintptr_t, uintptr_t, \
/src/sys/arch/x86/x86/
intr.c
985
if (handler !=
__FPTRCAST
(int (*)(void *), i8254_clockintr)) {
993
__FPTRCAST
(int (*)(void *), i8254_clockintr));
998
__FPTRCAST
(int (*)(void *), i8254_clockintr)) { /* XXX */
/src/sys/arch/arm/arm/
disassem.c
954
__FPTRCAST
(void (*)(const char *, ...), printf)
/src/sys/net/
if_ethersubr.c
1131
ifp->if_ioctl =
__FPTRCAST
(int (*)(struct ifnet *, u_long, void *),
Completed in 72 milliseconds
Indexes created Sun Oct 19 02:09:48 GMT 2025