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

/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_subr.c2351 char *new_exts; local
2358 MALLOC(new_exts, char *, nentries * maxwidth, M_TEMP, M_WAITOK);
2360 error = copyin(CAST_USER_ADDR_T(data), new_exts, nentries * maxwidth);
2362 FREE(new_exts, M_TEMP);
2369 extension_table = new_exts;

Completed in 62 milliseconds