| /src/sys/rump/librump/rumpkern/ |
| rumpkern_syscalls.c | 14 extern sy_call_t sys_close; 84 { 6, sys_close },
|
| /src/sys/compat/sunos/ |
| sunos_syscallargs.h | 476 int sys_close(struct lwp *, const struct sys_close_args *, register_t *);
|
| sunos_sysent.c | 58 .sy_call = (sy_call_t *)sys_close
|
| /src/sys/compat/ultrix/ |
| ultrix_syscallargs.h | 453 int sys_close(struct lwp *, const struct sys_close_args *, register_t *);
|
| ultrix_sysent.c | 53 .sy_call = (sy_call_t *)sys_close
|
| /src/sys/kern/ |
| sys_descrip.c | 523 sys_close(struct lwp *l, const struct sys_close_args *uap, register_t *retval) function
|
| sys_mqueue.c | 623 return sys_close(l, (const void *)uap, retval);
|
| /src/sys/compat/aoutm68k/ |
| aoutm68k_syscallargs.h | 680 int sys_close(struct lwp *, const struct sys_close_args *, register_t *);
|
| aoutm68k_sysent.c | 64 .sy_call = (sy_call_t *)sys_close
|
| /src/sys/compat/freebsd/ |
| freebsd_syscallargs.h | 619 int sys_close(struct lwp *, const struct sys_close_args *, register_t *);
|
| freebsd_sysent.c | 62 .sy_call = (sy_call_t *)sys_close
|
| /src/sys/compat/linux/arch/aarch64/ |
| linux_syscallargs.h | 1269 int sys_close(struct lwp *, const struct sys_close_args *, register_t *);
|
| linux_sysent.c | 298 .sy_call = (sy_call_t *)sys_close
|
| /src/sys/compat/linux/arch/amd64/ |
| linux_sysent.c | 63 .sy_call = (sy_call_t *)sys_close
|
| linux_syscallargs.h | 1351 int sys_close(struct lwp *, const struct sys_close_args *, register_t *);
|
| /src/sys/compat/linux/arch/arm/ |
| linux_sysent.c | 62 .sy_call = (sy_call_t *)sys_close
|
| linux_syscallargs.h | 1435 int sys_close(struct lwp *, const struct sys_close_args *, register_t *);
|
| /src/sys/compat/linux/arch/i386/ |
| linux_sysent.c | 61 .sy_call = (sy_call_t *)sys_close
|
| linux_syscallargs.h | 1445 int sys_close(struct lwp *, const struct sys_close_args *, register_t *);
|
| /src/sys/compat/linux/arch/m68k/ |
| linux_sysent.c | 65 .sy_call = (sy_call_t *)sys_close
|
| linux_syscallargs.h | 1416 int sys_close(struct lwp *, const struct sys_close_args *, register_t *);
|
| /src/sys/compat/linux/arch/mips/ |
| linux_sysent.c | 62 .sy_call = (sy_call_t *)sys_close
|
| /src/sys/compat/linux/arch/powerpc/ |
| linux_sysent.c | 60 .sy_call = (sy_call_t *)sys_close
|
| /src/sys/compat/linux/arch/alpha/ |
| linux_syscallargs.h | 1457 int sys_close(struct lwp *, const struct sys_close_args *, register_t *);
|
| linux_sysent.c | 66 .sy_call = (sy_call_t *)sys_close
|