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

/vbox/src/VBox/Additions/solaris/SharedFolders/
H A Dvboxfs_prov.c931 uint32_t infobuff_alloc = 16384; local
978 infobuff = kmem_alloc(infobuff_alloc, KM_SLEEP);
986 numbytes = infobuff_alloc;
1056 kmem_free(infobuff, infobuff_alloc);

Completed in 122 milliseconds