Searched refs:off0 (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ntxn/
H A Dunm_nic_hw.c1239 int i, j, ret = 0, loop, sz[2], off0; local
1251 off0 = off & 0x7;
1252 sz[0] = (size < (8 - off0)) ? size : (8 - off0);
1254 loop = ((off0 + size - 1) >> 3) + 1;
1258 if ((size != 8) || (off0 != 0)) {
1281 word[0] &= ~((~(~0ULL << (sz[0] * 8))) << (off0 * 8));
1282 word[0] |= tmpw << (off0 * 8);
1332 int i, j = 0, k, start, end, loop, sz[2], off0[2]; local
1344 off0[
1425 int i, j, ret = 0, loop, sz[2], off0; local
1530 int i, j = 0, k, start, end, loop, sz[2], off0[2]; local
[all...]
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_nx.c767 uint64_t off8, off0[2], val, mem_crb, word[2] = {0, 0}; local
785 off0[0] = off & 0xf;
786 sz[0] = (uint32_t)(((uint64_t)size < (16 - off0[0])) ? size :
787 (16 - off0[0]));
791 off0[0] = off & 0x7;
792 sz[0] = (uint32_t)(((uint64_t)size < (8 - off0[0])) ? size :
793 (8 - off0[0]));
796 loop = (uint32_t)(((off0[0] + size - 1) >> shift_amount) + 1);
797 off0[1] = 0;
828 start = off0[
878 uint64_t off8, off0, mem_crb, tmpw, word[2] = {0, 0}; local
[all...]
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_sysevent.c222 off64_t off, off0; local
264 off = off0 = lseek64(fd, -off, SEEK_END) & -DUMP_OFFSET;
308 if (off == off0)
/illumos-gate/usr/src/uts/common/io/
H A Ddevinfo.c3384 di_off_t off, off0, *tmp; local
3404 off0 = DI_ALIGN(pdp->bytes); /* XXX remove DI_ALIGN */
3464 if ((size <= 0) || (size > (DI_MAX_PRIVDATA - off0))) {
3471 *tmp = off0;
3472 bcopy(ptr, di_mem_addr(st, off + off0), size);
3473 off0 += DI_ALIGN(size); /* XXX remove DI_ALIGN */
3484 return (off + off0);

Completed in 886 milliseconds