Home
last modified time | relevance | path

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

/f-stack/freebsd/vm/
H A Dvm_mmap.c118 struct sbrk_args { struct
124 sys_sbrk(struct thread *td, struct sbrk_args *uap) in sys_sbrk() argument
/f-stack/freebsd/sys/
H A Dsysproto.h261 struct sbrk_args { struct
1903 int sys_sbrk(struct thread *, struct sbrk_args *);
/f-stack/freebsd/kern/
H A Dinit_sysent.c127 …{ .sy_narg = AS(sbrk_args), .sy_call = (sy_call_t *)sys_sbrk, .sy_auevent = AUE_SBRK, .sy_flags = …
H A Dsystrace_args.c423 struct sbrk_args *p = params; in systrace_args()