Searched refs:tobuf (Results 1 - 1 of 1) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_syscalls.c5165 char * tobuf; local
5176 MALLOC_ZONE(tobuf, char *, MAXPATHLEN, M_NAMEI, M_WAITOK);
5178 error = copyinstr(uap->to, tobuf, MAXPATHLEN, &len);
5187 for (mpname = cp = tobuf; *cp != '\0'; ++cp) {
5196 FREE_ZONE(tobuf, MAXPATHLEN, M_NAMEI);

Completed in 37 milliseconds