Searched refs:sys_close (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12-stable/sys/i386/ibcs2/ |
| D | ibcs2_sysent.c | 25 …{ AS(close_args), (sy_call_t *)sys_close, AUE_CLOSE, NULL, 0, 0, 0, SY_THR_STATIC }, /* 6 = close …
|
| /freebsd-12-stable/sys/arm64/linux/ |
| D | linux_sysent.c | 77 …{ AS(close_args), (sy_call_t *)sys_close, AUE_CLOSE, NULL, 0, 0, 0, SY_THR_STATIC }, /* 57 = close…
|
| /freebsd-12-stable/sys/amd64/linux/ |
| D | linux_sysent.c | 23 …{ AS(close_args), (sy_call_t *)sys_close, AUE_CLOSE, NULL, 0, 0, 0, SY_THR_STATIC }, /* 3 = close …
|
| /freebsd-12-stable/sys/amd64/linux32/ |
| D | linux32_sysent.c | 26 …{ AS(close_args), (sy_call_t *)sys_close, AUE_CLOSE, NULL, 0, 0, 0, SY_THR_STATIC }, /* 6 = close …
|
| /freebsd-12-stable/sys/i386/linux/ |
| D | linux_sysent.c | 26 …{ AS(close_args), (sy_call_t *)sys_close, AUE_CLOSE, NULL, 0, 0, 0, SY_THR_STATIC }, /* 6 = close …
|
| /freebsd-12-stable/sys/kern/ |
| D | init_sysent.c | 58 …{ AS(close_args), (sy_call_t *)sys_close, AUE_CLOSE, NULL, 0, 0, SYF_CAPENABLED, SY_THR_STATIC }, …
|
| D | kern_descrip.c | 1265 sys_close(struct thread *td, struct close_args *uap) in sys_close() function
|
| /freebsd-12-stable/sys/compat/freebsd32/ |
| D | freebsd32_sysent.c | 65 …{ AS(close_args), (sy_call_t *)sys_close, AUE_CLOSE, NULL, 0, 0, SYF_CAPENABLED, SY_THR_STATIC }, …
|
| /freebsd-12-stable/sys/sys/ |
| D | sysproto.h | 1812 int sys_close(struct thread *, struct close_args *);
|