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

/illumos-gate/usr/src/uts/common/avs/ns/sdbc/
H A Dsafestore_ram.c497 const void *buf, int count, int destoffset)
502 if ((destoffset < 0) ||
503 (destoffset > ss_ramcommon_config.ssc_client_psize))
506 bcopy(buf, default_cblock + destoffset, count);
496 ss_ram_cblock_write(const ss_resource_t *res, const void *buf, int count, int destoffset) argument

Completed in 69 milliseconds