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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_ioctl.c1569 uint32_t xfer, bsize, saddr, ofst; local
1577 ofst = faddr & (bsize - 1);
1586 if (ofst + xfer > bsize) {
1587 xfer = bsize - ofst;
1590 "ofst=%xh, xfer=%xh\n", ha->instance, (void *)dp, saddr,
1591 bc, ofst, xfer);
1593 if (ofst || xfer < bsize) {
1603 if ((rval = ddi_copyin(dp, (caddr_t)(bp + ofst), xfer,
1605 EL(ha, "ddi_copyin status=%xh, dp=%ph, ofst=%xh, "
1606 "xfer=%xh\n", rval, (void *)dp, ofst, xfe
[all...]
H A Dql_mbx.c3396 uint64_t ofst, addr; local
3402 ofst = (uintptr_t)&icb->ext_blk - (uintptr_t)icb;
3403 addr = mem_desc.cookie.dmac_laddress + ofst;
/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Defx_mcdi.c1081 unsigned int ofst; local
1145 ofst = MC_CMD_GET_ASSERTS_OUT_GP_REGS_OFFS_OFST;
1150 EFX_DWORD_FIELD(*MCDI_OUT(req, efx_dword_t, ofst),
1152 ofst += sizeof (efx_dword_t);
1154 EFSYS_ASSERT(ofst <= MC_CMD_GET_ASSERTS_OUT_LEN);
/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dlemon.c3381 int ofst; local
3383 ofst = stp->iTknOfst;
3384 if( ofst==NO_OFFSET ) ofst = mnTknOfst - 1;
3386 fprintf(out, " %4d,", ofst);
3402 int ofst; local
3404 ofst = stp->iNtOfst;
3405 if( ofst==NO_OFFSET ) ofst = mnNtOfst - 1;
3407 fprintf(out, " %4d,", ofst);
[all...]
/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.c3286 int i, ofst = idx * 4; local
3291 t4_write_reg(adap, A_MPS_TRC_FILTER_MATCH_CTL_A + ofst, 0);
3315 t4_write_reg(adap, A_MPS_TRC_FILTER_MATCH_CTL_A + ofst, 0);
3339 t4_write_reg(adap, A_MPS_TRC_FILTER_MATCH_CTL_B + ofst,
3341 t4_write_reg(adap, A_MPS_TRC_FILTER_MATCH_CTL_A + ofst,
3365 int i, ofst = idx * 4; local
3368 ctla = t4_read_reg(adap, A_MPS_TRC_FILTER_MATCH_CTL_A + ofst);
3369 ctlb = t4_read_reg(adap, A_MPS_TRC_FILTER_MATCH_CTL_B + ofst);
3379 ofst = (A_MPS_TRC_FILTER1_MATCH - A_MPS_TRC_FILTER0_MATCH) * idx;
3380 data_reg = A_MPS_TRC_FILTER0_MATCH + ofst;
[all...]

Completed in 98 milliseconds