Home
last modified time | relevance | path

Searched refs:sy_call (Results 1 – 5 of 5) sorted by relevance

/dragonfly/sys/kern/
H A Dkern_syscalls.c57 if (sysent[i].sy_call == (sy_call_t *)sys_lkmnosys) in syscall_register()
64 else if (sysent[*offset].sy_call != (sy_call_t *)sys_lkmnosys) in syscall_register()
/dragonfly/sys/sys/
H A Dsysent.h47 sy_call_t *sy_call; /* start function */ member
/dragonfly/sys/platform/pc64/x86_64/
H A Dtrap.c1284 error = (*callp->sy_call)(&sysmsg, argp); in syscall2()
1376 callp->sy_call)); in syscall2()
1444 error = (*callp->sy_call)(sysmsg, argp); in sys_xsyscall()
/dragonfly/sys/vfs/nfs/
H A Dnfs_subs.c608 nfs_prev_nfssvc_sy_call = sysent[SYS_nfssvc].sy_call; in nfs_init()
609 sysent[SYS_nfssvc].sy_call = (sy_call_t *)sys_nfssvc; in nfs_init()
622 sysent[SYS_nfssvc].sy_call = nfs_prev_nfssvc_sy_call; in nfs_uninit()
/dragonfly/sys/platform/vkernel64/x86_64/
H A Dtrap.c1128 error = (*callp->sy_call)(&sysmsg, argp); in syscall2()
1267 error = (*callp->sy_call)(sysmsg, argp); in sys_xsyscall()