Searched refs:oftruncate_args (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/sys/kern/ |
| H A D | sys_generic.c | 633 struct oftruncate_args { struct 639 oftruncate(struct thread *td, struct oftruncate_args *uap) in oftruncate() argument
|
| H A D | init_sysent.c | 182 …{ compat(AS(oftruncate_args),ftruncate), AUE_FTRUNCATE, NULL, 0, 0, SYF_CAPENABLED, SY_THR_STATIC …
|
| /freebsd-12.1/sys/compat/freebsd32/ |
| H A D | freebsd32_sysent.c | 189 …{ compat(AS(oftruncate_args),ftruncate), AUE_FTRUNCATE, NULL, 0, 0, SYF_CAPENABLED, SY_THR_STATIC …
|
| /freebsd-12.1/sys/sys/ |
| H A D | sysproto.h | 2279 struct oftruncate_args { struct 2336 int oftruncate(struct thread *, struct oftruncate_args *);
|