Searched refs:oftruncate_args (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/sys/kern/ |
| H A D | sys_generic.c | 631 struct oftruncate_args { struct 637 oftruncate(struct thread *td, struct oftruncate_args *uap) in oftruncate() argument
|
| H A D | init_sysent.c | 188 …{ compat(AS(oftruncate_args),ftruncate), .sy_auevent = AUE_FTRUNCATE, .sy_flags = SYF_CAPENABLED, …
|
| /freebsd-13.1/sys/sys/ |
| H A D | sysproto.h | 2360 struct oftruncate_args { struct 2417 int oftruncate(struct thread *, struct oftruncate_args *);
|
| /freebsd-13.1/sys/compat/freebsd32/ |
| H A D | freebsd32_sysent.c | 195 …{ compat(AS(oftruncate_args),ftruncate), .sy_auevent = AUE_FTRUNCATE, .sy_flags = SYF_CAPENABLED, …
|