Home
last modified time | relevance | path

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

/freebsd-src/tools/test/stress2/misc/
H A Dcontigmalloc3.sh114 KMOD= cmalloc
115 SRCS= cmalloc.c
120 sed '1,/^EOF2/d' < $odir/$0 > cmalloc.c
122 kldload $dir/cmalloc.ko || exit 1
127 kldunload $dir/cmalloc.ko
156 cmalloc(struct thread *td, struct cmalloc_args *uap)
189 .sy_call = (sy_call_t *) cmalloc /* sy_call */
198 "cmalloc syscall number");
H A Dcontigmalloc.sh145 KMOD= cmalloc
146 SRCS= cmalloc.c
151 sed '1,/^EOF2/d' < $odir/$0 > cmalloc.c
153 kldload $dir/cmalloc.ko || exit 1
158 kldunload $dir/cmalloc.ko
187 cmalloc(struct thread *td, struct cmalloc_args *uap)
220 .sy_call = (sy_call_t *) cmalloc /* sy_call */
229 "cmalloc syscall number");
H A Dcontigmalloc2.sh154 cmalloc(struct thread *td, struct cmalloc_args *uap)
187 .sy_call = (sy_call_t *) cmalloc /* sy_call */
196 "cmalloc syscall number");
/freebsd-src/contrib/tcp_wrappers/
H A Denviron.c127 static char *cmalloc(int new_len, char *old, int old_len) in cmalloc() function
153 (char **) cmalloc(l_need, (char *) environ, l_used); in addenv()