Lines Matching defs:data
361 * Get the next block of data from the file. If possible, dma right into
401 * optimization if we are reading large blocks of data then
426 * Get the next block of data from the file. Don't attempt to go directly
463 /* reading on a ramdisk, just get a pointer to the data */
482 * data and that we can get a ptr to it. Thus we need
485 * have data in the buffer, we just return that data (with bcopy() ).
788 void *data;
794 set_cache(int key, void *data, uint_t size)
798 entry->data = data;
815 return (entry->data);
827 bkmem_free(entry->data, entry->size);