Home
last modified time | relevance | path

Searched refs:oftruncate_args (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/sys/kern/
H A Dsys_generic.c631 struct oftruncate_args { struct
637 oftruncate(struct thread *td, struct oftruncate_args *uap) in oftruncate() argument
H A Dinit_sysent.c188 …{ compat(AS(oftruncate_args),ftruncate), .sy_auevent = AUE_FTRUNCATE, .sy_flags = SYF_CAPENABLED, …
/freebsd-13.1/sys/sys/
H A Dsysproto.h2360 struct oftruncate_args { struct
2417 int oftruncate(struct thread *, struct oftruncate_args *);
/freebsd-13.1/sys/compat/freebsd32/
H A Dfreebsd32_sysent.c195 …{ compat(AS(oftruncate_args),ftruncate), .sy_auevent = AUE_FTRUNCATE, .sy_flags = SYF_CAPENABLED, …