Searched refs:sbrk_args (Results 1 – 4 of 4) sorted by relevance
118 struct sbrk_args { struct124 sys_sbrk(struct thread *td, struct sbrk_args *uap) in sys_sbrk() argument
261 struct sbrk_args { struct1903 int sys_sbrk(struct thread *, struct sbrk_args *);
127 …{ .sy_narg = AS(sbrk_args), .sy_call = (sy_call_t *)sys_sbrk, .sy_auevent = AUE_SBRK, .sy_flags = …
423 struct sbrk_args *p = params; in systrace_args()