Lines Matching refs:storep
316 u8 *storep; /* user data storage (ram) */
877 if (!sip || !sip->storep) {
881 return lsip->storep + lba * sdebug_sector_size;
2952 fsp = sip->storep;
2987 /* If sip->storep+lba compares equal to arr(num), then copy top half of
2988 * arr into sip->storep+lba and return true. If comparison fails then
2997 u8 *fsp = sip->storep;
3415 u8 *fsp = sip->storep;
3753 fsp = sip->storep;
4099 u8 *fsp = sip->storep;
4677 memset(sip->storep + zsp->z_start * sdebug_sector_size, 0,
6951 vfree(sip->storep);
7003 sip->storep = vzalloc(sz);
7004 if (!sip->storep) {
7009 sdebug_build_parts(sip->storep, sz);