HomeSort by: relevance | last modified time | path
    Searched defs:sys_nomodule (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/kern/
kern_syscall.c 60 sys_nomodule(struct lwp *l, const void *v, register_t *retval) function in typeref:typename:int
76 if (sy->sy_call != sys_nomodule) {
94 sy->sy_call == sys_nomodule) {
128 if (sy[sp[i].sp_code].sy_call != sys_nomodule &&
161 * First, patch the system calls to sys_nomodule or sys_nosys
168 sys_nomodule : sys_nosys;
198 * sys_nomodule() will be restarted.
kern_syscall.c 60 sys_nomodule(struct lwp *l, const void *v, register_t *retval) function in typeref:typename:int
76 if (sy->sy_call != sys_nomodule) {
94 sy->sy_call == sys_nomodule) {
128 if (sy[sp[i].sp_code].sy_call != sys_nomodule &&
161 * First, patch the system calls to sys_nomodule or sys_nosys
168 sys_nomodule : sys_nosys;
198 * sys_nomodule() will be restarted.

Completed in 21 milliseconds