Searched defs:infobuff (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/solaris/SharedFolders/
H A Dvboxfs_prov.c932 SHFLDIRINFO *infobuff = NULL, *info; local
978 infobuff = kmem_alloc(infobuff_alloc, KM_SLEEP);
979 if (infobuff == NULL) {
988 mask_str, 0, 0, &numbytes, infobuff, &nents);
1008 for (info = infobuff; (char *) info < (char *) infobuff + numbytes; nents--) {
1040 ASSERT((char *) info == (char *) infobuff + numbytes);
1055 if (infobuff != NULL)
1056 kmem_free(infobuff, infobuff_alloc);

Completed in 44 milliseconds