Home
last modified time | relevance | path

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

/f-stack/freebsd/vm/
H A Dvm_mmap.c131 struct sstk_args { struct
137 sys_sstk(struct thread *td, struct sstk_args *uap) in sys_sstk() argument
/f-stack/freebsd/sys/
H A Dsysproto.h264 struct sstk_args { struct
1904 int sys_sstk(struct thread *, struct sstk_args *);
/f-stack/freebsd/kern/
H A Dinit_sysent.c128 …{ .sy_narg = AS(sstk_args), .sy_call = (sy_call_t *)sys_sstk, .sy_auevent = AUE_SSTK, .sy_flags = …
H A Dsystrace_args.c430 struct sstk_args *p = params; in systrace_args()